From d862e61a577cbdc59902c1a1be086a41afbfd187 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 8 Aug 2023 01:04:52 +0000 Subject: [PATCH 1/2] feat: Clarify Batch API proto doc about pubsub notifications --- feat: add Batch Managed Container support for v1alpha PiperOrigin-RevId: 554622486 Source-Link: https://github.com/googleapis/googleapis/commit/0e42ad0c17e1f5d9872fd709ed69b04f93d5f909 Source-Link: https://github.com/googleapis/googleapis-gen/commit/274d7b777e44d2e060ee0dca36204119275c2dca Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiMjc0ZDdiNzc3ZTQ0ZDJlMDYwZWUwZGNhMzYyMDQxMTkyNzVjMmRjYSJ9 --- .../cloud/batch/v1alpha/BatchServiceGrpc.java | 927 -- .../com/google/cloud/batch/v1/BatchProto.java | 259 - .../batch/v1/GetJobRequestOrBuilder.java | 54 - .../batch/v1/GetTaskRequestOrBuilder.java | 54 - .../com/google/cloud/batch/v1/JobProto.java | 488 - .../batch/v1/TaskExecutionOrBuilder.java | 39 - .../com/google/cloud/batch/v1/TaskProto.java | 377 - .../google/cloud/batch/v1/VolumeProto.java | 93 - .../cloud/batch/v1alpha/BatchProto.java | 263 - .../batch/v1alpha/GetJobRequestOrBuilder.java | 54 - .../v1alpha/GetTaskRequestOrBuilder.java | 54 - .../google/cloud/batch/v1alpha/JobProto.java | 609 -- .../batch/v1alpha/ResourceUsageOrBuilder.java | 38 - .../batch/v1alpha/TaskExecutionOrBuilder.java | 39 - .../google/cloud/batch/v1alpha/TaskProto.java | 398 - .../v1alpha/TaskResourceUsageOrBuilder.java | 39 - .../cloud/batch/v1alpha/VolumeProto.java | 110 - .../cloud/batch/v1/BatchServiceClient.java | 0 .../cloud/batch/v1/BatchServiceSettings.java | 1 + .../google/cloud/batch/v1/gapic_metadata.json | 0 .../google/cloud/batch/v1/package-info.java | 0 .../cloud/batch/v1/stub/BatchServiceStub.java | 0 .../v1/stub/BatchServiceStubSettings.java | 0 .../stub/GrpcBatchServiceCallableFactory.java | 0 .../batch/v1/stub/GrpcBatchServiceStub.java | 1 + .../HttpJsonBatchServiceCallableFactory.java | 0 .../v1/stub/HttpJsonBatchServiceStub.java | 1 + .../reflect-config.json | 0 .../v1/BatchServiceClientHttpJsonTest.java | 0 .../batch/v1/BatchServiceClientTest.java | 0 .../cloud/batch/v1/MockBatchService.java | 0 .../cloud/batch/v1/MockBatchServiceImpl.java | 0 .../google/cloud/batch/v1/MockLocations.java | 0 .../cloud/batch/v1/MockLocationsImpl.java | 0 .../cloud/batch/v1/BatchServiceGrpc.java | 587 +- .../cloud/batch/v1/AllocationPolicy.java | 6248 +++++-------- .../batch/v1/AllocationPolicyOrBuilder.java | 114 +- .../com/google/cloud/batch/v1/BatchProto.java | 230 + .../cloud/batch/v1/ComputeResource.java | 345 +- .../batch/v1/ComputeResourceOrBuilder.java | 27 +- .../cloud/batch/v1/CreateJobRequest.java | 567 +- .../batch/v1/CreateJobRequestOrBuilder.java | 61 +- .../cloud/batch/v1/DeleteJobRequest.java | 456 +- .../batch/v1/DeleteJobRequestOrBuilder.java | 45 +- .../google/cloud/batch/v1/Environment.java | 1206 ++- .../cloud/batch/v1/EnvironmentOrBuilder.java | 86 +- .../java/com/google/cloud/batch/v1/GCS.java | 299 +- .../google/cloud/batch/v1/GCSOrBuilder.java | 27 +- .../google/cloud/batch/v1/GetJobRequest.java | 337 +- .../batch/v1/GetJobRequestOrBuilder.java | 29 + .../google/cloud/batch/v1/GetTaskRequest.java | 337 +- .../batch/v1/GetTaskRequestOrBuilder.java | 29 + .../java/com/google/cloud/batch/v1/Job.java | 1645 ++-- .../com/google/cloud/batch/v1/JobName.java | 0 .../cloud/batch/v1/JobNotification.java | 922 +- .../batch/v1/JobNotificationOrBuilder.java | 43 +- .../google/cloud/batch/v1/JobOrBuilder.java | 192 +- .../com/google/cloud/batch/v1/JobProto.java | 427 + .../com/google/cloud/batch/v1/JobStatus.java | 2139 ++--- .../cloud/batch/v1/JobStatusOrBuilder.java | 93 +- .../cloud/batch/v1/LifecyclePolicy.java | 817 +- .../batch/v1/LifecyclePolicyOrBuilder.java | 32 +- .../cloud/batch/v1/ListJobsRequest.java | 561 +- .../batch/v1/ListJobsRequestOrBuilder.java | 57 +- .../cloud/batch/v1/ListJobsResponse.java | 585 +- .../batch/v1/ListJobsResponseOrBuilder.java | 64 +- .../cloud/batch/v1/ListTasksRequest.java | 515 +- .../batch/v1/ListTasksRequestOrBuilder.java | 56 +- .../cloud/batch/v1/ListTasksResponse.java | 582 +- .../batch/v1/ListTasksResponseOrBuilder.java | 64 +- .../google/cloud/batch/v1/LocationName.java | 0 .../com/google/cloud/batch/v1/LogsPolicy.java | 429 +- .../cloud/batch/v1/LogsPolicyOrBuilder.java | 33 +- .../java/com/google/cloud/batch/v1/NFS.java | 371 +- .../google/cloud/batch/v1/NFSOrBuilder.java | 36 +- .../cloud/batch/v1/OperationMetadata.java | 817 +- .../batch/v1/OperationMetadataOrBuilder.java | 91 +- .../com/google/cloud/batch/v1/Runnable.java | 2790 +++--- .../cloud/batch/v1/RunnableOrBuilder.java | 97 +- .../google/cloud/batch/v1/ServiceAccount.java | 417 +- .../batch/v1/ServiceAccountOrBuilder.java | 45 +- .../google/cloud/batch/v1/StatusEvent.java | 608 +- .../cloud/batch/v1/StatusEventOrBuilder.java | 58 +- .../java/com/google/cloud/batch/v1/Task.java | 388 +- .../google/cloud/batch/v1/TaskExecution.java | 271 +- .../batch/v1/TaskExecutionOrBuilder.java | 20 + .../com/google/cloud/batch/v1/TaskGroup.java | 890 +- .../google/cloud/batch/v1/TaskGroupName.java | 0 .../cloud/batch/v1/TaskGroupOrBuilder.java | 83 +- .../com/google/cloud/batch/v1/TaskName.java | 0 .../google/cloud/batch/v1/TaskOrBuilder.java | 35 +- .../com/google/cloud/batch/v1/TaskProto.java | 325 + .../com/google/cloud/batch/v1/TaskSpec.java | 1284 +-- .../cloud/batch/v1/TaskSpecOrBuilder.java | 137 +- .../com/google/cloud/batch/v1/TaskStatus.java | 536 +- .../cloud/batch/v1/TaskStatusOrBuilder.java | 42 +- .../com/google/cloud/batch/v1/Volume.java | 748 +- .../cloud/batch/v1/VolumeOrBuilder.java | 73 +- .../google/cloud/batch/v1/VolumeProto.java | 80 + .../proto/google/cloud/batch/v1/batch.proto | 0 .../proto/google/cloud/batch/v1/job.proto | 12 +- .../proto/google/cloud/batch/v1/task.proto | 1 + .../proto/google/cloud/batch/v1/volume.proto | 0 .../SyncCreateSetCredentialsProvider.java | 0 .../SyncCreateSetCredentialsProvider1.java | 0 .../create/SyncCreateSetEndpoint.java | 0 .../createjob/AsyncCreateJob.java | 0 .../batchservice/createjob/SyncCreateJob.java | 0 .../SyncCreateJobLocationnameJobString.java | 0 .../SyncCreateJobStringJobString.java | 0 .../deletejob/AsyncDeleteJob.java | 0 .../deletejob/AsyncDeleteJobLRO.java | 0 .../batchservice/deletejob/SyncDeleteJob.java | 0 .../deletejob/SyncDeleteJobString.java | 0 .../v1/batchservice/getjob/AsyncGetJob.java | 0 .../v1/batchservice/getjob/SyncGetJob.java | 0 .../getjob/SyncGetJobJobname.java | 0 .../batchservice/getjob/SyncGetJobString.java | 0 .../getlocation/AsyncGetLocation.java | 0 .../getlocation/SyncGetLocation.java | 0 .../v1/batchservice/gettask/AsyncGetTask.java | 0 .../v1/batchservice/gettask/SyncGetTask.java | 0 .../gettask/SyncGetTaskString.java | 0 .../gettask/SyncGetTaskTaskname.java | 0 .../batchservice/listjobs/AsyncListJobs.java | 0 .../listjobs/AsyncListJobsPaged.java | 0 .../batchservice/listjobs/SyncListJobs.java | 0 .../listjobs/SyncListJobsString.java | 0 .../listlocations/AsyncListLocations.java | 0 .../AsyncListLocationsPaged.java | 0 .../listlocations/SyncListLocations.java | 0 .../listtasks/AsyncListTasks.java | 0 .../listtasks/AsyncListTasksPaged.java | 0 .../batchservice/listtasks/SyncListTasks.java | 0 .../listtasks/SyncListTasksString.java | 0 .../listtasks/SyncListTasksTaskgroupname.java | 0 .../createjob/SyncCreateJob.java | 0 .../createjob/SyncCreateJob.java | 0 .../batch/v1alpha/BatchServiceClient.java | 0 .../batch/v1alpha/BatchServiceSettings.java | 1 + .../cloud/batch/v1alpha/gapic_metadata.json | 0 .../cloud/batch/v1alpha/package-info.java | 0 .../batch/v1alpha/stub/BatchServiceStub.java | 0 .../stub/BatchServiceStubSettings.java | 0 .../stub/GrpcBatchServiceCallableFactory.java | 0 .../v1alpha/stub/GrpcBatchServiceStub.java | 1 + .../HttpJsonBatchServiceCallableFactory.java | 0 .../stub/HttpJsonBatchServiceStub.java | 1 + .../reflect-config.json | 0 .../BatchServiceClientHttpJsonTest.java | 0 .../batch/v1alpha/BatchServiceClientTest.java | 0 .../cloud/batch/v1alpha/MockBatchService.java | 0 .../batch/v1alpha/MockBatchServiceImpl.java | 0 .../cloud/batch/v1alpha/MockLocations.java | 0 .../batch/v1alpha/MockLocationsImpl.java | 0 .../cloud/batch/v1alpha/BatchServiceGrpc.java | 765 ++ .../cloud/batch/v1alpha/AllocationPolicy.java | 7843 ++++++----------- .../v1alpha/AllocationPolicyOrBuilder.java | 285 +- .../cloud/batch/v1alpha/BatchProto.java | 234 + .../cloud/batch/v1alpha/ComputeResource.java | 379 +- .../v1alpha/ComputeResourceOrBuilder.java | 30 +- .../cloud/batch/v1alpha/CreateJobRequest.java | 597 +- .../v1alpha/CreateJobRequestOrBuilder.java | 61 +- .../cloud/batch/v1alpha/DeleteJobRequest.java | 459 +- .../v1alpha/DeleteJobRequestOrBuilder.java | 45 +- .../cloud/batch/v1alpha/Environment.java | 1225 ++- .../batch/v1alpha/EnvironmentOrBuilder.java | 86 +- .../com/google/cloud/batch/v1alpha/GCS.java | 305 +- .../cloud/batch/v1alpha/GCSOrBuilder.java | 27 +- .../cloud/batch/v1alpha/GetJobRequest.java | 340 +- .../batch/v1alpha/GetJobRequestOrBuilder.java | 29 + .../cloud/batch/v1alpha/GetTaskRequest.java | 340 +- .../v1alpha/GetTaskRequestOrBuilder.java | 29 + .../com/google/cloud/batch/v1alpha/Job.java | 2102 ++--- .../cloud/batch/v1alpha/JobDependency.java | 695 +- .../batch/v1alpha/JobDependencyOrBuilder.java | 71 +- .../google/cloud/batch/v1alpha/JobName.java | 0 .../cloud/batch/v1alpha/JobNotification.java | 906 +- .../v1alpha/JobNotificationOrBuilder.java | 35 +- .../cloud/batch/v1alpha/JobOrBuilder.java | 244 +- .../google/cloud/batch/v1alpha/JobProto.java | 505 ++ .../google/cloud/batch/v1alpha/JobStatus.java | 2286 ++--- .../batch/v1alpha/JobStatusOrBuilder.java | 98 +- .../cloud/batch/v1alpha/LifecyclePolicy.java | 872 +- .../v1alpha/LifecyclePolicyOrBuilder.java | 35 +- .../cloud/batch/v1alpha/ListJobsRequest.java | 561 +- .../v1alpha/ListJobsRequestOrBuilder.java | 57 +- .../cloud/batch/v1alpha/ListJobsResponse.java | 589 +- .../v1alpha/ListJobsResponseOrBuilder.java | 64 +- .../cloud/batch/v1alpha/ListTasksRequest.java | 592 +- .../v1alpha/ListTasksRequestOrBuilder.java | 65 +- .../batch/v1alpha/ListTasksResponse.java | 587 +- .../v1alpha/ListTasksResponseOrBuilder.java | 64 +- .../cloud/batch/v1alpha/LocationName.java | 0 .../cloud/batch/v1alpha/LogsPolicy.java | 442 +- .../batch/v1alpha/LogsPolicyOrBuilder.java | 33 +- .../com/google/cloud/batch/v1alpha/NFS.java | 377 +- .../cloud/batch/v1alpha/NFSOrBuilder.java | 36 +- .../batch/v1alpha/OperationMetadata.java | 824 +- .../v1alpha/OperationMetadataOrBuilder.java | 91 +- .../com/google/cloud/batch/v1alpha/PD.java | 439 +- .../cloud/batch/v1alpha/PDOrBuilder.java | 46 +- .../cloud/batch/v1alpha/ResourceUsage.java | 280 +- .../batch/v1alpha/ResourceUsageOrBuilder.java | 19 + .../google/cloud/batch/v1alpha/Runnable.java | 2808 +++--- .../batch/v1alpha/RunnableOrBuilder.java | 97 +- .../cloud/batch/v1alpha/ServiceAccount.java | 420 +- .../v1alpha/ServiceAccountOrBuilder.java | 45 +- .../cloud/batch/v1alpha/StatusEvent.java | 619 +- .../batch/v1alpha/StatusEventOrBuilder.java | 58 +- .../com/google/cloud/batch/v1alpha/Task.java | 402 +- .../cloud/batch/v1alpha/TaskExecution.java | 274 +- .../batch/v1alpha/TaskExecutionOrBuilder.java | 20 + .../google/cloud/batch/v1alpha/TaskGroup.java | 1240 +-- .../cloud/batch/v1alpha/TaskGroupName.java | 0 .../batch/v1alpha/TaskGroupOrBuilder.java | 124 +- .../google/cloud/batch/v1alpha/TaskName.java | 0 .../cloud/batch/v1alpha/TaskOrBuilder.java | 35 +- .../google/cloud/batch/v1alpha/TaskProto.java | 340 + .../batch/v1alpha/TaskResourceUsage.java | 287 +- .../v1alpha/TaskResourceUsageOrBuilder.java | 20 + .../google/cloud/batch/v1alpha/TaskSpec.java | 1286 +-- .../batch/v1alpha/TaskSpecOrBuilder.java | 135 +- .../cloud/batch/v1alpha/TaskStatus.java | 636 +- .../batch/v1alpha/TaskStatusOrBuilder.java | 50 +- .../google/cloud/batch/v1alpha/Volume.java | 911 +- .../cloud/batch/v1alpha/VolumeOrBuilder.java | 98 +- .../cloud/batch/v1alpha/VolumeProto.java | 94 + .../google/cloud/batch/v1alpha/batch.proto | 0 .../google/cloud/batch/v1alpha/job.proto | 0 .../google/cloud/batch/v1alpha/task.proto | 0 .../google/cloud/batch/v1alpha/volume.proto | 0 .../SyncCreateSetCredentialsProvider.java | 0 .../SyncCreateSetCredentialsProvider1.java | 0 .../create/SyncCreateSetEndpoint.java | 0 .../createjob/AsyncCreateJob.java | 0 .../batchservice/createjob/SyncCreateJob.java | 0 .../SyncCreateJobLocationnameJobString.java | 0 .../SyncCreateJobStringJobString.java | 0 .../deletejob/AsyncDeleteJob.java | 0 .../deletejob/AsyncDeleteJobLRO.java | 0 .../batchservice/deletejob/SyncDeleteJob.java | 0 .../deletejob/SyncDeleteJobString.java | 0 .../batchservice/getjob/AsyncGetJob.java | 0 .../batchservice/getjob/SyncGetJob.java | 0 .../getjob/SyncGetJobJobname.java | 0 .../batchservice/getjob/SyncGetJobString.java | 0 .../getlocation/AsyncGetLocation.java | 0 .../getlocation/SyncGetLocation.java | 0 .../batchservice/gettask/AsyncGetTask.java | 0 .../batchservice/gettask/SyncGetTask.java | 0 .../gettask/SyncGetTaskString.java | 0 .../gettask/SyncGetTaskTaskname.java | 0 .../batchservice/listjobs/AsyncListJobs.java | 0 .../listjobs/AsyncListJobsPaged.java | 0 .../batchservice/listjobs/SyncListJobs.java | 0 .../listjobs/SyncListJobsString.java | 0 .../listlocations/AsyncListLocations.java | 0 .../AsyncListLocationsPaged.java | 0 .../listlocations/SyncListLocations.java | 0 .../listtasks/AsyncListTasks.java | 0 .../listtasks/AsyncListTasksPaged.java | 0 .../batchservice/listtasks/SyncListTasks.java | 0 .../listtasks/SyncListTasksString.java | 0 .../listtasks/SyncListTasksTaskgroupname.java | 0 .../createjob/SyncCreateJob.java | 0 .../createjob/SyncCreateJob.java | 0 267 files changed, 26972 insertions(+), 43563 deletions(-) delete mode 100644 java-batch/grpc-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/BatchServiceGrpc.java delete mode 100644 java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchProto.java delete mode 100644 java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequestOrBuilder.java delete mode 100644 java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequestOrBuilder.java delete mode 100644 java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobProto.java delete mode 100644 java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskExecutionOrBuilder.java delete mode 100644 java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskProto.java delete mode 100644 java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/VolumeProto.java delete mode 100644 java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/BatchProto.java delete mode 100644 java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetJobRequestOrBuilder.java delete mode 100644 java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetTaskRequestOrBuilder.java delete mode 100644 java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobProto.java delete mode 100644 java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ResourceUsageOrBuilder.java delete mode 100644 java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskExecutionOrBuilder.java delete mode 100644 java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskProto.java delete mode 100644 java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskResourceUsageOrBuilder.java delete mode 100644 java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/VolumeProto.java rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceClient.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceSettings.java (99%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/gapic_metadata.json (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/package-info.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/BatchServiceStub.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/BatchServiceStubSettings.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceCallableFactory.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceStub.java (99%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceCallableFactory.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceStub.java (99%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/main/resources/META-INF/native-image/com.google.cloud.batch.v1/reflect-config.json (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/BatchServiceClientHttpJsonTest.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/BatchServiceClientTest.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockBatchService.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockBatchServiceImpl.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockLocations.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockLocationsImpl.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/grpc-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchServiceGrpc.java (51%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicy.java (74%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicyOrBuilder.java (80%) create mode 100644 owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchProto.java rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResource.java (66%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResourceOrBuilder.java (52%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequest.java (74%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequestOrBuilder.java (79%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequest.java (73%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequestOrBuilder.java (76%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Environment.java (65%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/EnvironmentOrBuilder.java (69%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCS.java (66%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCSOrBuilder.java (51%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequest.java (61%) create mode 100644 owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequestOrBuilder.java rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequest.java (61%) create mode 100644 owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequestOrBuilder.java rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Job.java (68%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobName.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotification.java (70%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotificationOrBuilder.java (65%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobOrBuilder.java (77%) create mode 100644 owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobProto.java rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatus.java (70%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatusOrBuilder.java (71%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicy.java (71%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicyOrBuilder.java (76%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequest.java (69%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequestOrBuilder.java (64%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponse.java (71%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponseOrBuilder.java (66%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequest.java (67%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequestOrBuilder.java (59%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponse.java (71%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponseOrBuilder.java (66%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LocationName.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicy.java (68%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicyOrBuilder.java (65%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFS.java (67%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFSOrBuilder.java (54%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadata.java (70%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadataOrBuilder.java (75%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java (75%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/RunnableOrBuilder.java (81%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ServiceAccount.java (71%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ServiceAccountOrBuilder.java (72%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/StatusEvent.java (70%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/StatusEventOrBuilder.java (74%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Task.java (69%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskExecution.java (65%) create mode 100644 owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskExecutionOrBuilder.java rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskGroup.java (78%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskGroupName.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskGroupOrBuilder.java (86%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskName.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskOrBuilder.java (66%) create mode 100644 owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskProto.java rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskSpec.java (78%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskSpecOrBuilder.java (86%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskStatus.java (72%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskStatusOrBuilder.java (68%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Volume.java (76%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/VolumeOrBuilder.java (85%) create mode 100644 owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/VolumeProto.java rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/batch.proto (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/job.proto (97%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/task.proto (99%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/volume.proto (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/create/SyncCreateSetCredentialsProvider.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/create/SyncCreateSetCredentialsProvider1.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/create/SyncCreateSetEndpoint.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/createjob/AsyncCreateJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/createjob/SyncCreateJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/createjob/SyncCreateJobLocationnameJobString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/createjob/SyncCreateJobStringJobString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/deletejob/AsyncDeleteJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/deletejob/AsyncDeleteJobLRO.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/deletejob/SyncDeleteJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/deletejob/SyncDeleteJobString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/getjob/AsyncGetJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/getjob/SyncGetJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/getjob/SyncGetJobJobname.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/getjob/SyncGetJobString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/getlocation/AsyncGetLocation.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/getlocation/SyncGetLocation.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/gettask/AsyncGetTask.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/gettask/SyncGetTask.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/gettask/SyncGetTaskString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/gettask/SyncGetTaskTaskname.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listjobs/AsyncListJobs.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listjobs/AsyncListJobsPaged.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listjobs/SyncListJobs.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listjobs/SyncListJobsString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listlocations/AsyncListLocations.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listlocations/AsyncListLocationsPaged.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listlocations/SyncListLocations.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listtasks/AsyncListTasks.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listtasks/AsyncListTasksPaged.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listtasks/SyncListTasks.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listtasks/SyncListTasksString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservice/listtasks/SyncListTasksTaskgroupname.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/batchservicesettings/createjob/SyncCreateJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/samples/snippets/generated/com/google/cloud/batch/v1/stub/batchservicestubsettings/createjob/SyncCreateJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/BatchServiceClient.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/BatchServiceSettings.java (99%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/gapic_metadata.json (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/package-info.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/stub/BatchServiceStub.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/stub/BatchServiceStubSettings.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/stub/GrpcBatchServiceCallableFactory.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/stub/GrpcBatchServiceStub.java (99%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/stub/HttpJsonBatchServiceCallableFactory.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/stub/HttpJsonBatchServiceStub.java (99%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/main/resources/META-INF/native-image/com.google.cloud.batch.v1alpha/reflect-config.json (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1alpha/BatchServiceClientHttpJsonTest.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1alpha/BatchServiceClientTest.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1alpha/MockBatchService.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1alpha/MockBatchServiceImpl.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1alpha/MockLocations.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/google-cloud-batch/src/test/java/com/google/cloud/batch/v1alpha/MockLocationsImpl.java (100%) create mode 100644 owl-bot-staging/java-batch/v1alpha/grpc-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/BatchServiceGrpc.java rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/AllocationPolicy.java (71%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/AllocationPolicyOrBuilder.java (66%) create mode 100644 owl-bot-staging/java-batch/v1alpha/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/BatchProto.java rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ComputeResource.java (67%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ComputeResourceOrBuilder.java (57%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/CreateJobRequest.java (73%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/CreateJobRequestOrBuilder.java (79%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/DeleteJobRequest.java (73%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/DeleteJobRequestOrBuilder.java (76%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Environment.java (65%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/EnvironmentOrBuilder.java (70%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GCS.java (66%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GCSOrBuilder.java (52%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetJobRequest.java (61%) create mode 100644 owl-bot-staging/java-batch/v1alpha/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetJobRequestOrBuilder.java rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetTaskRequest.java (61%) create mode 100644 owl-bot-staging/java-batch/v1alpha/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetTaskRequestOrBuilder.java rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Job.java (69%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobDependency.java (64%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobDependencyOrBuilder.java (73%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobName.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobNotification.java (71%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobNotificationOrBuilder.java (73%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobOrBuilder.java (77%) create mode 100644 owl-bot-staging/java-batch/v1alpha/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobProto.java rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobStatus.java (69%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobStatusOrBuilder.java (74%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/LifecyclePolicy.java (70%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/LifecyclePolicyOrBuilder.java (75%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ListJobsRequest.java (70%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ListJobsRequestOrBuilder.java (65%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ListJobsResponse.java (71%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ListJobsResponseOrBuilder.java (66%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ListTasksRequest.java (68%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ListTasksRequestOrBuilder.java (62%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ListTasksResponse.java (71%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ListTasksResponseOrBuilder.java (68%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/LocationName.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/LogsPolicy.java (69%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/LogsPolicyOrBuilder.java (65%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/NFS.java (66%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/NFSOrBuilder.java (55%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/OperationMetadata.java (70%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/OperationMetadataOrBuilder.java (75%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/PD.java (67%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/PDOrBuilder.java (59%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ResourceUsage.java (64%) create mode 100644 owl-bot-staging/java-batch/v1alpha/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ResourceUsageOrBuilder.java rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Runnable.java (75%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/RunnableOrBuilder.java (81%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ServiceAccount.java (71%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ServiceAccountOrBuilder.java (72%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/StatusEvent.java (69%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/StatusEventOrBuilder.java (74%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Task.java (67%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskExecution.java (65%) create mode 100644 owl-bot-staging/java-batch/v1alpha/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskExecutionOrBuilder.java rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskGroup.java (75%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskGroupName.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskGroupOrBuilder.java (85%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskName.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskOrBuilder.java (66%) create mode 100644 owl-bot-staging/java-batch/v1alpha/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskProto.java rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskResourceUsage.java (64%) create mode 100644 owl-bot-staging/java-batch/v1alpha/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskResourceUsageOrBuilder.java rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskSpec.java (78%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskSpecOrBuilder.java (87%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskStatus.java (72%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskStatusOrBuilder.java (74%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Volume.java (74%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/VolumeOrBuilder.java (83%) create mode 100644 owl-bot-staging/java-batch/v1alpha/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/VolumeProto.java rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/batch.proto (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/job.proto (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/task.proto (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/volume.proto (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/create/SyncCreateSetCredentialsProvider.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/create/SyncCreateSetCredentialsProvider1.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/create/SyncCreateSetEndpoint.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/createjob/AsyncCreateJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/createjob/SyncCreateJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/createjob/SyncCreateJobLocationnameJobString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/createjob/SyncCreateJobStringJobString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/deletejob/AsyncDeleteJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/deletejob/AsyncDeleteJobLRO.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/deletejob/SyncDeleteJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/deletejob/SyncDeleteJobString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/getjob/AsyncGetJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/getjob/SyncGetJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/getjob/SyncGetJobJobname.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/getjob/SyncGetJobString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/getlocation/AsyncGetLocation.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/getlocation/SyncGetLocation.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/gettask/AsyncGetTask.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/gettask/SyncGetTask.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/gettask/SyncGetTaskString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/gettask/SyncGetTaskTaskname.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listjobs/AsyncListJobs.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listjobs/AsyncListJobsPaged.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listjobs/SyncListJobs.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listjobs/SyncListJobsString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listlocations/AsyncListLocations.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listlocations/AsyncListLocationsPaged.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listlocations/SyncListLocations.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listtasks/AsyncListTasks.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listtasks/AsyncListTasksPaged.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listtasks/SyncListTasks.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listtasks/SyncListTasksString.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservice/listtasks/SyncListTasksTaskgroupname.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/batchservicesettings/createjob/SyncCreateJob.java (100%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/samples/snippets/generated/com/google/cloud/batch/v1alpha/stub/batchservicestubsettings/createjob/SyncCreateJob.java (100%) diff --git a/java-batch/grpc-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/BatchServiceGrpc.java b/java-batch/grpc-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/BatchServiceGrpc.java deleted file mode 100644 index 09946566d853..000000000000 --- a/java-batch/grpc-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/BatchServiceGrpc.java +++ /dev/null @@ -1,927 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.google.cloud.batch.v1alpha; - -import static io.grpc.MethodDescriptor.generateFullMethodName; - -/** - * - * - *
- * Google Batch Service.
- * The service manages user submitted batch jobs and allocates Google Compute
- * Engine VM instances to run the jobs.
- * 
- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/cloud/batch/v1alpha/batch.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class BatchServiceGrpc { - - private BatchServiceGrpc() {} - - public static final String SERVICE_NAME = "google.cloud.batch.v1alpha.BatchService"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.CreateJobRequest, com.google.cloud.batch.v1alpha.Job> - getCreateJobMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "CreateJob", - requestType = com.google.cloud.batch.v1alpha.CreateJobRequest.class, - responseType = com.google.cloud.batch.v1alpha.Job.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.CreateJobRequest, com.google.cloud.batch.v1alpha.Job> - getCreateJobMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.CreateJobRequest, com.google.cloud.batch.v1alpha.Job> - getCreateJobMethod; - if ((getCreateJobMethod = BatchServiceGrpc.getCreateJobMethod) == null) { - synchronized (BatchServiceGrpc.class) { - if ((getCreateJobMethod = BatchServiceGrpc.getCreateJobMethod) == null) { - BatchServiceGrpc.getCreateJobMethod = - getCreateJobMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateJob")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.CreateJobRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.Job.getDefaultInstance())) - .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("CreateJob")) - .build(); - } - } - } - return getCreateJobMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.GetJobRequest, com.google.cloud.batch.v1alpha.Job> - getGetJobMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetJob", - requestType = com.google.cloud.batch.v1alpha.GetJobRequest.class, - responseType = com.google.cloud.batch.v1alpha.Job.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.GetJobRequest, com.google.cloud.batch.v1alpha.Job> - getGetJobMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.GetJobRequest, com.google.cloud.batch.v1alpha.Job> - getGetJobMethod; - if ((getGetJobMethod = BatchServiceGrpc.getGetJobMethod) == null) { - synchronized (BatchServiceGrpc.class) { - if ((getGetJobMethod = BatchServiceGrpc.getGetJobMethod) == null) { - BatchServiceGrpc.getGetJobMethod = - getGetJobMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetJob")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.GetJobRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.Job.getDefaultInstance())) - .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("GetJob")) - .build(); - } - } - } - return getGetJobMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.DeleteJobRequest, com.google.longrunning.Operation> - getDeleteJobMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "DeleteJob", - requestType = com.google.cloud.batch.v1alpha.DeleteJobRequest.class, - responseType = com.google.longrunning.Operation.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.DeleteJobRequest, com.google.longrunning.Operation> - getDeleteJobMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.DeleteJobRequest, com.google.longrunning.Operation> - getDeleteJobMethod; - if ((getDeleteJobMethod = BatchServiceGrpc.getDeleteJobMethod) == null) { - synchronized (BatchServiceGrpc.class) { - if ((getDeleteJobMethod = BatchServiceGrpc.getDeleteJobMethod) == null) { - BatchServiceGrpc.getDeleteJobMethod = - getDeleteJobMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteJob")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.DeleteJobRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.longrunning.Operation.getDefaultInstance())) - .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("DeleteJob")) - .build(); - } - } - } - return getDeleteJobMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.ListJobsRequest, - com.google.cloud.batch.v1alpha.ListJobsResponse> - getListJobsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListJobs", - requestType = com.google.cloud.batch.v1alpha.ListJobsRequest.class, - responseType = com.google.cloud.batch.v1alpha.ListJobsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.ListJobsRequest, - com.google.cloud.batch.v1alpha.ListJobsResponse> - getListJobsMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.ListJobsRequest, - com.google.cloud.batch.v1alpha.ListJobsResponse> - getListJobsMethod; - if ((getListJobsMethod = BatchServiceGrpc.getListJobsMethod) == null) { - synchronized (BatchServiceGrpc.class) { - if ((getListJobsMethod = BatchServiceGrpc.getListJobsMethod) == null) { - BatchServiceGrpc.getListJobsMethod = - getListJobsMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListJobs")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.ListJobsRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.ListJobsResponse.getDefaultInstance())) - .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("ListJobs")) - .build(); - } - } - } - return getListJobsMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.GetTaskRequest, com.google.cloud.batch.v1alpha.Task> - getGetTaskMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "GetTask", - requestType = com.google.cloud.batch.v1alpha.GetTaskRequest.class, - responseType = com.google.cloud.batch.v1alpha.Task.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.GetTaskRequest, com.google.cloud.batch.v1alpha.Task> - getGetTaskMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.GetTaskRequest, com.google.cloud.batch.v1alpha.Task> - getGetTaskMethod; - if ((getGetTaskMethod = BatchServiceGrpc.getGetTaskMethod) == null) { - synchronized (BatchServiceGrpc.class) { - if ((getGetTaskMethod = BatchServiceGrpc.getGetTaskMethod) == null) { - BatchServiceGrpc.getGetTaskMethod = - getGetTaskMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetTask")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.GetTaskRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.Task.getDefaultInstance())) - .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("GetTask")) - .build(); - } - } - } - return getGetTaskMethod; - } - - private static volatile io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.ListTasksRequest, - com.google.cloud.batch.v1alpha.ListTasksResponse> - getListTasksMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListTasks", - requestType = com.google.cloud.batch.v1alpha.ListTasksRequest.class, - responseType = com.google.cloud.batch.v1alpha.ListTasksResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.ListTasksRequest, - com.google.cloud.batch.v1alpha.ListTasksResponse> - getListTasksMethod() { - io.grpc.MethodDescriptor< - com.google.cloud.batch.v1alpha.ListTasksRequest, - com.google.cloud.batch.v1alpha.ListTasksResponse> - getListTasksMethod; - if ((getListTasksMethod = BatchServiceGrpc.getListTasksMethod) == null) { - synchronized (BatchServiceGrpc.class) { - if ((getListTasksMethod = BatchServiceGrpc.getListTasksMethod) == null) { - BatchServiceGrpc.getListTasksMethod = - getListTasksMethod = - io.grpc.MethodDescriptor - . - newBuilder() - .setType(io.grpc.MethodDescriptor.MethodType.UNARY) - .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListTasks")) - .setSampledToLocalTracing(true) - .setRequestMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.ListTasksRequest.getDefaultInstance())) - .setResponseMarshaller( - io.grpc.protobuf.ProtoUtils.marshaller( - com.google.cloud.batch.v1alpha.ListTasksResponse - .getDefaultInstance())) - .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("ListTasks")) - .build(); - } - } - } - return getListTasksMethod; - } - - /** Creates a new async stub that supports all call types for the service */ - public static BatchServiceStub newStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public BatchServiceStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new BatchServiceStub(channel, callOptions); - } - }; - return BatchServiceStub.newStub(factory, channel); - } - - /** - * Creates a new blocking-style stub that supports unary and streaming output calls on the service - */ - public static BatchServiceBlockingStub newBlockingStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public BatchServiceBlockingStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new BatchServiceBlockingStub(channel, callOptions); - } - }; - return BatchServiceBlockingStub.newStub(factory, channel); - } - - /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ - public static BatchServiceFutureStub newFutureStub(io.grpc.Channel channel) { - io.grpc.stub.AbstractStub.StubFactory factory = - new io.grpc.stub.AbstractStub.StubFactory() { - @java.lang.Override - public BatchServiceFutureStub newStub( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new BatchServiceFutureStub(channel, callOptions); - } - }; - return BatchServiceFutureStub.newStub(factory, channel); - } - - /** - * - * - *
-   * Google Batch Service.
-   * The service manages user submitted batch jobs and allocates Google Compute
-   * Engine VM instances to run the jobs.
-   * 
- */ - public interface AsyncService { - - /** - * - * - *
-     * Create a Job.
-     * 
- */ - default void createJob( - com.google.cloud.batch.v1alpha.CreateJobRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateJobMethod(), responseObserver); - } - - /** - * - * - *
-     * Get a Job specified by its resource name.
-     * 
- */ - default void getJob( - com.google.cloud.batch.v1alpha.GetJobRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetJobMethod(), responseObserver); - } - - /** - * - * - *
-     * Delete a Job.
-     * 
- */ - default void deleteJob( - com.google.cloud.batch.v1alpha.DeleteJobRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteJobMethod(), responseObserver); - } - - /** - * - * - *
-     * List all Jobs for a project within a region.
-     * 
- */ - default void listJobs( - com.google.cloud.batch.v1alpha.ListJobsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListJobsMethod(), responseObserver); - } - - /** - * - * - *
-     * Return a single Task.
-     * 
- */ - default void getTask( - com.google.cloud.batch.v1alpha.GetTaskRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetTaskMethod(), responseObserver); - } - - /** - * - * - *
-     * List Tasks associated with a job.
-     * 
- */ - default void listTasks( - com.google.cloud.batch.v1alpha.ListTasksRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListTasksMethod(), responseObserver); - } - } - - /** - * Base class for the server implementation of the service BatchService. - * - *
-   * Google Batch Service.
-   * The service manages user submitted batch jobs and allocates Google Compute
-   * Engine VM instances to run the jobs.
-   * 
- */ - public abstract static class BatchServiceImplBase - implements io.grpc.BindableService, AsyncService { - - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { - return BatchServiceGrpc.bindService(this); - } - } - - /** - * A stub to allow clients to do asynchronous rpc calls to service BatchService. - * - *
-   * Google Batch Service.
-   * The service manages user submitted batch jobs and allocates Google Compute
-   * Engine VM instances to run the jobs.
-   * 
- */ - public static final class BatchServiceStub - extends io.grpc.stub.AbstractAsyncStub { - private BatchServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected BatchServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new BatchServiceStub(channel, callOptions); - } - - /** - * - * - *
-     * Create a Job.
-     * 
- */ - public void createJob( - com.google.cloud.batch.v1alpha.CreateJobRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCreateJobMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Get a Job specified by its resource name.
-     * 
- */ - public void getJob( - com.google.cloud.batch.v1alpha.GetJobRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetJobMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Delete a Job.
-     * 
- */ - public void deleteJob( - com.google.cloud.batch.v1alpha.DeleteJobRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteJobMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * List all Jobs for a project within a region.
-     * 
- */ - public void listJobs( - com.google.cloud.batch.v1alpha.ListJobsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListJobsMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * Return a single Task.
-     * 
- */ - public void getTask( - com.google.cloud.batch.v1alpha.GetTaskRequest request, - io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetTaskMethod(), getCallOptions()), request, responseObserver); - } - - /** - * - * - *
-     * List Tasks associated with a job.
-     * 
- */ - public void listTasks( - com.google.cloud.batch.v1alpha.ListTasksRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListTasksMethod(), getCallOptions()), request, responseObserver); - } - } - - /** - * A stub to allow clients to do synchronous rpc calls to service BatchService. - * - *
-   * Google Batch Service.
-   * The service manages user submitted batch jobs and allocates Google Compute
-   * Engine VM instances to run the jobs.
-   * 
- */ - public static final class BatchServiceBlockingStub - extends io.grpc.stub.AbstractBlockingStub { - private BatchServiceBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected BatchServiceBlockingStub build( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new BatchServiceBlockingStub(channel, callOptions); - } - - /** - * - * - *
-     * Create a Job.
-     * 
- */ - public com.google.cloud.batch.v1alpha.Job createJob( - com.google.cloud.batch.v1alpha.CreateJobRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateJobMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Get a Job specified by its resource name.
-     * 
- */ - public com.google.cloud.batch.v1alpha.Job getJob( - com.google.cloud.batch.v1alpha.GetJobRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetJobMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Delete a Job.
-     * 
- */ - public com.google.longrunning.Operation deleteJob( - com.google.cloud.batch.v1alpha.DeleteJobRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteJobMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * List all Jobs for a project within a region.
-     * 
- */ - public com.google.cloud.batch.v1alpha.ListJobsResponse listJobs( - com.google.cloud.batch.v1alpha.ListJobsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListJobsMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * Return a single Task.
-     * 
- */ - public com.google.cloud.batch.v1alpha.Task getTask( - com.google.cloud.batch.v1alpha.GetTaskRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetTaskMethod(), getCallOptions(), request); - } - - /** - * - * - *
-     * List Tasks associated with a job.
-     * 
- */ - public com.google.cloud.batch.v1alpha.ListTasksResponse listTasks( - com.google.cloud.batch.v1alpha.ListTasksRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListTasksMethod(), getCallOptions(), request); - } - } - - /** - * A stub to allow clients to do ListenableFuture-style rpc calls to service BatchService. - * - *
-   * Google Batch Service.
-   * The service manages user submitted batch jobs and allocates Google Compute
-   * Engine VM instances to run the jobs.
-   * 
- */ - public static final class BatchServiceFutureStub - extends io.grpc.stub.AbstractFutureStub { - private BatchServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - super(channel, callOptions); - } - - @java.lang.Override - protected BatchServiceFutureStub build( - io.grpc.Channel channel, io.grpc.CallOptions callOptions) { - return new BatchServiceFutureStub(channel, callOptions); - } - - /** - * - * - *
-     * Create a Job.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - createJob(com.google.cloud.batch.v1alpha.CreateJobRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCreateJobMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Get a Job specified by its resource name.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - getJob(com.google.cloud.batch.v1alpha.GetJobRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetJobMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Delete a Job.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - deleteJob(com.google.cloud.batch.v1alpha.DeleteJobRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getDeleteJobMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * List all Jobs for a project within a region.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.batch.v1alpha.ListJobsResponse> - listJobs(com.google.cloud.batch.v1alpha.ListJobsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListJobsMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * Return a single Task.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture - getTask(com.google.cloud.batch.v1alpha.GetTaskRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetTaskMethod(), getCallOptions()), request); - } - - /** - * - * - *
-     * List Tasks associated with a job.
-     * 
- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.batch.v1alpha.ListTasksResponse> - listTasks(com.google.cloud.batch.v1alpha.ListTasksRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListTasksMethod(), getCallOptions()), request); - } - } - - private static final int METHODID_CREATE_JOB = 0; - private static final int METHODID_GET_JOB = 1; - private static final int METHODID_DELETE_JOB = 2; - private static final int METHODID_LIST_JOBS = 3; - private static final int METHODID_GET_TASK = 4; - private static final int METHODID_LIST_TASKS = 5; - - private static final class MethodHandlers - implements io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { - private final AsyncService serviceImpl; - private final int methodId; - - MethodHandlers(AsyncService serviceImpl, int methodId) { - this.serviceImpl = serviceImpl; - this.methodId = methodId; - } - - @java.lang.Override - @java.lang.SuppressWarnings("unchecked") - public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { - switch (methodId) { - case METHODID_CREATE_JOB: - serviceImpl.createJob( - (com.google.cloud.batch.v1alpha.CreateJobRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_GET_JOB: - serviceImpl.getJob( - (com.google.cloud.batch.v1alpha.GetJobRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_DELETE_JOB: - serviceImpl.deleteJob( - (com.google.cloud.batch.v1alpha.DeleteJobRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_LIST_JOBS: - serviceImpl.listJobs( - (com.google.cloud.batch.v1alpha.ListJobsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - case METHODID_GET_TASK: - serviceImpl.getTask( - (com.google.cloud.batch.v1alpha.GetTaskRequest) request, - (io.grpc.stub.StreamObserver) responseObserver); - break; - case METHODID_LIST_TASKS: - serviceImpl.listTasks( - (com.google.cloud.batch.v1alpha.ListTasksRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); - break; - default: - throw new AssertionError(); - } - } - - @java.lang.Override - @java.lang.SuppressWarnings("unchecked") - public io.grpc.stub.StreamObserver invoke( - io.grpc.stub.StreamObserver responseObserver) { - switch (methodId) { - default: - throw new AssertionError(); - } - } - } - - public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { - return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) - .addMethod( - getCreateJobMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1alpha.CreateJobRequest, - com.google.cloud.batch.v1alpha.Job>(service, METHODID_CREATE_JOB))) - .addMethod( - getGetJobMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1alpha.GetJobRequest, - com.google.cloud.batch.v1alpha.Job>(service, METHODID_GET_JOB))) - .addMethod( - getDeleteJobMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1alpha.DeleteJobRequest, - com.google.longrunning.Operation>(service, METHODID_DELETE_JOB))) - .addMethod( - getListJobsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1alpha.ListJobsRequest, - com.google.cloud.batch.v1alpha.ListJobsResponse>(service, METHODID_LIST_JOBS))) - .addMethod( - getGetTaskMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1alpha.GetTaskRequest, - com.google.cloud.batch.v1alpha.Task>(service, METHODID_GET_TASK))) - .addMethod( - getListTasksMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1alpha.ListTasksRequest, - com.google.cloud.batch.v1alpha.ListTasksResponse>( - service, METHODID_LIST_TASKS))) - .build(); - } - - private abstract static class BatchServiceBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { - BatchServiceBaseDescriptorSupplier() {} - - @java.lang.Override - public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { - return com.google.cloud.batch.v1alpha.BatchProto.getDescriptor(); - } - - @java.lang.Override - public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { - return getFileDescriptor().findServiceByName("BatchService"); - } - } - - private static final class BatchServiceFileDescriptorSupplier - extends BatchServiceBaseDescriptorSupplier { - BatchServiceFileDescriptorSupplier() {} - } - - private static final class BatchServiceMethodDescriptorSupplier - extends BatchServiceBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { - private final String methodName; - - BatchServiceMethodDescriptorSupplier(String methodName) { - this.methodName = methodName; - } - - @java.lang.Override - public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { - return getServiceDescriptor().findMethodByName(methodName); - } - } - - private static volatile io.grpc.ServiceDescriptor serviceDescriptor; - - public static io.grpc.ServiceDescriptor getServiceDescriptor() { - io.grpc.ServiceDescriptor result = serviceDescriptor; - if (result == null) { - synchronized (BatchServiceGrpc.class) { - result = serviceDescriptor; - if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new BatchServiceFileDescriptorSupplier()) - .addMethod(getCreateJobMethod()) - .addMethod(getGetJobMethod()) - .addMethod(getDeleteJobMethod()) - .addMethod(getListJobsMethod()) - .addMethod(getGetTaskMethod()) - .addMethod(getListTasksMethod()) - .build(); - } - } - } - return result; - } -} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchProto.java b/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchProto.java deleted file mode 100644 index a036cdbc8994..000000000000 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchProto.java +++ /dev/null @@ -1,259 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1/batch.proto - -package com.google.cloud.batch.v1; - -public final class BatchProto { - private BatchProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_CreateJobRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_GetJobRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_GetJobRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_DeleteJobRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_ListJobsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_ListJobsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_ListTasksRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_ListTasksResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_GetTaskRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_OperationMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_OperationMetadata_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n!google/cloud/batch/v1/batch.proto\022\025goo" - + "gle.cloud.batch.v1\032\034google/api/annotatio" - + "ns.proto\032\027google/api/client.proto\032\037googl" - + "e/api/field_behavior.proto\032\031google/api/r" - + "esource.proto\032\037google/cloud/batch/v1/job" - + ".proto\032 google/cloud/batch/v1/task.proto" - + "\032#google/longrunning/operations.proto\032\033g" - + "oogle/protobuf/empty.proto\032\037google/proto" - + "buf/timestamp.proto\"\236\001\n\020CreateJobRequest" - + "\0221\n\006parent\030\001 \001(\tB!\342A\001\002\372A\032\022\030batch.googlea" - + "pis.com/Job\022\016\n\006job_id\030\002 \001(\t\022-\n\003job\030\003 \001(\013" - + "2\032.google.cloud.batch.v1.JobB\004\342A\001\002\022\030\n\nre" - + "quest_id\030\004 \001(\tB\004\342A\001\001\"@\n\rGetJobRequest\022/\n" - + "\004name\030\001 \001(\tB!\342A\001\002\372A\032\n\030batch.googleapis.c" - + "om/Job\"P\n\020DeleteJobRequest\022\014\n\004name\030\001 \001(\t" - + "\022\024\n\006reason\030\002 \001(\tB\004\342A\001\001\022\030\n\nrequest_id\030\004 \001" - + "(\tB\004\342A\001\001\"p\n\017ListJobsRequest\022\016\n\006parent\030\001 " - + "\001(\t\022\016\n\006filter\030\004 \001(\t\022\026\n\010order_by\030\005 \001(\tB\004\342" - + "A\001\001\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001" - + "(\t\"j\n\020ListJobsResponse\022(\n\004jobs\030\001 \003(\0132\032.g" - + "oogle.cloud.batch.v1.Job\022\027\n\017next_page_to" - + "ken\030\002 \001(\t\022\023\n\013unreachable\030\003 \003(\t\"\202\001\n\020ListT" - + "asksRequest\0227\n\006parent\030\001 \001(\tB\'\342A\001\002\372A \n\036ba" - + "tch.googleapis.com/TaskGroup\022\016\n\006filter\030\002" - + " \001(\t\022\021\n\tpage_size\030\003 \001(\005\022\022\n\npage_token\030\004 " - + "\001(\t\"m\n\021ListTasksResponse\022*\n\005tasks\030\001 \003(\0132" - + "\033.google.cloud.batch.v1.Task\022\027\n\017next_pag" - + "e_token\030\002 \001(\t\022\023\n\013unreachable\030\003 \003(\t\"B\n\016Ge" - + "tTaskRequest\0220\n\004name\030\001 \001(\tB\"\342A\001\002\372A\033\n\031bat" - + "ch.googleapis.com/Task\"\207\002\n\021OperationMeta" - + "data\0225\n\013create_time\030\001 \001(\0132\032.google.proto" - + "buf.TimestampB\004\342A\001\003\0222\n\010end_time\030\002 \001(\0132\032." - + "google.protobuf.TimestampB\004\342A\001\003\022\024\n\006targe" - + "t\030\003 \001(\tB\004\342A\001\003\022\022\n\004verb\030\004 \001(\tB\004\342A\001\003\022\034\n\016sta" - + "tus_message\030\005 \001(\tB\004\342A\001\003\022$\n\026requested_can" - + "cellation\030\006 \001(\010B\004\342A\001\003\022\031\n\013api_version\030\007 \001" - + "(\tB\004\342A\001\0032\266\010\n\014BatchService\022\233\001\n\tCreateJob\022" - + "\'.google.cloud.batch.v1.CreateJobRequest" - + "\032\032.google.cloud.batch.v1.Job\"I\332A\021parent," - + "job,job_id\202\323\344\223\002/\"(/v1/{parent=projects/*" - + "/locations/*}/jobs:\003job\022\203\001\n\006GetJob\022$.goo" - + "gle.cloud.batch.v1.GetJobRequest\032\032.googl" - + "e.cloud.batch.v1.Job\"7\332A\004name\202\323\344\223\002*\022(/v1" - + "/{name=projects/*/locations/*/jobs/*}\022\317\001" - + "\n\tDeleteJob\022\'.google.cloud.batch.v1.Dele" - + "teJobRequest\032\035.google.longrunning.Operat" - + "ion\"z\312A@\n\025google.protobuf.Empty\022\'google." - + "cloud.batch.v1.OperationMetadata\332A\004name\202" - + "\323\344\223\002**(/v1/{name=projects/*/locations/*/" - + "jobs/*}\022\226\001\n\010ListJobs\022&.google.cloud.batc" - + "h.v1.ListJobsRequest\032\'.google.cloud.batc" - + "h.v1.ListJobsResponse\"9\332A\006parent\202\323\344\223\002*\022(" - + "/v1/{parent=projects/*/locations/*}/jobs" - + "\022\233\001\n\007GetTask\022%.google.cloud.batch.v1.Get" - + "TaskRequest\032\033.google.cloud.batch.v1.Task" - + "\"L\332A\004name\202\323\344\223\002?\022=/v1/{name=projects/*/lo" - + "cations/*/jobs/*/taskGroups/*/tasks/*}\022\256" - + "\001\n\tListTasks\022\'.google.cloud.batch.v1.Lis" - + "tTasksRequest\032(.google.cloud.batch.v1.Li" - + "stTasksResponse\"N\332A\006parent\202\323\344\223\002?\022=/v1/{p" - + "arent=projects/*/locations/*/jobs/*/task" - + "Groups/*}/tasks\032H\312A\024batch.googleapis.com" - + "\322A.https://www.googleapis.com/auth/cloud" - + "-platformB\253\001\n\031com.google.cloud.batch.v1B" - + "\nBatchProtoP\001Z/cloud.google.com/go/batch" - + "/apiv1/batchpb;batchpb\242\002\003GCB\252\002\025Google.Cl" - + "oud.Batch.V1\312\002\025Google\\Cloud\\Batch\\V1\352\002\030G" - + "oogle::Cloud::Batch::V1b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.cloud.batch.v1.JobProto.getDescriptor(), - com.google.cloud.batch.v1.TaskProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.EmptyProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_batch_v1_CreateJobRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor, - new java.lang.String[] { - "Parent", "JobId", "Job", "RequestId", - }); - internal_static_google_cloud_batch_v1_GetJobRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_batch_v1_GetJobRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_GetJobRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_batch_v1_DeleteJobRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor, - new java.lang.String[] { - "Name", "Reason", "RequestId", - }); - internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_batch_v1_ListJobsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor, - new java.lang.String[] { - "Parent", "Filter", "OrderBy", "PageSize", "PageToken", - }); - internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_batch_v1_ListJobsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor, - new java.lang.String[] { - "Jobs", "NextPageToken", "Unreachable", - }); - internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_batch_v1_ListTasksRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor, - new java.lang.String[] { - "Parent", "Filter", "PageSize", "PageToken", - }); - internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_batch_v1_ListTasksResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor, - new java.lang.String[] { - "Tasks", "NextPageToken", "Unreachable", - }); - internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_batch_v1_GetTaskRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_batch_v1_OperationMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_batch_v1_OperationMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_OperationMetadata_descriptor, - new java.lang.String[] { - "CreateTime", - "EndTime", - "Target", - "Verb", - "StatusMessage", - "RequestedCancellation", - "ApiVersion", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.cloud.batch.v1.JobProto.getDescriptor(); - com.google.cloud.batch.v1.TaskProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.EmptyProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequestOrBuilder.java b/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequestOrBuilder.java deleted file mode 100644 index 0015bbb42c4b..000000000000 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequestOrBuilder.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1/batch.proto - -package com.google.cloud.batch.v1; - -public interface GetJobRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.GetJobRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Job name.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. Job name.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequestOrBuilder.java b/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequestOrBuilder.java deleted file mode 100644 index 2aa14a7836d8..000000000000 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequestOrBuilder.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1/batch.proto - -package com.google.cloud.batch.v1; - -public interface GetTaskRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.GetTaskRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Task name.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. Task name.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobProto.java b/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobProto.java deleted file mode 100644 index 8fe7ce0fac52..000000000000 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobProto.java +++ /dev/null @@ -1,488 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1/job.proto - -package com.google.cloud.batch.v1; - -public final class JobProto { - private JobProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Job_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Job_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Job_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Job_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_LogsPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_LogsPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_JobStatus_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_JobStatus_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_JobNotification_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_JobNotification_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_JobNotification_Message_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_TaskGroup_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_TaskGroup_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_ServiceAccount_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_ServiceAccount_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\037google/cloud/batch/v1/job.proto\022\025googl" - + "e.cloud.batch.v1\032\037google/api/field_behav" - + "ior.proto\032\031google/api/resource.proto\032 go" - + "ogle/cloud/batch/v1/task.proto\032\036google/p" - + "rotobuf/duration.proto\032\037google/protobuf/" - + "timestamp.proto\"\226\005\n\003Job\022\022\n\004name\030\001 \001(\tB\004\342" - + "A\001\003\022\021\n\003uid\030\002 \001(\tB\004\342A\001\003\022\020\n\010priority\030\003 \001(\003" - + "\022;\n\013task_groups\030\004 \003(\0132 .google.cloud.bat" - + "ch.v1.TaskGroupB\004\342A\001\002\022B\n\021allocation_poli" - + "cy\030\007 \001(\0132\'.google.cloud.batch.v1.Allocat" - + "ionPolicy\0226\n\006labels\030\010 \003(\0132&.google.cloud" - + ".batch.v1.Job.LabelsEntry\0226\n\006status\030\t \001(" - + "\0132 .google.cloud.batch.v1.JobStatusB\004\342A\001" - + "\003\0225\n\013create_time\030\013 \001(\0132\032.google.protobuf" - + ".TimestampB\004\342A\001\003\0225\n\013update_time\030\014 \001(\0132\032." - + "google.protobuf.TimestampB\004\342A\001\003\0226\n\013logs_" - + "policy\030\r \001(\0132!.google.cloud.batch.v1.Log" - + "sPolicy\022=\n\rnotifications\030\016 \003(\0132&.google." - + "cloud.batch.v1.JobNotification\032-\n\013Labels" - + "Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001:Q\352" - + "AN\n\030batch.googleapis.com/Job\0222projects/{" - + "project}/locations/{location}/jobs/{job}" - + "\"\254\001\n\nLogsPolicy\022B\n\013destination\030\001 \001(\0162-.g" - + "oogle.cloud.batch.v1.LogsPolicy.Destinat" - + "ion\022\021\n\tlogs_path\030\002 \001(\t\"G\n\013Destination\022\033\n" - + "\027DESTINATION_UNSPECIFIED\020\000\022\021\n\rCLOUD_LOGG" - + "ING\020\001\022\010\n\004PATH\020\002\"\200\007\n\tJobStatus\0225\n\005state\030\001" - + " \001(\0162&.google.cloud.batch.v1.JobStatus.S" - + "tate\0229\n\rstatus_events\030\002 \003(\0132\".google.clo" - + "ud.batch.v1.StatusEvent\022E\n\013task_groups\030\004" - + " \003(\01320.google.cloud.batch.v1.JobStatus.T" - + "askGroupsEntry\022/\n\014run_duration\030\005 \001(\0132\031.g" - + "oogle.protobuf.Duration\032\321\001\n\016InstanceStat" - + "us\022\024\n\014machine_type\030\001 \001(\t\022U\n\022provisioning" - + "_model\030\002 \001(\01629.google.cloud.batch.v1.All" - + "ocationPolicy.ProvisioningModel\022\021\n\ttask_" - + "pack\030\003 \001(\003\022?\n\tboot_disk\030\004 \001(\0132,.google.c" - + "loud.batch.v1.AllocationPolicy.Disk\032\322\001\n\017" - + "TaskGroupStatus\022L\n\006counts\030\001 \003(\0132<.google" - + ".cloud.batch.v1.JobStatus.TaskGroupStatu" - + "s.CountsEntry\022B\n\tinstances\030\002 \003(\0132/.googl" - + "e.cloud.batch.v1.JobStatus.InstanceStatu" - + "s\032-\n\013CountsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002" - + " \001(\003:\0028\001\032c\n\017TaskGroupsEntry\022\013\n\003key\030\001 \001(\t" - + "\022?\n\005value\030\002 \001(\01320.google.cloud.batch.v1." - + "JobStatus.TaskGroupStatus:\0028\001\"{\n\005State\022\025" - + "\n\021STATE_UNSPECIFIED\020\000\022\n\n\006QUEUED\020\001\022\r\n\tSCH" - + "EDULED\020\002\022\013\n\007RUNNING\020\003\022\r\n\tSUCCEEDED\020\004\022\n\n\006" - + "FAILED\020\005\022\030\n\024DELETION_IN_PROGRESS\020\006\"\374\002\n\017J" - + "obNotification\022\024\n\014pubsub_topic\030\001 \001(\t\022?\n\007" - + "message\030\002 \001(\0132..google.cloud.batch.v1.Jo" - + "bNotification.Message\032\304\001\n\007Message\0229\n\004typ" - + "e\030\001 \001(\0162+.google.cloud.batch.v1.JobNotif" - + "ication.Type\022=\n\rnew_job_state\030\002 \001(\0162&.go" - + "ogle.cloud.batch.v1.JobStatus.State\022?\n\016n" - + "ew_task_state\030\003 \001(\0162\'.google.cloud.batch" - + ".v1.TaskStatus.State\"K\n\004Type\022\024\n\020TYPE_UNS" - + "PECIFIED\020\000\022\025\n\021JOB_STATE_CHANGED\020\001\022\026\n\022TAS" - + "K_STATE_CHANGED\020\002\"\220\016\n\020AllocationPolicy\022H" - + "\n\010location\030\001 \001(\01326.google.cloud.batch.v1" - + ".AllocationPolicy.LocationPolicy\022S\n\tinst" - + "ances\030\010 \003(\0132@.google.cloud.batch.v1.Allo" - + "cationPolicy.InstancePolicyOrTemplate\022>\n" - + "\017service_account\030\t \001(\0132%.google.cloud.ba" - + "tch.v1.ServiceAccount\022C\n\006labels\030\006 \003(\01323." - + "google.cloud.batch.v1.AllocationPolicy.L" - + "abelsEntry\022F\n\007network\030\007 \001(\01325.google.clo" - + "ud.batch.v1.AllocationPolicy.NetworkPoli" - + "cy\022J\n\tplacement\030\n \001(\01327.google.cloud.bat" - + "ch.v1.AllocationPolicy.PlacementPolicy\032+" - + "\n\016LocationPolicy\022\031\n\021allowed_locations\030\001 " - + "\003(\t\032q\n\004Disk\022\017\n\005image\030\004 \001(\tH\000\022\022\n\010snapshot" - + "\030\005 \001(\tH\000\022\014\n\004type\030\001 \001(\t\022\017\n\007size_gb\030\002 \001(\003\022" - + "\026\n\016disk_interface\030\006 \001(\tB\r\n\013data_source\032\212" - + "\001\n\014AttachedDisk\022@\n\010new_disk\030\001 \001(\0132,.goog" - + "le.cloud.batch.v1.AllocationPolicy.DiskH" - + "\000\022\027\n\rexisting_disk\030\002 \001(\tH\000\022\023\n\013device_nam" - + "e\030\003 \001(\tB\n\n\010attached\032i\n\013Accelerator\022\014\n\004ty" - + "pe\030\001 \001(\t\022\r\n\005count\030\002 \001(\003\022\037\n\023install_gpu_d" - + "rivers\030\003 \001(\010B\002\030\001\022\034\n\016driver_version\030\004 \001(\t" - + "B\004\342A\001\001\032\350\002\n\016InstancePolicy\022\024\n\014machine_typ" - + "e\030\002 \001(\t\022\030\n\020min_cpu_platform\030\003 \001(\t\022U\n\022pro" - + "visioning_model\030\004 \001(\01629.google.cloud.bat" - + "ch.v1.AllocationPolicy.ProvisioningModel" - + "\022I\n\014accelerators\030\005 \003(\01323.google.cloud.ba" - + "tch.v1.AllocationPolicy.Accelerator\022?\n\tb" - + "oot_disk\030\010 \001(\0132,.google.cloud.batch.v1.A" - + "llocationPolicy.Disk\022C\n\005disks\030\006 \003(\01324.go" - + "ogle.cloud.batch.v1.AllocationPolicy.Att" - + "achedDisk\032\261\001\n\030InstancePolicyOrTemplate\022H" - + "\n\006policy\030\001 \001(\01326.google.cloud.batch.v1.A" - + "llocationPolicy.InstancePolicyH\000\022\033\n\021inst" - + "ance_template\030\002 \001(\tH\000\022\033\n\023install_gpu_dri" - + "vers\030\003 \001(\010B\021\n\017policy_template\032W\n\020Network" - + "Interface\022\017\n\007network\030\001 \001(\t\022\022\n\nsubnetwork" - + "\030\002 \001(\t\022\036\n\026no_external_ip_address\030\003 \001(\010\032e" - + "\n\rNetworkPolicy\022T\n\022network_interfaces\030\001 " - + "\003(\01328.google.cloud.batch.v1.AllocationPo" - + "licy.NetworkInterface\032<\n\017PlacementPolicy" - + "\022\023\n\013collocation\030\001 \001(\t\022\024\n\014max_distance\030\002 " - + "\001(\003\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" - + "\030\002 \001(\t:\0028\001\"`\n\021ProvisioningModel\022\"\n\036PROVI" - + "SIONING_MODEL_UNSPECIFIED\020\000\022\014\n\010STANDARD\020" - + "\001\022\010\n\004SPOT\020\002\022\017\n\013PREEMPTIBLE\020\003\"\257\004\n\tTaskGro" - + "up\022\022\n\004name\030\001 \001(\tB\004\342A\001\003\0228\n\ttask_spec\030\003 \001(" - + "\0132\037.google.cloud.batch.v1.TaskSpecB\004\342A\001\002" - + "\022\022\n\ntask_count\030\004 \001(\003\022\023\n\013parallelism\030\005 \001(" - + "\003\022L\n\021scheduling_policy\030\006 \001(\01621.google.cl" - + "oud.batch.v1.TaskGroup.SchedulingPolicy\022" - + "=\n\021task_environments\030\t \003(\0132\".google.clou" - + "d.batch.v1.Environment\022\033\n\023task_count_per" - + "_node\030\n \001(\003\022\032\n\022require_hosts_file\030\013 \001(\010\022" - + "\026\n\016permissive_ssh\030\014 \001(\010\"\\\n\020SchedulingPol" - + "icy\022!\n\035SCHEDULING_POLICY_UNSPECIFIED\020\000\022\027" - + "\n\023AS_SOON_AS_POSSIBLE\020\001\022\014\n\010IN_ORDER\020\002:o\352" - + "Al\n\036batch.googleapis.com/TaskGroup\022Jproj" - + "ects/{project}/locations/{location}/jobs" - + "/{job}/taskGroups/{task_group}\"/\n\016Servic" - + "eAccount\022\r\n\005email\030\001 \001(\t\022\016\n\006scopes\030\002 \003(\tB" - + "\251\001\n\031com.google.cloud.batch.v1B\010JobProtoP" - + "\001Z/cloud.google.com/go/batch/apiv1/batch" - + "pb;batchpb\242\002\003GCB\252\002\025Google.Cloud.Batch.V1" - + "\312\002\025Google\\Cloud\\Batch\\V1\352\002\030Google::Cloud" - + "::Batch::V1b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.cloud.batch.v1.TaskProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_batch_v1_Job_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_batch_v1_Job_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Job_descriptor, - new java.lang.String[] { - "Name", - "Uid", - "Priority", - "TaskGroups", - "AllocationPolicy", - "Labels", - "Status", - "CreateTime", - "UpdateTime", - "LogsPolicy", - "Notifications", - }); - internal_static_google_cloud_batch_v1_Job_LabelsEntry_descriptor = - internal_static_google_cloud_batch_v1_Job_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1_Job_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Job_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1_LogsPolicy_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_batch_v1_LogsPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_LogsPolicy_descriptor, - new java.lang.String[] { - "Destination", "LogsPath", - }); - internal_static_google_cloud_batch_v1_JobStatus_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_batch_v1_JobStatus_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_JobStatus_descriptor, - new java.lang.String[] { - "State", "StatusEvents", "TaskGroups", "RunDuration", - }); - internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor = - internal_static_google_cloud_batch_v1_JobStatus_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor, - new java.lang.String[] { - "MachineType", "ProvisioningModel", "TaskPack", "BootDisk", - }); - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor = - internal_static_google_cloud_batch_v1_JobStatus_descriptor.getNestedTypes().get(1); - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor, - new java.lang.String[] { - "Counts", "Instances", - }); - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_descriptor = - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_descriptor = - internal_static_google_cloud_batch_v1_JobStatus_descriptor.getNestedTypes().get(2); - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1_JobNotification_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_batch_v1_JobNotification_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_JobNotification_descriptor, - new java.lang.String[] { - "PubsubTopic", "Message", - }); - internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor = - internal_static_google_cloud_batch_v1_JobNotification_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1_JobNotification_Message_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor, - new java.lang.String[] { - "Type", "NewJobState", "NewTaskState", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_batch_v1_AllocationPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor, - new java.lang.String[] { - "Location", "Instances", "ServiceAccount", "Labels", "Network", "Placement", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor = - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor, - new java.lang.String[] { - "AllowedLocations", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor = - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(1); - internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor, - new java.lang.String[] { - "Image", "Snapshot", "Type", "SizeGb", "DiskInterface", "DataSource", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor = - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(2); - internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor, - new java.lang.String[] { - "NewDisk", "ExistingDisk", "DeviceName", "Attached", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor = - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(3); - internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor, - new java.lang.String[] { - "Type", "Count", "InstallGpuDrivers", "DriverVersion", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor = - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(4); - internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor, - new java.lang.String[] { - "MachineType", - "MinCpuPlatform", - "ProvisioningModel", - "Accelerators", - "BootDisk", - "Disks", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor = - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(5); - internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor, - new java.lang.String[] { - "Policy", "InstanceTemplate", "InstallGpuDrivers", "PolicyTemplate", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor = - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(6); - internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor, - new java.lang.String[] { - "Network", "Subnetwork", "NoExternalIpAddress", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor = - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(7); - internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor, - new java.lang.String[] { - "NetworkInterfaces", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor = - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(8); - internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor, - new java.lang.String[] { - "Collocation", "MaxDistance", - }); - internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_descriptor = - internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(9); - internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1_TaskGroup_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_batch_v1_TaskGroup_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_TaskGroup_descriptor, - new java.lang.String[] { - "Name", - "TaskSpec", - "TaskCount", - "Parallelism", - "SchedulingPolicy", - "TaskEnvironments", - "TaskCountPerNode", - "RequireHostsFile", - "PermissiveSsh", - }); - internal_static_google_cloud_batch_v1_ServiceAccount_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_batch_v1_ServiceAccount_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_ServiceAccount_descriptor, - new java.lang.String[] { - "Email", "Scopes", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.cloud.batch.v1.TaskProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskExecutionOrBuilder.java b/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskExecutionOrBuilder.java deleted file mode 100644 index 34000688ac9c..000000000000 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskExecutionOrBuilder.java +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1/task.proto - -package com.google.cloud.batch.v1; - -public interface TaskExecutionOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.TaskExecution) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * When task is completed as the status of FAILED or SUCCEEDED,
-   * exit code is for one task execution result, default is 0 as success.
-   * 
- * - * int32 exit_code = 1; - * - * @return The exitCode. - */ - int getExitCode(); -} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskProto.java b/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskProto.java deleted file mode 100644 index 44eaf17b9bab..000000000000 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskProto.java +++ /dev/null @@ -1,377 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1/task.proto - -package com.google.cloud.batch.v1; - -public final class TaskProto { - private TaskProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_ComputeResource_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_ComputeResource_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_StatusEvent_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_StatusEvent_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_TaskExecution_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_TaskExecution_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_TaskStatus_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_TaskStatus_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Runnable_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Runnable_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Runnable_Container_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Runnable_Container_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Runnable_Script_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Runnable_Script_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Runnable_Barrier_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Runnable_Barrier_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Runnable_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Runnable_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_TaskSpec_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_TaskSpec_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_TaskSpec_EnvironmentsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_TaskSpec_EnvironmentsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_LifecyclePolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_LifecyclePolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Task_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Task_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Environment_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Environment_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Environment_VariablesEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Environment_VariablesEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Environment_SecretVariablesEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Environment_SecretVariablesEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n google/cloud/batch/v1/task.proto\022\025goog" - + "le.cloud.batch.v1\032\031google/api/resource.p" - + "roto\032\"google/cloud/batch/v1/volume.proto" - + "\032\036google/protobuf/duration.proto\032\037google" - + "/protobuf/timestamp.proto\"O\n\017ComputeReso" - + "urce\022\021\n\tcpu_milli\030\001 \001(\003\022\022\n\nmemory_mib\030\002 " - + "\001(\003\022\025\n\rboot_disk_mib\030\004 \001(\003\"\333\001\n\013StatusEve" - + "nt\022\014\n\004type\030\003 \001(\t\022\023\n\013description\030\001 \001(\t\022.\n" - + "\nevent_time\030\002 \001(\0132\032.google.protobuf.Time" - + "stamp\022<\n\016task_execution\030\004 \001(\0132$.google.c" - + "loud.batch.v1.TaskExecution\022;\n\ntask_stat" - + "e\030\005 \001(\0162\'.google.cloud.batch.v1.TaskStat" - + "us.State\"\"\n\rTaskExecution\022\021\n\texit_code\030\001" - + " \001(\005\"\362\001\n\nTaskStatus\0226\n\005state\030\001 \001(\0162\'.goo" - + "gle.cloud.batch.v1.TaskStatus.State\0229\n\rs" - + "tatus_events\030\002 \003(\0132\".google.cloud.batch." - + "v1.StatusEvent\"q\n\005State\022\025\n\021STATE_UNSPECI" - + "FIED\020\000\022\013\n\007PENDING\020\001\022\014\n\010ASSIGNED\020\002\022\013\n\007RUN" - + "NING\020\003\022\n\n\006FAILED\020\004\022\r\n\tSUCCEEDED\020\005\022\016\n\nUNE" - + "XECUTED\020\006\"\336\005\n\010Runnable\022>\n\tcontainer\030\001 \001(" - + "\0132).google.cloud.batch.v1.Runnable.Conta" - + "inerH\000\0228\n\006script\030\002 \001(\0132&.google.cloud.ba" - + "tch.v1.Runnable.ScriptH\000\022:\n\007barrier\030\006 \001(" - + "\0132\'.google.cloud.batch.v1.Runnable.Barri" - + "erH\000\022\032\n\022ignore_exit_status\030\003 \001(\010\022\022\n\nback" - + "ground\030\004 \001(\010\022\022\n\nalways_run\030\005 \001(\010\0227\n\013envi" - + "ronment\030\007 \001(\0132\".google.cloud.batch.v1.En" - + "vironment\022*\n\007timeout\030\010 \001(\0132\031.google.prot" - + "obuf.Duration\022;\n\006labels\030\t \003(\0132+.google.c" - + "loud.batch.v1.Runnable.LabelsEntry\032\252\001\n\tC" - + "ontainer\022\021\n\timage_uri\030\001 \001(\t\022\020\n\010commands\030" - + "\002 \003(\t\022\022\n\nentrypoint\030\003 \001(\t\022\017\n\007volumes\030\007 \003" - + "(\t\022\017\n\007options\030\010 \001(\t\022\036\n\026block_external_ne" - + "twork\030\t \001(\010\022\020\n\010username\030\n \001(\t\022\020\n\010passwor" - + "d\030\013 \001(\t\0323\n\006Script\022\016\n\004path\030\001 \001(\tH\000\022\016\n\004tex" - + "t\030\002 \001(\tH\000B\t\n\007command\032\027\n\007Barrier\022\014\n\004name\030" - + "\001 \001(\t\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005val" - + "ue\030\002 \001(\t:\0028\001B\014\n\nexecutable\"\375\003\n\010TaskSpec\022" - + "2\n\trunnables\030\010 \003(\0132\037.google.cloud.batch." - + "v1.Runnable\022@\n\020compute_resource\030\003 \001(\0132&." - + "google.cloud.batch.v1.ComputeResource\0223\n" - + "\020max_run_duration\030\004 \001(\0132\031.google.protobu" - + "f.Duration\022\027\n\017max_retry_count\030\005 \001(\005\022B\n\022l" - + "ifecycle_policies\030\t \003(\0132&.google.cloud.b" - + "atch.v1.LifecyclePolicy\022K\n\014environments\030" - + "\006 \003(\01321.google.cloud.batch.v1.TaskSpec.E" - + "nvironmentsEntryB\002\030\001\022.\n\007volumes\030\007 \003(\0132\035." - + "google.cloud.batch.v1.Volume\0227\n\013environm" - + "ent\030\n \001(\0132\".google.cloud.batch.v1.Enviro" - + "nment\0323\n\021EnvironmentsEntry\022\013\n\003key\030\001 \001(\t\022" - + "\r\n\005value\030\002 \001(\t:\0028\001\"\212\002\n\017LifecyclePolicy\022=" - + "\n\006action\030\001 \001(\0162-.google.cloud.batch.v1.L" - + "ifecyclePolicy.Action\022P\n\020action_conditio" - + "n\030\002 \001(\01326.google.cloud.batch.v1.Lifecycl" - + "ePolicy.ActionCondition\032%\n\017ActionConditi" - + "on\022\022\n\nexit_codes\030\001 \003(\005\"?\n\006Action\022\026\n\022ACTI" - + "ON_UNSPECIFIED\020\000\022\016\n\nRETRY_TASK\020\001\022\r\n\tFAIL" - + "_TASK\020\002\"\300\001\n\004Task\022\014\n\004name\030\001 \001(\t\0221\n\006status" - + "\030\002 \001(\0132!.google.cloud.batch.v1.TaskStatu" - + "s:w\352At\n\031batch.googleapis.com/Task\022Wproje" - + "cts/{project}/locations/{location}/jobs/" - + "{job}/taskGroups/{task_group}/tasks/{tas" - + "k}\"\217\003\n\013Environment\022D\n\tvariables\030\001 \003(\01321." - + "google.cloud.batch.v1.Environment.Variab" - + "lesEntry\022Q\n\020secret_variables\030\002 \003(\01327.goo" - + "gle.cloud.batch.v1.Environment.SecretVar" - + "iablesEntry\022I\n\023encrypted_variables\030\003 \001(\013" - + "2,.google.cloud.batch.v1.Environment.KMS" - + "EnvMap\0322\n\tKMSEnvMap\022\020\n\010key_name\030\001 \001(\t\022\023\n" - + "\013cipher_text\030\002 \001(\t\0320\n\016VariablesEntry\022\013\n\003" - + "key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\0326\n\024SecretVa" - + "riablesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t" - + ":\0028\001B\252\001\n\031com.google.cloud.batch.v1B\tTask" - + "ProtoP\001Z/cloud.google.com/go/batch/apiv1" - + "/batchpb;batchpb\242\002\003GCB\252\002\025Google.Cloud.Ba" - + "tch.V1\312\002\025Google\\Cloud\\Batch\\V1\352\002\030Google:" - + ":Cloud::Batch::V1b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.ResourceProto.getDescriptor(), - com.google.cloud.batch.v1.VolumeProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_batch_v1_ComputeResource_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_batch_v1_ComputeResource_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_ComputeResource_descriptor, - new java.lang.String[] { - "CpuMilli", "MemoryMib", "BootDiskMib", - }); - internal_static_google_cloud_batch_v1_StatusEvent_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_batch_v1_StatusEvent_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_StatusEvent_descriptor, - new java.lang.String[] { - "Type", "Description", "EventTime", "TaskExecution", "TaskState", - }); - internal_static_google_cloud_batch_v1_TaskExecution_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_batch_v1_TaskExecution_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_TaskExecution_descriptor, - new java.lang.String[] { - "ExitCode", - }); - internal_static_google_cloud_batch_v1_TaskStatus_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_batch_v1_TaskStatus_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_TaskStatus_descriptor, - new java.lang.String[] { - "State", "StatusEvents", - }); - internal_static_google_cloud_batch_v1_Runnable_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_batch_v1_Runnable_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Runnable_descriptor, - new java.lang.String[] { - "Container", - "Script", - "Barrier", - "IgnoreExitStatus", - "Background", - "AlwaysRun", - "Environment", - "Timeout", - "Labels", - "Executable", - }); - internal_static_google_cloud_batch_v1_Runnable_Container_descriptor = - internal_static_google_cloud_batch_v1_Runnable_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1_Runnable_Container_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Runnable_Container_descriptor, - new java.lang.String[] { - "ImageUri", - "Commands", - "Entrypoint", - "Volumes", - "Options", - "BlockExternalNetwork", - "Username", - "Password", - }); - internal_static_google_cloud_batch_v1_Runnable_Script_descriptor = - internal_static_google_cloud_batch_v1_Runnable_descriptor.getNestedTypes().get(1); - internal_static_google_cloud_batch_v1_Runnable_Script_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Runnable_Script_descriptor, - new java.lang.String[] { - "Path", "Text", "Command", - }); - internal_static_google_cloud_batch_v1_Runnable_Barrier_descriptor = - internal_static_google_cloud_batch_v1_Runnable_descriptor.getNestedTypes().get(2); - internal_static_google_cloud_batch_v1_Runnable_Barrier_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Runnable_Barrier_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_batch_v1_Runnable_LabelsEntry_descriptor = - internal_static_google_cloud_batch_v1_Runnable_descriptor.getNestedTypes().get(3); - internal_static_google_cloud_batch_v1_Runnable_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Runnable_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1_TaskSpec_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_batch_v1_TaskSpec_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_TaskSpec_descriptor, - new java.lang.String[] { - "Runnables", - "ComputeResource", - "MaxRunDuration", - "MaxRetryCount", - "LifecyclePolicies", - "Environments", - "Volumes", - "Environment", - }); - internal_static_google_cloud_batch_v1_TaskSpec_EnvironmentsEntry_descriptor = - internal_static_google_cloud_batch_v1_TaskSpec_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1_TaskSpec_EnvironmentsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_TaskSpec_EnvironmentsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1_LifecyclePolicy_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_batch_v1_LifecyclePolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_LifecyclePolicy_descriptor, - new java.lang.String[] { - "Action", "ActionCondition", - }); - internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_descriptor = - internal_static_google_cloud_batch_v1_LifecyclePolicy_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_descriptor, - new java.lang.String[] { - "ExitCodes", - }); - internal_static_google_cloud_batch_v1_Task_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_batch_v1_Task_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Task_descriptor, - new java.lang.String[] { - "Name", "Status", - }); - internal_static_google_cloud_batch_v1_Environment_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_batch_v1_Environment_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Environment_descriptor, - new java.lang.String[] { - "Variables", "SecretVariables", "EncryptedVariables", - }); - internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_descriptor = - internal_static_google_cloud_batch_v1_Environment_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_descriptor, - new java.lang.String[] { - "KeyName", "CipherText", - }); - internal_static_google_cloud_batch_v1_Environment_VariablesEntry_descriptor = - internal_static_google_cloud_batch_v1_Environment_descriptor.getNestedTypes().get(1); - internal_static_google_cloud_batch_v1_Environment_VariablesEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Environment_VariablesEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1_Environment_SecretVariablesEntry_descriptor = - internal_static_google_cloud_batch_v1_Environment_descriptor.getNestedTypes().get(2); - internal_static_google_cloud_batch_v1_Environment_SecretVariablesEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Environment_SecretVariablesEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.ResourceProto.getDescriptor(); - com.google.cloud.batch.v1.VolumeProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/VolumeProto.java b/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/VolumeProto.java deleted file mode 100644 index 000027ea8cc7..000000000000 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/VolumeProto.java +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1/volume.proto - -package com.google.cloud.batch.v1; - -public final class VolumeProto { - private VolumeProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_Volume_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_Volume_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_NFS_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_NFS_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1_GCS_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_GCS_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\"google/cloud/batch/v1/volume.proto\022\025go" - + "ogle.cloud.batch.v1\"\252\001\n\006Volume\022)\n\003nfs\030\001 " - + "\001(\0132\032.google.cloud.batch.v1.NFSH\000\022)\n\003gcs" - + "\030\003 \001(\0132\032.google.cloud.batch.v1.GCSH\000\022\025\n\013" - + "device_name\030\006 \001(\tH\000\022\022\n\nmount_path\030\004 \001(\t\022" - + "\025\n\rmount_options\030\005 \003(\tB\010\n\006source\"*\n\003NFS\022" - + "\016\n\006server\030\001 \001(\t\022\023\n\013remote_path\030\002 \001(\t\"\032\n\003" - + "GCS\022\023\n\013remote_path\030\001 \001(\tB\254\001\n\031com.google." - + "cloud.batch.v1B\013VolumeProtoP\001Z/cloud.goo" - + "gle.com/go/batch/apiv1/batchpb;batchpb\242\002" - + "\003GCB\252\002\025Google.Cloud.Batch.V1\312\002\025Google\\Cl" - + "oud\\Batch\\V1\352\002\030Google::Cloud::Batch::V1b" - + "\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_cloud_batch_v1_Volume_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_batch_v1_Volume_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_Volume_descriptor, - new java.lang.String[] { - "Nfs", "Gcs", "DeviceName", "MountPath", "MountOptions", "Source", - }); - internal_static_google_cloud_batch_v1_NFS_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_batch_v1_NFS_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_NFS_descriptor, - new java.lang.String[] { - "Server", "RemotePath", - }); - internal_static_google_cloud_batch_v1_GCS_descriptor = getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_batch_v1_GCS_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_GCS_descriptor, - new java.lang.String[] { - "RemotePath", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/BatchProto.java b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/BatchProto.java deleted file mode 100644 index 876467e8532f..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/BatchProto.java +++ /dev/null @@ -1,263 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1alpha/batch.proto - -package com.google.cloud.batch.v1alpha; - -public final class BatchProto { - private BatchProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_CreateJobRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_CreateJobRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_GetJobRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_GetJobRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_DeleteJobRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_DeleteJobRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_ListJobsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_ListJobsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_ListJobsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_ListJobsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_ListTasksRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_ListTasksRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_ListTasksResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_ListTasksResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_GetTaskRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_GetTaskRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_OperationMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_OperationMetadata_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n&google/cloud/batch/v1alpha/batch.proto" - + "\022\032google.cloud.batch.v1alpha\032\034google/api" - + "/annotations.proto\032\027google/api/client.pr" - + "oto\032\037google/api/field_behavior.proto\032\031go" - + "ogle/api/resource.proto\032$google/cloud/ba" - + "tch/v1alpha/job.proto\032%google/cloud/batc" - + "h/v1alpha/task.proto\032#google/longrunning" - + "/operations.proto\032\033google/protobuf/empty" - + ".proto\032\037google/protobuf/timestamp.proto\"" - + "\243\001\n\020CreateJobRequest\0221\n\006parent\030\001 \001(\tB!\342A" - + "\001\002\372A\032\022\030batch.googleapis.com/Job\022\016\n\006job_i" - + "d\030\002 \001(\t\0222\n\003job\030\003 \001(\0132\037.google.cloud.batc" - + "h.v1alpha.JobB\004\342A\001\002\022\030\n\nrequest_id\030\004 \001(\tB" - + "\004\342A\001\001\"@\n\rGetJobRequest\022/\n\004name\030\001 \001(\tB!\342A" - + "\001\002\372A\032\n\030batch.googleapis.com/Job\"P\n\020Delet" - + "eJobRequest\022\014\n\004name\030\001 \001(\t\022\024\n\006reason\030\002 \001(" - + "\tB\004\342A\001\001\022\030\n\nrequest_id\030\004 \001(\tB\004\342A\001\001\"p\n\017Lis" - + "tJobsRequest\022\016\n\006parent\030\001 \001(\t\022\016\n\006filter\030\004" - + " \001(\t\022\026\n\010order_by\030\005 \001(\tB\004\342A\001\001\022\021\n\tpage_siz" - + "e\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\"o\n\020ListJobsR" - + "esponse\022-\n\004jobs\030\001 \003(\0132\037.google.cloud.bat" - + "ch.v1alpha.Job\022\027\n\017next_page_token\030\002 \001(\t\022" - + "\023\n\013unreachable\030\003 \003(\t\"\224\001\n\020ListTasksReques" - + "t\0227\n\006parent\030\001 \001(\tB\'\342A\001\002\372A \n\036batch.google" - + "apis.com/TaskGroup\022\016\n\006filter\030\002 \001(\t\022\020\n\010or" - + "der_by\030\005 \001(\t\022\021\n\tpage_size\030\003 \001(\005\022\022\n\npage_" - + "token\030\004 \001(\t\"r\n\021ListTasksResponse\022/\n\005task" - + "s\030\001 \003(\0132 .google.cloud.batch.v1alpha.Tas" - + "k\022\027\n\017next_page_token\030\002 \001(\t\022\023\n\013unreachabl" - + "e\030\003 \003(\t\"B\n\016GetTaskRequest\0220\n\004name\030\001 \001(\tB" - + "\"\342A\001\002\372A\033\n\031batch.googleapis.com/Task\"\207\002\n\021" - + "OperationMetadata\0225\n\013create_time\030\001 \001(\0132\032" - + ".google.protobuf.TimestampB\004\342A\001\003\0222\n\010end_" - + "time\030\002 \001(\0132\032.google.protobuf.TimestampB\004" - + "\342A\001\003\022\024\n\006target\030\003 \001(\tB\004\342A\001\003\022\022\n\004verb\030\004 \001(\t" - + "B\004\342A\001\003\022\034\n\016status_message\030\005 \001(\tB\004\342A\001\003\022$\n\026" - + "requested_cancellation\030\006 \001(\010B\004\342A\001\003\022\031\n\013ap" - + "i_version\030\007 \001(\tB\004\342A\001\0032\221\t\n\014BatchService\022\252" - + "\001\n\tCreateJob\022,.google.cloud.batch.v1alph" - + "a.CreateJobRequest\032\037.google.cloud.batch." - + "v1alpha.Job\"N\332A\021parent,job,job_id\202\323\344\223\0024\"" - + "-/v1alpha/{parent=projects/*/locations/*" - + "}/jobs:\003job\022\222\001\n\006GetJob\022).google.cloud.ba" - + "tch.v1alpha.GetJobRequest\032\037.google.cloud" - + ".batch.v1alpha.Job\"<\332A\004name\202\323\344\223\002/\022-/v1al" - + "pha/{name=projects/*/locations/*/jobs/*}" - + "\022\337\001\n\tDeleteJob\022,.google.cloud.batch.v1al" - + "pha.DeleteJobRequest\032\035.google.longrunnin" - + "g.Operation\"\204\001\312AE\n\025google.protobuf.Empty" - + "\022,google.cloud.batch.v1alpha.OperationMe" - + "tadata\332A\004name\202\323\344\223\002/*-/v1alpha/{name=proj" - + "ects/*/locations/*/jobs/*}\022\245\001\n\010ListJobs\022" - + "+.google.cloud.batch.v1alpha.ListJobsReq" - + "uest\032,.google.cloud.batch.v1alpha.ListJo" - + "bsResponse\">\332A\006parent\202\323\344\223\002/\022-/v1alpha/{p" - + "arent=projects/*/locations/*}/jobs\022\252\001\n\007G" - + "etTask\022*.google.cloud.batch.v1alpha.GetT" - + "askRequest\032 .google.cloud.batch.v1alpha." - + "Task\"Q\332A\004name\202\323\344\223\002D\022B/v1alpha/{name=proj" - + "ects/*/locations/*/jobs/*/taskGroups/*/t" - + "asks/*}\022\275\001\n\tListTasks\022,.google.cloud.bat" - + "ch.v1alpha.ListTasksRequest\032-.google.clo" - + "ud.batch.v1alpha.ListTasksResponse\"S\332A\006p" - + "arent\202\323\344\223\002D\022B/v1alpha/{parent=projects/*" - + "/locations/*/jobs/*/taskGroups/*}/tasks\032" - + "H\312A\024batch.googleapis.com\322A.https://www.g" - + "oogleapis.com/auth/cloud-platformB\304\001\n\036co" - + "m.google.cloud.batch.v1alphaB\nBatchProto" - + "P\001Z4cloud.google.com/go/batch/apiv1alpha" - + "/batchpb;batchpb\242\002\003GCB\252\002\032Google.Cloud.Ba" - + "tch.V1Alpha\312\002\032Google\\Cloud\\Batch\\V1alpha" - + "\352\002\035Google::Cloud::Batch::V1alphab\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.cloud.batch.v1alpha.JobProto.getDescriptor(), - com.google.cloud.batch.v1alpha.TaskProto.getDescriptor(), - com.google.longrunning.OperationsProto.getDescriptor(), - com.google.protobuf.EmptyProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_batch_v1alpha_CreateJobRequest_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_batch_v1alpha_CreateJobRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_CreateJobRequest_descriptor, - new java.lang.String[] { - "Parent", "JobId", "Job", "RequestId", - }); - internal_static_google_cloud_batch_v1alpha_GetJobRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_batch_v1alpha_GetJobRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_GetJobRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_batch_v1alpha_DeleteJobRequest_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_batch_v1alpha_DeleteJobRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_DeleteJobRequest_descriptor, - new java.lang.String[] { - "Name", "Reason", "RequestId", - }); - internal_static_google_cloud_batch_v1alpha_ListJobsRequest_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_batch_v1alpha_ListJobsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_ListJobsRequest_descriptor, - new java.lang.String[] { - "Parent", "Filter", "OrderBy", "PageSize", "PageToken", - }); - internal_static_google_cloud_batch_v1alpha_ListJobsResponse_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_batch_v1alpha_ListJobsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_ListJobsResponse_descriptor, - new java.lang.String[] { - "Jobs", "NextPageToken", "Unreachable", - }); - internal_static_google_cloud_batch_v1alpha_ListTasksRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_batch_v1alpha_ListTasksRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_ListTasksRequest_descriptor, - new java.lang.String[] { - "Parent", "Filter", "OrderBy", "PageSize", "PageToken", - }); - internal_static_google_cloud_batch_v1alpha_ListTasksResponse_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_batch_v1alpha_ListTasksResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_ListTasksResponse_descriptor, - new java.lang.String[] { - "Tasks", "NextPageToken", "Unreachable", - }); - internal_static_google_cloud_batch_v1alpha_GetTaskRequest_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_batch_v1alpha_GetTaskRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_GetTaskRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_batch_v1alpha_OperationMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_batch_v1alpha_OperationMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_OperationMetadata_descriptor, - new java.lang.String[] { - "CreateTime", - "EndTime", - "Target", - "Verb", - "StatusMessage", - "RequestedCancellation", - "ApiVersion", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.oauthScopes); - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.longrunning.OperationsProto.operationInfo); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.cloud.batch.v1alpha.JobProto.getDescriptor(); - com.google.cloud.batch.v1alpha.TaskProto.getDescriptor(); - com.google.longrunning.OperationsProto.getDescriptor(); - com.google.protobuf.EmptyProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetJobRequestOrBuilder.java b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetJobRequestOrBuilder.java deleted file mode 100644 index a0f07427ff9f..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetJobRequestOrBuilder.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1alpha/batch.proto - -package com.google.cloud.batch.v1alpha; - -public interface GetJobRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1alpha.GetJobRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Job name.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. Job name.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetTaskRequestOrBuilder.java b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetTaskRequestOrBuilder.java deleted file mode 100644 index 3ab2a8355bf1..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/GetTaskRequestOrBuilder.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1alpha/batch.proto - -package com.google.cloud.batch.v1alpha; - -public interface GetTaskRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1alpha.GetTaskRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Required. Task name.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Required. Task name.
-   * 
- * - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobProto.java b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobProto.java deleted file mode 100644 index 7fdbb99bf9a6..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobProto.java +++ /dev/null @@ -1,609 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1alpha/job.proto - -package com.google.cloud.batch.v1alpha; - -public final class JobProto { - private JobProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Job_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Job_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Job_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Job_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_LogsPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_LogsPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_JobDependency_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_JobDependency_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_JobDependency_ItemsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_JobDependency_ItemsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_JobStatus_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_JobStatus_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_JobStatus_InstanceStatus_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_JobStatus_InstanceStatus_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_CountsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_CountsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_ResourceUsage_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_ResourceUsage_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_JobNotification_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_JobNotification_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_JobNotification_Message_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_JobNotification_Message_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_LocationPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_LocationPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_Disk_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_Disk_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_AttachedDisk_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_AttachedDisk_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_Accelerator_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_Accelerator_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_InstancePolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_InstancePolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_InstancePolicyOrTemplate_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_InstancePolicyOrTemplate_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_NetworkInterface_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_NetworkInterface_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_NetworkPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_NetworkPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_PlacementPolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_PlacementPolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_TaskGroup_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_TaskGroup_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_TaskGroup_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_TaskGroup_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_ServiceAccount_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_ServiceAccount_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n$google/cloud/batch/v1alpha/job.proto\022\032" - + "google.cloud.batch.v1alpha\032\037google/api/f" - + "ield_behavior.proto\032\031google/api/resource" - + ".proto\032%google/cloud/batch/v1alpha/task." - + "proto\032\036google/protobuf/duration.proto\032\037g" - + "oogle/protobuf/timestamp.proto\"\331\007\n\003Job\022\022" - + "\n\004name\030\001 \001(\tB\004\342A\001\003\022\021\n\003uid\030\002 \001(\tB\004\342A\001\003\022\020\n" - + "\010priority\030\003 \001(\003\022@\n\013task_groups\030\004 \003(\0132%.g" - + "oogle.cloud.batch.v1alpha.TaskGroupB\004\342A\001" - + "\002\022K\n\021scheduling_policy\030\005 \001(\01620.google.cl" - + "oud.batch.v1alpha.Job.SchedulingPolicy\022?" - + "\n\014dependencies\030\006 \003(\0132).google.cloud.batc" - + "h.v1alpha.JobDependency\022G\n\021allocation_po" - + "licy\030\007 \001(\0132,.google.cloud.batch.v1alpha." - + "AllocationPolicy\022;\n\006labels\030\010 \003(\0132+.googl" - + "e.cloud.batch.v1alpha.Job.LabelsEntry\022;\n" - + "\006status\030\t \001(\0132%.google.cloud.batch.v1alp" - + "ha.JobStatusB\004\342A\001\003\022E\n\014notification\030\n \001(\013" - + "2+.google.cloud.batch.v1alpha.JobNotific" - + "ationB\002\030\001\0225\n\013create_time\030\013 \001(\0132\032.google." - + "protobuf.TimestampB\004\342A\001\003\0225\n\013update_time\030" - + "\014 \001(\0132\032.google.protobuf.TimestampB\004\342A\001\003\022" - + ";\n\013logs_policy\030\r \001(\0132&.google.cloud.batc" - + "h.v1alpha.LogsPolicy\022B\n\rnotifications\030\016 " - + "\003(\0132+.google.cloud.batch.v1alpha.JobNoti" - + "fication\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005" - + "value\030\002 \001(\t:\0028\001\"N\n\020SchedulingPolicy\022!\n\035S" - + "CHEDULING_POLICY_UNSPECIFIED\020\000\022\027\n\023AS_SOO" - + "N_AS_POSSIBLE\020\001:Q\352AN\n\030batch.googleapis.c" - + "om/Job\0222projects/{project}/locations/{lo" - + "cation}/jobs/{job}\"\261\001\n\nLogsPolicy\022G\n\013des" - + "tination\030\001 \001(\01622.google.cloud.batch.v1al" - + "pha.LogsPolicy.Destination\022\021\n\tlogs_path\030" - + "\002 \001(\t\"G\n\013Destination\022\033\n\027DESTINATION_UNSP" - + "ECIFIED\020\000\022\021\n\rCLOUD_LOGGING\020\001\022\010\n\004PATH\020\002\"\371" - + "\001\n\rJobDependency\022C\n\005items\030\001 \003(\01324.google" - + ".cloud.batch.v1alpha.JobDependency.Items" - + "Entry\032\\\n\nItemsEntry\022\013\n\003key\030\001 \001(\t\022=\n\005valu" - + "e\030\002 \001(\0162..google.cloud.batch.v1alpha.Job" - + "Dependency.Type:\0028\001\"E\n\004Type\022\024\n\020TYPE_UNSP" - + "ECIFIED\020\000\022\r\n\tSUCCEEDED\020\001\022\n\n\006FAILED\020\002\022\014\n\010" - + "FINISHED\020\003\"\353\007\n\tJobStatus\022:\n\005state\030\001 \001(\0162" - + "+.google.cloud.batch.v1alpha.JobStatus.S" - + "tate\022>\n\rstatus_events\030\002 \003(\0132\'.google.clo" - + "ud.batch.v1alpha.StatusEvent\022J\n\013task_gro" - + "ups\030\004 \003(\01325.google.cloud.batch.v1alpha.J" - + "obStatus.TaskGroupsEntry\022/\n\014run_duration" - + "\030\005 \001(\0132\031.google.protobuf.Duration\022A\n\016res" - + "ource_usage\030\006 \001(\0132).google.cloud.batch.v" - + "1alpha.ResourceUsage\032\333\001\n\016InstanceStatus\022" - + "\024\n\014machine_type\030\001 \001(\t\022Z\n\022provisioning_mo" - + "del\030\002 \001(\0162>.google.cloud.batch.v1alpha.A" - + "llocationPolicy.ProvisioningModel\022\021\n\ttas" - + "k_pack\030\003 \001(\003\022D\n\tboot_disk\030\004 \001(\01321.google" - + ".cloud.batch.v1alpha.AllocationPolicy.Di" - + "sk\032\334\001\n\017TaskGroupStatus\022Q\n\006counts\030\001 \003(\0132A" - + ".google.cloud.batch.v1alpha.JobStatus.Ta" - + "skGroupStatus.CountsEntry\022G\n\tinstances\030\002" - + " \003(\01324.google.cloud.batch.v1alpha.JobSta" - + "tus.InstanceStatus\032-\n\013CountsEntry\022\013\n\003key" - + "\030\001 \001(\t\022\r\n\005value\030\002 \001(\003:\0028\001\032h\n\017TaskGroupsE" - + "ntry\022\013\n\003key\030\001 \001(\t\022D\n\005value\030\002 \001(\01325.googl" - + "e.cloud.batch.v1alpha.JobStatus.TaskGrou" - + "pStatus:\0028\001\"{\n\005State\022\025\n\021STATE_UNSPECIFIE" - + "D\020\000\022\n\n\006QUEUED\020\001\022\r\n\tSCHEDULED\020\002\022\013\n\007RUNNIN" - + "G\020\003\022\r\n\tSUCCEEDED\020\004\022\n\n\006FAILED\020\005\022\030\n\024DELETI" - + "ON_IN_PROGRESS\020\006\"#\n\rResourceUsage\022\022\n\ncor" - + "e_hours\030\001 \001(\001\"\220\003\n\017JobNotification\022\024\n\014pub" - + "sub_topic\030\001 \001(\t\022D\n\007message\030\002 \001(\01323.googl" - + "e.cloud.batch.v1alpha.JobNotification.Me" - + "ssage\032\323\001\n\007Message\022>\n\004type\030\001 \001(\01620.google" - + ".cloud.batch.v1alpha.JobNotification.Typ" - + "e\022B\n\rnew_job_state\030\002 \001(\0162+.google.cloud." - + "batch.v1alpha.JobStatus.State\022D\n\016new_tas" - + "k_state\030\003 \001(\0162,.google.cloud.batch.v1alp" - + "ha.TaskStatus.State\"K\n\004Type\022\024\n\020TYPE_UNSP" - + "ECIFIED\020\000\022\025\n\021JOB_STATE_CHANGED\020\001\022\026\n\022TASK" - + "_STATE_CHANGED\020\002\"\232\021\n\020AllocationPolicy\022M\n" - + "\010location\030\001 \001(\0132;.google.cloud.batch.v1a" - + "lpha.AllocationPolicy.LocationPolicy\022Q\n\010" - + "instance\030\002 \001(\0132;.google.cloud.batch.v1al" - + "pha.AllocationPolicy.InstancePolicyB\002\030\001\022" - + "X\n\tinstances\030\010 \003(\0132E.google.cloud.batch." - + "v1alpha.AllocationPolicy.InstancePolicyO" - + "rTemplate\022\036\n\022instance_templates\030\003 \003(\tB\002\030" - + "\001\022_\n\023provisioning_models\030\004 \003(\0162>.google." - + "cloud.batch.v1alpha.AllocationPolicy.Pro" - + "visioningModelB\002\030\001\022!\n\025service_account_em" - + "ail\030\005 \001(\tB\002\030\001\022C\n\017service_account\030\t \001(\0132*" - + ".google.cloud.batch.v1alpha.ServiceAccou" - + "nt\022H\n\006labels\030\006 \003(\01328.google.cloud.batch." - + "v1alpha.AllocationPolicy.LabelsEntry\022K\n\007" - + "network\030\007 \001(\0132:.google.cloud.batch.v1alp" - + "ha.AllocationPolicy.NetworkPolicy\022O\n\tpla" - + "cement\030\n \001(\0132<.google.cloud.batch.v1alph" - + "a.AllocationPolicy.PlacementPolicy\032E\n\016Lo" - + "cationPolicy\022\031\n\021allowed_locations\030\001 \003(\t\022" - + "\030\n\020denied_locations\030\002 \003(\t\032q\n\004Disk\022\017\n\005ima" - + "ge\030\004 \001(\tH\000\022\022\n\010snapshot\030\005 \001(\tH\000\022\014\n\004type\030\001" - + " \001(\t\022\017\n\007size_gb\030\002 \001(\003\022\026\n\016disk_interface\030" - + "\006 \001(\tB\r\n\013data_source\032\217\001\n\014AttachedDisk\022E\n" - + "\010new_disk\030\001 \001(\01321.google.cloud.batch.v1a" - + "lpha.AllocationPolicy.DiskH\000\022\027\n\rexisting" - + "_disk\030\002 \001(\tH\000\022\023\n\013device_name\030\003 \001(\tB\n\n\010at" - + "tached\032i\n\013Accelerator\022\014\n\004type\030\001 \001(\t\022\r\n\005c" - + "ount\030\002 \001(\003\022\037\n\023install_gpu_drivers\030\003 \001(\010B" - + "\002\030\001\022\034\n\016driver_version\030\004 \001(\tB\004\342A\001\001\032\264\003\n\016In" - + "stancePolicy\022!\n\025allowed_machine_types\030\001 " - + "\003(\tB\002\030\001\022\024\n\014machine_type\030\002 \001(\t\022\030\n\020min_cpu" - + "_platform\030\003 \001(\t\022Z\n\022provisioning_model\030\004 " - + "\001(\0162>.google.cloud.batch.v1alpha.Allocat" - + "ionPolicy.ProvisioningModel\022N\n\014accelerat" - + "ors\030\005 \003(\01328.google.cloud.batch.v1alpha.A" - + "llocationPolicy.Accelerator\022D\n\tboot_disk" - + "\030\010 \001(\01321.google.cloud.batch.v1alpha.Allo" - + "cationPolicy.Disk\022H\n\005disks\030\006 \003(\01329.googl" - + "e.cloud.batch.v1alpha.AllocationPolicy.A" - + "ttachedDisk\022\023\n\013reservation\030\007 \001(\t\032\266\001\n\030Ins" - + "tancePolicyOrTemplate\022M\n\006policy\030\001 \001(\0132;." - + "google.cloud.batch.v1alpha.AllocationPol" - + "icy.InstancePolicyH\000\022\033\n\021instance_templat" - + "e\030\002 \001(\tH\000\022\033\n\023install_gpu_drivers\030\003 \001(\010B\021" - + "\n\017policy_template\032W\n\020NetworkInterface\022\017\n" - + "\007network\030\001 \001(\t\022\022\n\nsubnetwork\030\002 \001(\t\022\036\n\026no" - + "_external_ip_address\030\003 \001(\010\032j\n\rNetworkPol" - + "icy\022Y\n\022network_interfaces\030\001 \003(\0132=.google" - + ".cloud.batch.v1alpha.AllocationPolicy.Ne" - + "tworkInterface\032<\n\017PlacementPolicy\022\023\n\013col" - + "location\030\001 \001(\t\022\024\n\014max_distance\030\002 \001(\003\032-\n\013" - + "LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:" - + "\0028\001\"`\n\021ProvisioningModel\022\"\n\036PROVISIONING" - + "_MODEL_UNSPECIFIED\020\000\022\014\n\010STANDARD\020\001\022\010\n\004SP" - + "OT\020\002\022\017\n\013PREEMPTIBLE\020\003\"\371\005\n\tTaskGroup\022\022\n\004n" - + "ame\030\001 \001(\tB\004\342A\001\003\022=\n\ttask_spec\030\003 \001(\0132$.goo" - + "gle.cloud.batch.v1alpha.TaskSpecB\004\342A\001\002\022\022" - + "\n\ntask_count\030\004 \001(\003\022\023\n\013parallelism\030\005 \001(\003\022" - + "Q\n\021scheduling_policy\030\006 \001(\01626.google.clou" - + "d.batch.v1alpha.TaskGroup.SchedulingPoli" - + "cy\022G\n\021allocation_policy\030\007 \001(\0132,.google.c" - + "loud.batch.v1alpha.AllocationPolicy\022A\n\006l" - + "abels\030\010 \003(\01321.google.cloud.batch.v1alpha" - + ".TaskGroup.LabelsEntry\022B\n\021task_environme" - + "nts\030\t \003(\0132\'.google.cloud.batch.v1alpha.E" - + "nvironment\022\033\n\023task_count_per_node\030\n \001(\003\022" - + "\032\n\022require_hosts_file\030\013 \001(\010\022\026\n\016permissiv" - + "e_ssh\030\014 \001(\010\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022" - + "\r\n\005value\030\002 \001(\t:\0028\001\"\\\n\020SchedulingPolicy\022!" - + "\n\035SCHEDULING_POLICY_UNSPECIFIED\020\000\022\027\n\023AS_" - + "SOON_AS_POSSIBLE\020\001\022\014\n\010IN_ORDER\020\002:o\352Al\n\036b" - + "atch.googleapis.com/TaskGroup\022Jprojects/" - + "{project}/locations/{location}/jobs/{job" - + "}/taskGroups/{task_group}\"/\n\016ServiceAcco" - + "unt\022\r\n\005email\030\001 \001(\t\022\016\n\006scopes\030\002 \003(\tB\302\001\n\036c" - + "om.google.cloud.batch.v1alphaB\010JobProtoP" - + "\001Z4cloud.google.com/go/batch/apiv1alpha/" - + "batchpb;batchpb\242\002\003GCB\252\002\032Google.Cloud.Bat" - + "ch.V1Alpha\312\002\032Google\\Cloud\\Batch\\V1alpha\352" - + "\002\035Google::Cloud::Batch::V1alphab\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.api.ResourceProto.getDescriptor(), - com.google.cloud.batch.v1alpha.TaskProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_batch_v1alpha_Job_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_batch_v1alpha_Job_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Job_descriptor, - new java.lang.String[] { - "Name", - "Uid", - "Priority", - "TaskGroups", - "SchedulingPolicy", - "Dependencies", - "AllocationPolicy", - "Labels", - "Status", - "Notification", - "CreateTime", - "UpdateTime", - "LogsPolicy", - "Notifications", - }); - internal_static_google_cloud_batch_v1alpha_Job_LabelsEntry_descriptor = - internal_static_google_cloud_batch_v1alpha_Job_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1alpha_Job_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Job_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1alpha_LogsPolicy_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_batch_v1alpha_LogsPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_LogsPolicy_descriptor, - new java.lang.String[] { - "Destination", "LogsPath", - }); - internal_static_google_cloud_batch_v1alpha_JobDependency_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_batch_v1alpha_JobDependency_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_JobDependency_descriptor, - new java.lang.String[] { - "Items", - }); - internal_static_google_cloud_batch_v1alpha_JobDependency_ItemsEntry_descriptor = - internal_static_google_cloud_batch_v1alpha_JobDependency_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1alpha_JobDependency_ItemsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_JobDependency_ItemsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1alpha_JobStatus_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_batch_v1alpha_JobStatus_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_JobStatus_descriptor, - new java.lang.String[] { - "State", "StatusEvents", "TaskGroups", "RunDuration", "ResourceUsage", - }); - internal_static_google_cloud_batch_v1alpha_JobStatus_InstanceStatus_descriptor = - internal_static_google_cloud_batch_v1alpha_JobStatus_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1alpha_JobStatus_InstanceStatus_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_JobStatus_InstanceStatus_descriptor, - new java.lang.String[] { - "MachineType", "ProvisioningModel", "TaskPack", "BootDisk", - }); - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_descriptor = - internal_static_google_cloud_batch_v1alpha_JobStatus_descriptor.getNestedTypes().get(1); - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_descriptor, - new java.lang.String[] { - "Counts", "Instances", - }); - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_CountsEntry_descriptor = - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_CountsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupStatus_CountsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupsEntry_descriptor = - internal_static_google_cloud_batch_v1alpha_JobStatus_descriptor.getNestedTypes().get(2); - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_JobStatus_TaskGroupsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1alpha_ResourceUsage_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_batch_v1alpha_ResourceUsage_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_ResourceUsage_descriptor, - new java.lang.String[] { - "CoreHours", - }); - internal_static_google_cloud_batch_v1alpha_JobNotification_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_batch_v1alpha_JobNotification_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_JobNotification_descriptor, - new java.lang.String[] { - "PubsubTopic", "Message", - }); - internal_static_google_cloud_batch_v1alpha_JobNotification_Message_descriptor = - internal_static_google_cloud_batch_v1alpha_JobNotification_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_batch_v1alpha_JobNotification_Message_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_JobNotification_Message_descriptor, - new java.lang.String[] { - "Type", "NewJobState", "NewTaskState", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor, - new java.lang.String[] { - "Location", - "Instance", - "Instances", - "InstanceTemplates", - "ProvisioningModels", - "ServiceAccountEmail", - "ServiceAccount", - "Labels", - "Network", - "Placement", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_LocationPolicy_descriptor = - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_LocationPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_LocationPolicy_descriptor, - new java.lang.String[] { - "AllowedLocations", "DeniedLocations", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_Disk_descriptor = - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor - .getNestedTypes() - .get(1); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_Disk_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_Disk_descriptor, - new java.lang.String[] { - "Image", "Snapshot", "Type", "SizeGb", "DiskInterface", "DataSource", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_AttachedDisk_descriptor = - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor - .getNestedTypes() - .get(2); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_AttachedDisk_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_AttachedDisk_descriptor, - new java.lang.String[] { - "NewDisk", "ExistingDisk", "DeviceName", "Attached", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_Accelerator_descriptor = - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor - .getNestedTypes() - .get(3); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_Accelerator_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_Accelerator_descriptor, - new java.lang.String[] { - "Type", "Count", "InstallGpuDrivers", "DriverVersion", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_InstancePolicy_descriptor = - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor - .getNestedTypes() - .get(4); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_InstancePolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_InstancePolicy_descriptor, - new java.lang.String[] { - "AllowedMachineTypes", - "MachineType", - "MinCpuPlatform", - "ProvisioningModel", - "Accelerators", - "BootDisk", - "Disks", - "Reservation", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_InstancePolicyOrTemplate_descriptor = - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor - .getNestedTypes() - .get(5); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_InstancePolicyOrTemplate_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_InstancePolicyOrTemplate_descriptor, - new java.lang.String[] { - "Policy", "InstanceTemplate", "InstallGpuDrivers", "PolicyTemplate", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_NetworkInterface_descriptor = - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor - .getNestedTypes() - .get(6); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_NetworkInterface_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_NetworkInterface_descriptor, - new java.lang.String[] { - "Network", "Subnetwork", "NoExternalIpAddress", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_NetworkPolicy_descriptor = - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor - .getNestedTypes() - .get(7); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_NetworkPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_NetworkPolicy_descriptor, - new java.lang.String[] { - "NetworkInterfaces", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_PlacementPolicy_descriptor = - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor - .getNestedTypes() - .get(8); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_PlacementPolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_PlacementPolicy_descriptor, - new java.lang.String[] { - "Collocation", "MaxDistance", - }); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_LabelsEntry_descriptor = - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_descriptor - .getNestedTypes() - .get(9); - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_AllocationPolicy_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1alpha_TaskGroup_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_batch_v1alpha_TaskGroup_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_TaskGroup_descriptor, - new java.lang.String[] { - "Name", - "TaskSpec", - "TaskCount", - "Parallelism", - "SchedulingPolicy", - "AllocationPolicy", - "Labels", - "TaskEnvironments", - "TaskCountPerNode", - "RequireHostsFile", - "PermissiveSsh", - }); - internal_static_google_cloud_batch_v1alpha_TaskGroup_LabelsEntry_descriptor = - internal_static_google_cloud_batch_v1alpha_TaskGroup_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1alpha_TaskGroup_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_TaskGroup_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1alpha_ServiceAccount_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_batch_v1alpha_ServiceAccount_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_ServiceAccount_descriptor, - new java.lang.String[] { - "Email", "Scopes", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.api.ResourceProto.getDescriptor(); - com.google.cloud.batch.v1alpha.TaskProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ResourceUsageOrBuilder.java b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ResourceUsageOrBuilder.java deleted file mode 100644 index 36fa2f422a84..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ResourceUsageOrBuilder.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1alpha/job.proto - -package com.google.cloud.batch.v1alpha; - -public interface ResourceUsageOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1alpha.ResourceUsage) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * The CPU core hours that the job consumes.
-   * 
- * - * double core_hours = 1; - * - * @return The coreHours. - */ - double getCoreHours(); -} diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskExecutionOrBuilder.java b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskExecutionOrBuilder.java deleted file mode 100644 index 3973a877a6d3..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskExecutionOrBuilder.java +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1alpha/task.proto - -package com.google.cloud.batch.v1alpha; - -public interface TaskExecutionOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1alpha.TaskExecution) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * When task is completed as the status of FAILED or SUCCEEDED,
-   * exit code is for one task execution result, default is 0 as success.
-   * 
- * - * int32 exit_code = 1; - * - * @return The exitCode. - */ - int getExitCode(); -} diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskProto.java b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskProto.java deleted file mode 100644 index 3d2e3a5590d7..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskProto.java +++ /dev/null @@ -1,398 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1alpha/task.proto - -package com.google.cloud.batch.v1alpha; - -public final class TaskProto { - private TaskProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_ComputeResource_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_ComputeResource_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_StatusEvent_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_StatusEvent_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_TaskExecution_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_TaskExecution_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_TaskStatus_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_TaskStatus_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_TaskResourceUsage_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_TaskResourceUsage_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Runnable_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Runnable_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Runnable_Container_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Runnable_Container_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Runnable_Script_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Runnable_Script_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Runnable_Barrier_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Runnable_Barrier_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Runnable_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Runnable_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_TaskSpec_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_TaskSpec_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_TaskSpec_EnvironmentsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_TaskSpec_EnvironmentsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_ActionCondition_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_ActionCondition_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Task_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Task_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Environment_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Environment_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Environment_KMSEnvMap_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Environment_KMSEnvMap_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Environment_VariablesEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Environment_VariablesEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Environment_SecretVariablesEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Environment_SecretVariablesEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n%google/cloud/batch/v1alpha/task.proto\022" - + "\032google.cloud.batch.v1alpha\032\031google/api/" - + "resource.proto\032\'google/cloud/batch/v1alp" - + "ha/volume.proto\032\036google/protobuf/duratio" - + "n.proto\032\037google/protobuf/timestamp.proto" - + "\"b\n\017ComputeResource\022\021\n\tcpu_milli\030\001 \001(\003\022\022" - + "\n\nmemory_mib\030\002 \001(\003\022\021\n\tgpu_count\030\003 \001(\003\022\025\n" - + "\rboot_disk_mib\030\004 \001(\003\"\345\001\n\013StatusEvent\022\014\n\004" - + "type\030\003 \001(\t\022\023\n\013description\030\001 \001(\t\022.\n\nevent" - + "_time\030\002 \001(\0132\032.google.protobuf.Timestamp\022" - + "A\n\016task_execution\030\004 \001(\0132).google.cloud.b" - + "atch.v1alpha.TaskExecution\022@\n\ntask_state" - + "\030\005 \001(\0162,.google.cloud.batch.v1alpha.Task" - + "Status.State\"\"\n\rTaskExecution\022\021\n\texit_co" - + "de\030\001 \001(\005\"\303\002\n\nTaskStatus\022;\n\005state\030\001 \001(\0162," - + ".google.cloud.batch.v1alpha.TaskStatus.S" - + "tate\022>\n\rstatus_events\030\002 \003(\0132\'.google.clo" - + "ud.batch.v1alpha.StatusEvent\022E\n\016resource" - + "_usage\030\003 \001(\0132-.google.cloud.batch.v1alph" - + "a.TaskResourceUsage\"q\n\005State\022\025\n\021STATE_UN" - + "SPECIFIED\020\000\022\013\n\007PENDING\020\001\022\014\n\010ASSIGNED\020\002\022\013" - + "\n\007RUNNING\020\003\022\n\n\006FAILED\020\004\022\r\n\tSUCCEEDED\020\005\022\016" - + "\n\nUNEXECUTED\020\006\"\'\n\021TaskResourceUsage\022\022\n\nc" - + "ore_hours\030\001 \001(\001\"\367\005\n\010Runnable\022C\n\tcontaine" - + "r\030\001 \001(\0132..google.cloud.batch.v1alpha.Run" - + "nable.ContainerH\000\022=\n\006script\030\002 \001(\0132+.goog" - + "le.cloud.batch.v1alpha.Runnable.ScriptH\000" - + "\022?\n\007barrier\030\006 \001(\0132,.google.cloud.batch.v" - + "1alpha.Runnable.BarrierH\000\022\032\n\022ignore_exit" - + "_status\030\003 \001(\010\022\022\n\nbackground\030\004 \001(\010\022\022\n\nalw" - + "ays_run\030\005 \001(\010\022<\n\013environment\030\007 \001(\0132\'.goo" - + "gle.cloud.batch.v1alpha.Environment\022*\n\007t" - + "imeout\030\010 \001(\0132\031.google.protobuf.Duration\022" - + "@\n\006labels\030\t \003(\01320.google.cloud.batch.v1a" - + "lpha.Runnable.LabelsEntry\032\252\001\n\tContainer\022" - + "\021\n\timage_uri\030\001 \001(\t\022\020\n\010commands\030\002 \003(\t\022\022\n\n" - + "entrypoint\030\003 \001(\t\022\017\n\007volumes\030\007 \003(\t\022\017\n\007opt" - + "ions\030\010 \001(\t\022\036\n\026block_external_network\030\t \001" - + "(\010\022\020\n\010username\030\n \001(\t\022\020\n\010password\030\013 \001(\t\0323" - + "\n\006Script\022\016\n\004path\030\001 \001(\tH\000\022\016\n\004text\030\002 \001(\tH\000" - + "B\t\n\007command\032\027\n\007Barrier\022\014\n\004name\030\001 \001(\t\032-\n\013" - + "LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:" - + "\0028\001B\014\n\nexecutable\"\233\004\n\010TaskSpec\0227\n\trunnab" - + "les\030\010 \003(\0132$.google.cloud.batch.v1alpha.R" - + "unnable\022E\n\020compute_resource\030\003 \001(\0132+.goog" - + "le.cloud.batch.v1alpha.ComputeResource\0223" - + "\n\020max_run_duration\030\004 \001(\0132\031.google.protob" - + "uf.Duration\022\027\n\017max_retry_count\030\005 \001(\005\022G\n\022" - + "lifecycle_policies\030\t \003(\0132+.google.cloud." - + "batch.v1alpha.LifecyclePolicy\022P\n\014environ" - + "ments\030\006 \003(\01326.google.cloud.batch.v1alpha" - + ".TaskSpec.EnvironmentsEntryB\002\030\001\0223\n\007volum" - + "es\030\007 \003(\0132\".google.cloud.batch.v1alpha.Vo" - + "lume\022<\n\013environment\030\n \001(\0132\'.google.cloud" - + ".batch.v1alpha.Environment\0323\n\021Environmen" - + "tsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"" - + "\224\002\n\017LifecyclePolicy\022B\n\006action\030\001 \001(\01622.go" - + "ogle.cloud.batch.v1alpha.LifecyclePolicy" - + ".Action\022U\n\020action_condition\030\002 \001(\0132;.goog" - + "le.cloud.batch.v1alpha.LifecyclePolicy.A" - + "ctionCondition\032%\n\017ActionCondition\022\022\n\nexi" - + "t_codes\030\001 \003(\005\"?\n\006Action\022\026\n\022ACTION_UNSPEC" - + "IFIED\020\000\022\016\n\nRETRY_TASK\020\001\022\r\n\tFAIL_TASK\020\002\"\305" - + "\001\n\004Task\022\014\n\004name\030\001 \001(\t\0226\n\006status\030\002 \001(\0132&." - + "google.cloud.batch.v1alpha.TaskStatus:w\352" - + "At\n\031batch.googleapis.com/Task\022Wprojects/" - + "{project}/locations/{location}/jobs/{job" - + "}/taskGroups/{task_group}/tasks/{task}\"\236" - + "\003\n\013Environment\022I\n\tvariables\030\001 \003(\01326.goog" - + "le.cloud.batch.v1alpha.Environment.Varia" - + "blesEntry\022V\n\020secret_variables\030\002 \003(\0132<.go" - + "ogle.cloud.batch.v1alpha.Environment.Sec" - + "retVariablesEntry\022N\n\023encrypted_variables" - + "\030\003 \001(\01321.google.cloud.batch.v1alpha.Envi" - + "ronment.KMSEnvMap\0322\n\tKMSEnvMap\022\020\n\010key_na" - + "me\030\001 \001(\t\022\023\n\013cipher_text\030\002 \001(\t\0320\n\016Variabl" - + "esEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032" - + "6\n\024SecretVariablesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005" - + "value\030\002 \001(\t:\0028\001B\303\001\n\036com.google.cloud.bat" - + "ch.v1alphaB\tTaskProtoP\001Z4cloud.google.co" - + "m/go/batch/apiv1alpha/batchpb;batchpb\242\002\003" - + "GCB\252\002\032Google.Cloud.Batch.V1Alpha\312\002\032Googl" - + "e\\Cloud\\Batch\\V1alpha\352\002\035Google::Cloud::B" - + "atch::V1alphab\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.ResourceProto.getDescriptor(), - com.google.cloud.batch.v1alpha.VolumeProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_cloud_batch_v1alpha_ComputeResource_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_batch_v1alpha_ComputeResource_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_ComputeResource_descriptor, - new java.lang.String[] { - "CpuMilli", "MemoryMib", "GpuCount", "BootDiskMib", - }); - internal_static_google_cloud_batch_v1alpha_StatusEvent_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_batch_v1alpha_StatusEvent_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_StatusEvent_descriptor, - new java.lang.String[] { - "Type", "Description", "EventTime", "TaskExecution", "TaskState", - }); - internal_static_google_cloud_batch_v1alpha_TaskExecution_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_batch_v1alpha_TaskExecution_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_TaskExecution_descriptor, - new java.lang.String[] { - "ExitCode", - }); - internal_static_google_cloud_batch_v1alpha_TaskStatus_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_batch_v1alpha_TaskStatus_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_TaskStatus_descriptor, - new java.lang.String[] { - "State", "StatusEvents", "ResourceUsage", - }); - internal_static_google_cloud_batch_v1alpha_TaskResourceUsage_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_batch_v1alpha_TaskResourceUsage_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_TaskResourceUsage_descriptor, - new java.lang.String[] { - "CoreHours", - }); - internal_static_google_cloud_batch_v1alpha_Runnable_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_batch_v1alpha_Runnable_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Runnable_descriptor, - new java.lang.String[] { - "Container", - "Script", - "Barrier", - "IgnoreExitStatus", - "Background", - "AlwaysRun", - "Environment", - "Timeout", - "Labels", - "Executable", - }); - internal_static_google_cloud_batch_v1alpha_Runnable_Container_descriptor = - internal_static_google_cloud_batch_v1alpha_Runnable_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1alpha_Runnable_Container_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Runnable_Container_descriptor, - new java.lang.String[] { - "ImageUri", - "Commands", - "Entrypoint", - "Volumes", - "Options", - "BlockExternalNetwork", - "Username", - "Password", - }); - internal_static_google_cloud_batch_v1alpha_Runnable_Script_descriptor = - internal_static_google_cloud_batch_v1alpha_Runnable_descriptor.getNestedTypes().get(1); - internal_static_google_cloud_batch_v1alpha_Runnable_Script_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Runnable_Script_descriptor, - new java.lang.String[] { - "Path", "Text", "Command", - }); - internal_static_google_cloud_batch_v1alpha_Runnable_Barrier_descriptor = - internal_static_google_cloud_batch_v1alpha_Runnable_descriptor.getNestedTypes().get(2); - internal_static_google_cloud_batch_v1alpha_Runnable_Barrier_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Runnable_Barrier_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_batch_v1alpha_Runnable_LabelsEntry_descriptor = - internal_static_google_cloud_batch_v1alpha_Runnable_descriptor.getNestedTypes().get(3); - internal_static_google_cloud_batch_v1alpha_Runnable_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Runnable_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1alpha_TaskSpec_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_batch_v1alpha_TaskSpec_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_TaskSpec_descriptor, - new java.lang.String[] { - "Runnables", - "ComputeResource", - "MaxRunDuration", - "MaxRetryCount", - "LifecyclePolicies", - "Environments", - "Volumes", - "Environment", - }); - internal_static_google_cloud_batch_v1alpha_TaskSpec_EnvironmentsEntry_descriptor = - internal_static_google_cloud_batch_v1alpha_TaskSpec_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1alpha_TaskSpec_EnvironmentsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_TaskSpec_EnvironmentsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_descriptor, - new java.lang.String[] { - "Action", "ActionCondition", - }); - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_ActionCondition_descriptor = - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_ActionCondition_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_LifecyclePolicy_ActionCondition_descriptor, - new java.lang.String[] { - "ExitCodes", - }); - internal_static_google_cloud_batch_v1alpha_Task_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_batch_v1alpha_Task_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Task_descriptor, - new java.lang.String[] { - "Name", "Status", - }); - internal_static_google_cloud_batch_v1alpha_Environment_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_cloud_batch_v1alpha_Environment_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Environment_descriptor, - new java.lang.String[] { - "Variables", "SecretVariables", "EncryptedVariables", - }); - internal_static_google_cloud_batch_v1alpha_Environment_KMSEnvMap_descriptor = - internal_static_google_cloud_batch_v1alpha_Environment_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1alpha_Environment_KMSEnvMap_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Environment_KMSEnvMap_descriptor, - new java.lang.String[] { - "KeyName", "CipherText", - }); - internal_static_google_cloud_batch_v1alpha_Environment_VariablesEntry_descriptor = - internal_static_google_cloud_batch_v1alpha_Environment_descriptor.getNestedTypes().get(1); - internal_static_google_cloud_batch_v1alpha_Environment_VariablesEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Environment_VariablesEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_batch_v1alpha_Environment_SecretVariablesEntry_descriptor = - internal_static_google_cloud_batch_v1alpha_Environment_descriptor.getNestedTypes().get(2); - internal_static_google_cloud_batch_v1alpha_Environment_SecretVariablesEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Environment_SecretVariablesEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ResourceProto.resource); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.ResourceProto.getDescriptor(); - com.google.cloud.batch.v1alpha.VolumeProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskResourceUsageOrBuilder.java b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskResourceUsageOrBuilder.java deleted file mode 100644 index 1a7174a02df0..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskResourceUsageOrBuilder.java +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1alpha/task.proto - -package com.google.cloud.batch.v1alpha; - -public interface TaskResourceUsageOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1alpha.TaskResourceUsage) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * The CPU core hours the task consumes based on task requirement and run
-   * time.
-   * 
- * - * double core_hours = 1; - * - * @return The coreHours. - */ - double getCoreHours(); -} diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/VolumeProto.java b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/VolumeProto.java deleted file mode 100644 index e380db785960..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/VolumeProto.java +++ /dev/null @@ -1,110 +0,0 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/batch/v1alpha/volume.proto - -package com.google.cloud.batch.v1alpha; - -public final class VolumeProto { - private VolumeProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_Volume_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_Volume_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_NFS_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_NFS_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_PD_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_PD_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_batch_v1alpha_GCS_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_GCS_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\'google/cloud/batch/v1alpha/volume.prot" - + "o\022\032google.cloud.batch.v1alpha\"\346\001\n\006Volume" - + "\022.\n\003nfs\030\001 \001(\0132\037.google.cloud.batch.v1alp" - + "ha.NFSH\000\0220\n\002pd\030\002 \001(\0132\036.google.cloud.batc" - + "h.v1alpha.PDB\002\030\001H\000\022.\n\003gcs\030\003 \001(\0132\037.google" - + ".cloud.batch.v1alpha.GCSH\000\022\025\n\013device_nam" - + "e\030\006 \001(\tH\000\022\022\n\nmount_path\030\004 \001(\t\022\025\n\rmount_o" - + "ptions\030\005 \003(\tB\010\n\006source\"*\n\003NFS\022\016\n\006server\030" - + "\001 \001(\t\022\023\n\013remote_path\030\002 \001(\t\"8\n\002PD\022\014\n\004disk" - + "\030\001 \001(\t\022\016\n\006device\030\002 \001(\t\022\024\n\010existing\030\003 \001(\010" - + "B\002\030\001\"\032\n\003GCS\022\023\n\013remote_path\030\001 \001(\tB\305\001\n\036com" - + ".google.cloud.batch.v1alphaB\013VolumeProto" - + "P\001Z4cloud.google.com/go/batch/apiv1alpha" - + "/batchpb;batchpb\242\002\003GCB\252\002\032Google.Cloud.Ba" - + "tch.V1Alpha\312\002\032Google\\Cloud\\Batch\\V1alpha" - + "\352\002\035Google::Cloud::Batch::V1alphab\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_cloud_batch_v1alpha_Volume_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_batch_v1alpha_Volume_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_Volume_descriptor, - new java.lang.String[] { - "Nfs", "Pd", "Gcs", "DeviceName", "MountPath", "MountOptions", "Source", - }); - internal_static_google_cloud_batch_v1alpha_NFS_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_batch_v1alpha_NFS_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_NFS_descriptor, - new java.lang.String[] { - "Server", "RemotePath", - }); - internal_static_google_cloud_batch_v1alpha_PD_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_batch_v1alpha_PD_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_PD_descriptor, - new java.lang.String[] { - "Disk", "Device", "Existing", - }); - internal_static_google_cloud_batch_v1alpha_GCS_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_batch_v1alpha_GCS_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_GCS_descriptor, - new java.lang.String[] { - "RemotePath", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceClient.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceClient.java similarity index 100% rename from java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceClient.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceClient.java diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceSettings.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceSettings.java similarity index 99% rename from java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceSettings.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceSettings.java index c200d58a96fa..cb69c2a003c8 100644 --- a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceSettings.java +++ b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/BatchServiceSettings.java @@ -31,6 +31,7 @@ import com.google.api.gax.rpc.ClientSettings; import com.google.api.gax.rpc.OperationCallSettings; import com.google.api.gax.rpc.PagedCallSettings; +import com.google.api.gax.rpc.StubSettings; import com.google.api.gax.rpc.TransportChannelProvider; import com.google.api.gax.rpc.UnaryCallSettings; import com.google.cloud.batch.v1.stub.BatchServiceStubSettings; diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/gapic_metadata.json b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/gapic_metadata.json similarity index 100% rename from java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/gapic_metadata.json rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/gapic_metadata.json diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/package-info.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/package-info.java similarity index 100% rename from java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/package-info.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/package-info.java diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/BatchServiceStub.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/BatchServiceStub.java similarity index 100% rename from java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/BatchServiceStub.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/BatchServiceStub.java diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/BatchServiceStubSettings.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/BatchServiceStubSettings.java similarity index 100% rename from java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/BatchServiceStubSettings.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/BatchServiceStubSettings.java diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceCallableFactory.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceCallableFactory.java similarity index 100% rename from java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceCallableFactory.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceCallableFactory.java diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceStub.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceStub.java similarity index 99% rename from java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceStub.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceStub.java index 55f8399eb698..8e048fd65308 100644 --- a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceStub.java +++ b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/GrpcBatchServiceStub.java @@ -49,6 +49,7 @@ import io.grpc.MethodDescriptor; import io.grpc.protobuf.ProtoUtils; import java.io.IOException; +import java.util.Map; import java.util.concurrent.TimeUnit; import javax.annotation.Generated; diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceCallableFactory.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceCallableFactory.java similarity index 100% rename from java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceCallableFactory.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceCallableFactory.java diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceStub.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceStub.java similarity index 99% rename from java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceStub.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceStub.java index f959877849ec..1e423cc12050 100644 --- a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceStub.java +++ b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/HttpJsonBatchServiceStub.java @@ -33,6 +33,7 @@ import com.google.api.gax.httpjson.ProtoMessageResponseParser; import com.google.api.gax.httpjson.ProtoRestSerializer; import com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub; +import com.google.api.gax.longrunning.OperationSnapshot; import com.google.api.gax.rpc.ClientContext; import com.google.api.gax.rpc.OperationCallable; import com.google.api.gax.rpc.RequestParamsBuilder; diff --git a/java-batch/google-cloud-batch/src/main/resources/META-INF/native-image/com.google.cloud.batch.v1/reflect-config.json b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/resources/META-INF/native-image/com.google.cloud.batch.v1/reflect-config.json similarity index 100% rename from java-batch/google-cloud-batch/src/main/resources/META-INF/native-image/com.google.cloud.batch.v1/reflect-config.json rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/main/resources/META-INF/native-image/com.google.cloud.batch.v1/reflect-config.json diff --git a/java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/BatchServiceClientHttpJsonTest.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/BatchServiceClientHttpJsonTest.java similarity index 100% rename from java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/BatchServiceClientHttpJsonTest.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/BatchServiceClientHttpJsonTest.java diff --git a/java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/BatchServiceClientTest.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/BatchServiceClientTest.java similarity index 100% rename from java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/BatchServiceClientTest.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/BatchServiceClientTest.java diff --git a/java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockBatchService.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockBatchService.java similarity index 100% rename from java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockBatchService.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockBatchService.java diff --git a/java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockBatchServiceImpl.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockBatchServiceImpl.java similarity index 100% rename from java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockBatchServiceImpl.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockBatchServiceImpl.java diff --git a/java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockLocations.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockLocations.java similarity index 100% rename from java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockLocations.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockLocations.java diff --git a/java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockLocationsImpl.java b/owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockLocationsImpl.java similarity index 100% rename from java-batch/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockLocationsImpl.java rename to owl-bot-staging/java-batch/v1/google-cloud-batch/src/test/java/com/google/cloud/batch/v1/MockLocationsImpl.java diff --git a/java-batch/grpc-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchServiceGrpc.java b/owl-bot-staging/java-batch/v1/grpc-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchServiceGrpc.java similarity index 51% rename from java-batch/grpc-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchServiceGrpc.java rename to owl-bot-staging/java-batch/v1/grpc-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchServiceGrpc.java index d13628bcfaef..056448a79ceb 100644 --- a/java-batch/grpc-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchServiceGrpc.java +++ b/owl-bot-staging/java-batch/v1/grpc-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchServiceGrpc.java @@ -1,25 +1,8 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package com.google.cloud.batch.v1; import static io.grpc.MethodDescriptor.generateFullMethodName; /** - * - * *
  * Google Batch Service.
  * The service manages user submitted batch jobs and allocates Google Compute
@@ -37,292 +20,237 @@ private BatchServiceGrpc() {}
   public static final String SERVICE_NAME = "google.cloud.batch.v1.BatchService";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.CreateJobRequest, com.google.cloud.batch.v1.Job>
-      getCreateJobMethod;
+  private static volatile io.grpc.MethodDescriptor getCreateJobMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CreateJob",
       requestType = com.google.cloud.batch.v1.CreateJobRequest.class,
       responseType = com.google.cloud.batch.v1.Job.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.CreateJobRequest, com.google.cloud.batch.v1.Job>
-      getCreateJobMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.batch.v1.CreateJobRequest, com.google.cloud.batch.v1.Job>
-        getCreateJobMethod;
+  public static io.grpc.MethodDescriptor getCreateJobMethod() {
+    io.grpc.MethodDescriptor getCreateJobMethod;
     if ((getCreateJobMethod = BatchServiceGrpc.getCreateJobMethod) == null) {
       synchronized (BatchServiceGrpc.class) {
         if ((getCreateJobMethod = BatchServiceGrpc.getCreateJobMethod) == null) {
-          BatchServiceGrpc.getCreateJobMethod =
-              getCreateJobMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateJob"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.CreateJobRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.Job.getDefaultInstance()))
-                      .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("CreateJob"))
-                      .build();
+          BatchServiceGrpc.getCreateJobMethod = getCreateJobMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateJob"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.CreateJobRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.Job.getDefaultInstance()))
+              .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("CreateJob"))
+              .build();
         }
       }
     }
     return getCreateJobMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.GetJobRequest, com.google.cloud.batch.v1.Job>
-      getGetJobMethod;
+  private static volatile io.grpc.MethodDescriptor getGetJobMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetJob",
       requestType = com.google.cloud.batch.v1.GetJobRequest.class,
       responseType = com.google.cloud.batch.v1.Job.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.GetJobRequest, com.google.cloud.batch.v1.Job>
-      getGetJobMethod() {
-    io.grpc.MethodDescriptor
-        getGetJobMethod;
+  public static io.grpc.MethodDescriptor getGetJobMethod() {
+    io.grpc.MethodDescriptor getGetJobMethod;
     if ((getGetJobMethod = BatchServiceGrpc.getGetJobMethod) == null) {
       synchronized (BatchServiceGrpc.class) {
         if ((getGetJobMethod = BatchServiceGrpc.getGetJobMethod) == null) {
-          BatchServiceGrpc.getGetJobMethod =
-              getGetJobMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetJob"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.GetJobRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.Job.getDefaultInstance()))
-                      .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("GetJob"))
-                      .build();
+          BatchServiceGrpc.getGetJobMethod = getGetJobMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetJob"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.GetJobRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.Job.getDefaultInstance()))
+              .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("GetJob"))
+              .build();
         }
       }
     }
     return getGetJobMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.DeleteJobRequest, com.google.longrunning.Operation>
-      getDeleteJobMethod;
+  private static volatile io.grpc.MethodDescriptor getDeleteJobMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteJob",
       requestType = com.google.cloud.batch.v1.DeleteJobRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.DeleteJobRequest, com.google.longrunning.Operation>
-      getDeleteJobMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.batch.v1.DeleteJobRequest, com.google.longrunning.Operation>
-        getDeleteJobMethod;
+  public static io.grpc.MethodDescriptor getDeleteJobMethod() {
+    io.grpc.MethodDescriptor getDeleteJobMethod;
     if ((getDeleteJobMethod = BatchServiceGrpc.getDeleteJobMethod) == null) {
       synchronized (BatchServiceGrpc.class) {
         if ((getDeleteJobMethod = BatchServiceGrpc.getDeleteJobMethod) == null) {
-          BatchServiceGrpc.getDeleteJobMethod =
-              getDeleteJobMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteJob"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.DeleteJobRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("DeleteJob"))
-                      .build();
+          BatchServiceGrpc.getDeleteJobMethod = getDeleteJobMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteJob"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.DeleteJobRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("DeleteJob"))
+              .build();
         }
       }
     }
     return getDeleteJobMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.ListJobsRequest, com.google.cloud.batch.v1.ListJobsResponse>
-      getListJobsMethod;
+  private static volatile io.grpc.MethodDescriptor getListJobsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListJobs",
       requestType = com.google.cloud.batch.v1.ListJobsRequest.class,
       responseType = com.google.cloud.batch.v1.ListJobsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.ListJobsRequest, com.google.cloud.batch.v1.ListJobsResponse>
-      getListJobsMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.batch.v1.ListJobsRequest, com.google.cloud.batch.v1.ListJobsResponse>
-        getListJobsMethod;
+  public static io.grpc.MethodDescriptor getListJobsMethod() {
+    io.grpc.MethodDescriptor getListJobsMethod;
     if ((getListJobsMethod = BatchServiceGrpc.getListJobsMethod) == null) {
       synchronized (BatchServiceGrpc.class) {
         if ((getListJobsMethod = BatchServiceGrpc.getListJobsMethod) == null) {
-          BatchServiceGrpc.getListJobsMethod =
-              getListJobsMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListJobs"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.ListJobsRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.ListJobsResponse.getDefaultInstance()))
-                      .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("ListJobs"))
-                      .build();
+          BatchServiceGrpc.getListJobsMethod = getListJobsMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListJobs"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.ListJobsRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.ListJobsResponse.getDefaultInstance()))
+              .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("ListJobs"))
+              .build();
         }
       }
     }
     return getListJobsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.GetTaskRequest, com.google.cloud.batch.v1.Task>
-      getGetTaskMethod;
+  private static volatile io.grpc.MethodDescriptor getGetTaskMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetTask",
       requestType = com.google.cloud.batch.v1.GetTaskRequest.class,
       responseType = com.google.cloud.batch.v1.Task.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.GetTaskRequest, com.google.cloud.batch.v1.Task>
-      getGetTaskMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.batch.v1.GetTaskRequest, com.google.cloud.batch.v1.Task>
-        getGetTaskMethod;
+  public static io.grpc.MethodDescriptor getGetTaskMethod() {
+    io.grpc.MethodDescriptor getGetTaskMethod;
     if ((getGetTaskMethod = BatchServiceGrpc.getGetTaskMethod) == null) {
       synchronized (BatchServiceGrpc.class) {
         if ((getGetTaskMethod = BatchServiceGrpc.getGetTaskMethod) == null) {
-          BatchServiceGrpc.getGetTaskMethod =
-              getGetTaskMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetTask"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.GetTaskRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.Task.getDefaultInstance()))
-                      .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("GetTask"))
-                      .build();
+          BatchServiceGrpc.getGetTaskMethod = getGetTaskMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetTask"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.GetTaskRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.Task.getDefaultInstance()))
+              .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("GetTask"))
+              .build();
         }
       }
     }
     return getGetTaskMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.ListTasksRequest, com.google.cloud.batch.v1.ListTasksResponse>
-      getListTasksMethod;
+  private static volatile io.grpc.MethodDescriptor getListTasksMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListTasks",
       requestType = com.google.cloud.batch.v1.ListTasksRequest.class,
       responseType = com.google.cloud.batch.v1.ListTasksResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.batch.v1.ListTasksRequest, com.google.cloud.batch.v1.ListTasksResponse>
-      getListTasksMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.batch.v1.ListTasksRequest, com.google.cloud.batch.v1.ListTasksResponse>
-        getListTasksMethod;
+  public static io.grpc.MethodDescriptor getListTasksMethod() {
+    io.grpc.MethodDescriptor getListTasksMethod;
     if ((getListTasksMethod = BatchServiceGrpc.getListTasksMethod) == null) {
       synchronized (BatchServiceGrpc.class) {
         if ((getListTasksMethod = BatchServiceGrpc.getListTasksMethod) == null) {
-          BatchServiceGrpc.getListTasksMethod =
-              getListTasksMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListTasks"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.ListTasksRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.batch.v1.ListTasksResponse.getDefaultInstance()))
-                      .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("ListTasks"))
-                      .build();
+          BatchServiceGrpc.getListTasksMethod = getListTasksMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListTasks"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.ListTasksRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.batch.v1.ListTasksResponse.getDefaultInstance()))
+              .setSchemaDescriptor(new BatchServiceMethodDescriptorSupplier("ListTasks"))
+              .build();
         }
       }
     }
     return getListTasksMethod;
   }
 
-  /** Creates a new async stub that supports all call types for the service */
+  /**
+   * Creates a new async stub that supports all call types for the service
+   */
   public static BatchServiceStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public BatchServiceStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new BatchServiceStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public BatchServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new BatchServiceStub(channel, callOptions);
+        }
+      };
     return BatchServiceStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static BatchServiceBlockingStub newBlockingStub(io.grpc.Channel channel) {
+  public static BatchServiceBlockingStub newBlockingStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public BatchServiceBlockingStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new BatchServiceBlockingStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public BatchServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new BatchServiceBlockingStub(channel, callOptions);
+        }
+      };
     return BatchServiceBlockingStub.newStub(factory, channel);
   }
 
-  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
-  public static BatchServiceFutureStub newFutureStub(io.grpc.Channel channel) {
+  /**
+   * Creates a new ListenableFuture-style stub that supports unary calls on the service
+   */
+  public static BatchServiceFutureStub newFutureStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public BatchServiceFutureStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new BatchServiceFutureStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public BatchServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new BatchServiceFutureStub(channel, callOptions);
+        }
+      };
     return BatchServiceFutureStub.newStub(factory, channel);
   }
 
   /**
-   *
-   *
    * 
    * Google Batch Service.
    * The service manages user submitted batch jobs and allocates Google Compute
@@ -332,79 +260,61 @@ public BatchServiceFutureStub newStub(
   public interface AsyncService {
 
     /**
-     *
-     *
      * 
      * Create a Job.
      * 
*/ - default void createJob( - com.google.cloud.batch.v1.CreateJobRequest request, + default void createJob(com.google.cloud.batch.v1.CreateJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateJobMethod(), responseObserver); } /** - * - * *
      * Get a Job specified by its resource name.
      * 
*/ - default void getJob( - com.google.cloud.batch.v1.GetJobRequest request, + default void getJob(com.google.cloud.batch.v1.GetJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetJobMethod(), responseObserver); } /** - * - * *
      * Delete a Job.
      * 
*/ - default void deleteJob( - com.google.cloud.batch.v1.DeleteJobRequest request, + default void deleteJob(com.google.cloud.batch.v1.DeleteJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteJobMethod(), responseObserver); } /** - * - * *
      * List all Jobs for a project within a region.
      * 
*/ - default void listJobs( - com.google.cloud.batch.v1.ListJobsRequest request, + default void listJobs(com.google.cloud.batch.v1.ListJobsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListJobsMethod(), responseObserver); } /** - * - * *
      * Return a single Task.
      * 
*/ - default void getTask( - com.google.cloud.batch.v1.GetTaskRequest request, + default void getTask(com.google.cloud.batch.v1.GetTaskRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetTaskMethod(), responseObserver); } /** - * - * *
      * List Tasks associated with a job.
      * 
*/ - default void listTasks( - com.google.cloud.batch.v1.ListTasksRequest request, + default void listTasks(com.google.cloud.batch.v1.ListTasksRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListTasksMethod(), responseObserver); } @@ -412,25 +322,22 @@ default void listTasks( /** * Base class for the server implementation of the service BatchService. - * *
    * Google Batch Service.
    * The service manages user submitted batch jobs and allocates Google Compute
    * Engine VM instances to run the jobs.
    * 
*/ - public abstract static class BatchServiceImplBase + public static abstract class BatchServiceImplBase implements io.grpc.BindableService, AsyncService { - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return BatchServiceGrpc.bindService(this); } } /** * A stub to allow clients to do asynchronous rpc calls to service BatchService. - * *
    * Google Batch Service.
    * The service manages user submitted batch jobs and allocates Google Compute
@@ -439,94 +346,78 @@ public final io.grpc.ServerServiceDefinition bindService() {
    */
   public static final class BatchServiceStub
       extends io.grpc.stub.AbstractAsyncStub {
-    private BatchServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    private BatchServiceStub(
+        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       super(channel, callOptions);
     }
 
     @java.lang.Override
-    protected BatchServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    protected BatchServiceStub build(
+        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       return new BatchServiceStub(channel, callOptions);
     }
 
     /**
-     *
-     *
      * 
      * Create a Job.
      * 
*/ - public void createJob( - com.google.cloud.batch.v1.CreateJobRequest request, + public void createJob(com.google.cloud.batch.v1.CreateJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getCreateJobMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Get a Job specified by its resource name.
      * 
*/ - public void getJob( - com.google.cloud.batch.v1.GetJobRequest request, + public void getJob(com.google.cloud.batch.v1.GetJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetJobMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Delete a Job.
      * 
*/ - public void deleteJob( - com.google.cloud.batch.v1.DeleteJobRequest request, + public void deleteJob(com.google.cloud.batch.v1.DeleteJobRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteJobMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * List all Jobs for a project within a region.
      * 
*/ - public void listJobs( - com.google.cloud.batch.v1.ListJobsRequest request, + public void listJobs(com.google.cloud.batch.v1.ListJobsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListJobsMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Return a single Task.
      * 
*/ - public void getTask( - com.google.cloud.batch.v1.GetTaskRequest request, + public void getTask(com.google.cloud.batch.v1.GetTaskRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetTaskMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * List Tasks associated with a job.
      * 
*/ - public void listTasks( - com.google.cloud.batch.v1.ListTasksRequest request, + public void listTasks(com.google.cloud.batch.v1.ListTasksRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListTasksMethod(), getCallOptions()), request, responseObserver); @@ -535,7 +426,6 @@ public void listTasks( /** * A stub to allow clients to do synchronous rpc calls to service BatchService. - * *
    * Google Batch Service.
    * The service manages user submitted batch jobs and allocates Google Compute
@@ -544,7 +434,8 @@ public void listTasks(
    */
   public static final class BatchServiceBlockingStub
       extends io.grpc.stub.AbstractBlockingStub {
-    private BatchServiceBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    private BatchServiceBlockingStub(
+        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       super(channel, callOptions);
     }
 
@@ -555,21 +446,16 @@ protected BatchServiceBlockingStub build(
     }
 
     /**
-     *
-     *
      * 
      * Create a Job.
      * 
*/ - public com.google.cloud.batch.v1.Job createJob( - com.google.cloud.batch.v1.CreateJobRequest request) { + public com.google.cloud.batch.v1.Job createJob(com.google.cloud.batch.v1.CreateJobRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateJobMethod(), getCallOptions(), request); } /** - * - * *
      * Get a Job specified by its resource name.
      * 
@@ -580,53 +466,41 @@ public com.google.cloud.batch.v1.Job getJob(com.google.cloud.batch.v1.GetJobRequ } /** - * - * *
      * Delete a Job.
      * 
*/ - public com.google.longrunning.Operation deleteJob( - com.google.cloud.batch.v1.DeleteJobRequest request) { + public com.google.longrunning.Operation deleteJob(com.google.cloud.batch.v1.DeleteJobRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteJobMethod(), getCallOptions(), request); } /** - * - * *
      * List all Jobs for a project within a region.
      * 
*/ - public com.google.cloud.batch.v1.ListJobsResponse listJobs( - com.google.cloud.batch.v1.ListJobsRequest request) { + public com.google.cloud.batch.v1.ListJobsResponse listJobs(com.google.cloud.batch.v1.ListJobsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListJobsMethod(), getCallOptions(), request); } /** - * - * *
      * Return a single Task.
      * 
*/ - public com.google.cloud.batch.v1.Task getTask( - com.google.cloud.batch.v1.GetTaskRequest request) { + public com.google.cloud.batch.v1.Task getTask(com.google.cloud.batch.v1.GetTaskRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetTaskMethod(), getCallOptions(), request); } /** - * - * *
      * List Tasks associated with a job.
      * 
*/ - public com.google.cloud.batch.v1.ListTasksResponse listTasks( - com.google.cloud.batch.v1.ListTasksRequest request) { + public com.google.cloud.batch.v1.ListTasksResponse listTasks(com.google.cloud.batch.v1.ListTasksRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListTasksMethod(), getCallOptions(), request); } @@ -634,7 +508,6 @@ public com.google.cloud.batch.v1.ListTasksResponse listTasks( /** * A stub to allow clients to do ListenableFuture-style rpc calls to service BatchService. - * *
    * Google Batch Service.
    * The service manages user submitted batch jobs and allocates Google Compute
@@ -643,7 +516,8 @@ public com.google.cloud.batch.v1.ListTasksResponse listTasks(
    */
   public static final class BatchServiceFutureStub
       extends io.grpc.stub.AbstractFutureStub {
-    private BatchServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+    private BatchServiceFutureStub(
+        io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
       super(channel, callOptions);
     }
 
@@ -654,21 +528,17 @@ protected BatchServiceFutureStub build(
     }
 
     /**
-     *
-     *
      * 
      * Create a Job.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - createJob(com.google.cloud.batch.v1.CreateJobRequest request) { + public com.google.common.util.concurrent.ListenableFuture createJob( + com.google.cloud.batch.v1.CreateJobRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateJobMethod(), getCallOptions()), request); } /** - * - * *
      * Get a Job specified by its resource name.
      * 
@@ -680,55 +550,45 @@ public com.google.common.util.concurrent.ListenableFuture * Delete a Job. *
*/ - public com.google.common.util.concurrent.ListenableFuture - deleteJob(com.google.cloud.batch.v1.DeleteJobRequest request) { + public com.google.common.util.concurrent.ListenableFuture deleteJob( + com.google.cloud.batch.v1.DeleteJobRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteJobMethod(), getCallOptions()), request); } /** - * - * *
      * List all Jobs for a project within a region.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.batch.v1.ListJobsResponse> - listJobs(com.google.cloud.batch.v1.ListJobsRequest request) { + public com.google.common.util.concurrent.ListenableFuture listJobs( + com.google.cloud.batch.v1.ListJobsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListJobsMethod(), getCallOptions()), request); } /** - * - * *
      * Return a single Task.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - getTask(com.google.cloud.batch.v1.GetTaskRequest request) { + public com.google.common.util.concurrent.ListenableFuture getTask( + com.google.cloud.batch.v1.GetTaskRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetTaskMethod(), getCallOptions()), request); } /** - * - * *
      * List Tasks associated with a job.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.batch.v1.ListTasksResponse> - listTasks(com.google.cloud.batch.v1.ListTasksRequest request) { + public com.google.common.util.concurrent.ListenableFuture listTasks( + com.google.cloud.batch.v1.ListTasksRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListTasksMethod(), getCallOptions()), request); } @@ -741,11 +601,11 @@ public com.google.common.util.concurrent.ListenableFuture - implements io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { + private static final class MethodHandlers implements + io.grpc.stub.ServerCalls.UnaryMethod, + io.grpc.stub.ServerCalls.ServerStreamingMethod, + io.grpc.stub.ServerCalls.ClientStreamingMethod, + io.grpc.stub.ServerCalls.BidiStreamingMethod { private final AsyncService serviceImpl; private final int methodId; @@ -759,36 +619,28 @@ private static final class MethodHandlers public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_CREATE_JOB: - serviceImpl.createJob( - (com.google.cloud.batch.v1.CreateJobRequest) request, + serviceImpl.createJob((com.google.cloud.batch.v1.CreateJobRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_JOB: - serviceImpl.getJob( - (com.google.cloud.batch.v1.GetJobRequest) request, + serviceImpl.getJob((com.google.cloud.batch.v1.GetJobRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_JOB: - serviceImpl.deleteJob( - (com.google.cloud.batch.v1.DeleteJobRequest) request, + serviceImpl.deleteJob((com.google.cloud.batch.v1.DeleteJobRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_JOBS: - serviceImpl.listJobs( - (com.google.cloud.batch.v1.ListJobsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.listJobs((com.google.cloud.batch.v1.ListJobsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_TASK: - serviceImpl.getTask( - (com.google.cloud.batch.v1.GetTaskRequest) request, + serviceImpl.getTask((com.google.cloud.batch.v1.GetTaskRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_LIST_TASKS: - serviceImpl.listTasks( - (com.google.cloud.batch.v1.ListTasksRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.listTasks((com.google.cloud.batch.v1.ListTasksRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; default: throw new AssertionError(); @@ -809,47 +661,52 @@ public io.grpc.stub.StreamObserver invoke( public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getCreateJobMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1.CreateJobRequest, com.google.cloud.batch.v1.Job>( - service, METHODID_CREATE_JOB))) + getCreateJobMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.batch.v1.CreateJobRequest, + com.google.cloud.batch.v1.Job>( + service, METHODID_CREATE_JOB))) .addMethod( - getGetJobMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1.GetJobRequest, com.google.cloud.batch.v1.Job>( - service, METHODID_GET_JOB))) + getGetJobMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.batch.v1.GetJobRequest, + com.google.cloud.batch.v1.Job>( + service, METHODID_GET_JOB))) .addMethod( - getDeleteJobMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1.DeleteJobRequest, com.google.longrunning.Operation>( - service, METHODID_DELETE_JOB))) + getDeleteJobMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.batch.v1.DeleteJobRequest, + com.google.longrunning.Operation>( + service, METHODID_DELETE_JOB))) .addMethod( - getListJobsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1.ListJobsRequest, - com.google.cloud.batch.v1.ListJobsResponse>(service, METHODID_LIST_JOBS))) + getListJobsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.batch.v1.ListJobsRequest, + com.google.cloud.batch.v1.ListJobsResponse>( + service, METHODID_LIST_JOBS))) .addMethod( - getGetTaskMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1.GetTaskRequest, com.google.cloud.batch.v1.Task>( - service, METHODID_GET_TASK))) + getGetTaskMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.batch.v1.GetTaskRequest, + com.google.cloud.batch.v1.Task>( + service, METHODID_GET_TASK))) .addMethod( - getListTasksMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.batch.v1.ListTasksRequest, - com.google.cloud.batch.v1.ListTasksResponse>(service, METHODID_LIST_TASKS))) + getListTasksMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.batch.v1.ListTasksRequest, + com.google.cloud.batch.v1.ListTasksResponse>( + service, METHODID_LIST_TASKS))) .build(); } - private abstract static class BatchServiceBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { + private static abstract class BatchServiceBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { BatchServiceBaseDescriptorSupplier() {} @java.lang.Override @@ -891,17 +748,15 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() { synchronized (BatchServiceGrpc.class) { result = serviceDescriptor; if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new BatchServiceFileDescriptorSupplier()) - .addMethod(getCreateJobMethod()) - .addMethod(getGetJobMethod()) - .addMethod(getDeleteJobMethod()) - .addMethod(getListJobsMethod()) - .addMethod(getGetTaskMethod()) - .addMethod(getListTasksMethod()) - .build(); + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new BatchServiceFileDescriptorSupplier()) + .addMethod(getCreateJobMethod()) + .addMethod(getGetJobMethod()) + .addMethod(getDeleteJobMethod()) + .addMethod(getListJobsMethod()) + .addMethod(getGetTaskMethod()) + .addMethod(getListTasksMethod()) + .build(); } } } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicy.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicy.java similarity index 74% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicy.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicy.java index 12d9f4ade06c..2667d65b66b3 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicy.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicy.java @@ -1,26 +1,9 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/job.proto package com.google.cloud.batch.v1; /** - * - * *
  * A Job's resource allocation policy describes when, where, and how compute
  * resources should be allocated for the Job.
@@ -28,65 +11,61 @@
  *
  * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy}
  */
-public final class AllocationPolicy extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AllocationPolicy extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.AllocationPolicy)
     AllocationPolicyOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AllocationPolicy.newBuilder() to construct.
   private AllocationPolicy(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AllocationPolicy() {
     instances_ = java.util.Collections.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AllocationPolicy();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.batch.v1.JobProto
-        .internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
   @java.lang.Override
-  protected com.google.protobuf.MapField internalGetMapField(int number) {
+  protected com.google.protobuf.MapField internalGetMapField(
+      int number) {
     switch (number) {
       case 6:
         return internalGetLabels();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.batch.v1.JobProto
-        .internal_static_google_cloud_batch_v1_AllocationPolicy_fieldAccessorTable
+    return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.batch.v1.AllocationPolicy.class,
-            com.google.cloud.batch.v1.AllocationPolicy.Builder.class);
+            com.google.cloud.batch.v1.AllocationPolicy.class, com.google.cloud.batch.v1.AllocationPolicy.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Compute Engine VM instance provisioning model.
    * 
* * Protobuf enum {@code google.cloud.batch.v1.AllocationPolicy.ProvisioningModel} */ - public enum ProvisioningModel implements com.google.protobuf.ProtocolMessageEnum { + public enum ProvisioningModel + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Unspecified.
      * 
@@ -95,8 +74,6 @@ public enum ProvisioningModel implements com.google.protobuf.ProtocolMessageEnum */ PROVISIONING_MODEL_UNSPECIFIED(0), /** - * - * *
      * Standard VM.
      * 
@@ -105,8 +82,6 @@ public enum ProvisioningModel implements com.google.protobuf.ProtocolMessageEnum */ STANDARD(1), /** - * - * *
      * SPOT VM.
      * 
@@ -115,8 +90,6 @@ public enum ProvisioningModel implements com.google.protobuf.ProtocolMessageEnum */ SPOT(2), /** - * - * *
      * Preemptible VM (PVM).
      *
@@ -133,8 +106,6 @@ public enum ProvisioningModel implements com.google.protobuf.ProtocolMessageEnum
     ;
 
     /**
-     *
-     *
      * 
      * Unspecified.
      * 
@@ -143,8 +114,6 @@ public enum ProvisioningModel implements com.google.protobuf.ProtocolMessageEnum */ public static final int PROVISIONING_MODEL_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Standard VM.
      * 
@@ -153,8 +122,6 @@ public enum ProvisioningModel implements com.google.protobuf.ProtocolMessageEnum */ public static final int STANDARD_VALUE = 1; /** - * - * *
      * SPOT VM.
      * 
@@ -163,8 +130,6 @@ public enum ProvisioningModel implements com.google.protobuf.ProtocolMessageEnum */ public static final int SPOT_VALUE = 2; /** - * - * *
      * Preemptible VM (PVM).
      *
@@ -178,6 +143,7 @@ public enum ProvisioningModel implements com.google.protobuf.ProtocolMessageEnum
      */
     public static final int PREEMPTIBLE_VALUE = 3;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -202,16 +168,11 @@ public static ProvisioningModel valueOf(int value) {
      */
     public static ProvisioningModel forNumber(int value) {
       switch (value) {
-        case 0:
-          return PROVISIONING_MODEL_UNSPECIFIED;
-        case 1:
-          return STANDARD;
-        case 2:
-          return SPOT;
-        case 3:
-          return PREEMPTIBLE;
-        default:
-          return null;
+        case 0: return PROVISIONING_MODEL_UNSPECIFIED;
+        case 1: return STANDARD;
+        case 2: return SPOT;
+        case 3: return PREEMPTIBLE;
+        default: return null;
       }
     }
 
@@ -219,28 +180,28 @@ public static ProvisioningModel forNumber(int value) {
         internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        ProvisioningModel> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public ProvisioningModel findValueByNumber(int number) {
+              return ProvisioningModel.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap
-        internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public ProvisioningModel findValueByNumber(int number) {
-                return ProvisioningModel.forNumber(number);
-              }
-            };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.cloud.batch.v1.AllocationPolicy.getDescriptor().getEnumTypes().get(0);
     }
 
@@ -249,7 +210,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
     public static ProvisioningModel valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -266,14 +228,11 @@ private ProvisioningModel(int value) {
     // @@protoc_insertion_point(enum_scope:google.cloud.batch.v1.AllocationPolicy.ProvisioningModel)
   }
 
-  public interface LocationPolicyOrBuilder
-      extends
+  public interface LocationPolicyOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.AllocationPolicy.LocationPolicy)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * A list of allowed location names represented by internal URLs.
      *
@@ -292,13 +251,11 @@ public interface LocationPolicyOrBuilder
      * 
* * repeated string allowed_locations = 1; - * * @return A list containing the allowedLocations. */ - java.util.List getAllowedLocationsList(); + java.util.List + getAllowedLocationsList(); /** - * - * *
      * A list of allowed location names represented by internal URLs.
      *
@@ -317,13 +274,10 @@ public interface LocationPolicyOrBuilder
      * 
* * repeated string allowed_locations = 1; - * * @return The count of allowedLocations. */ int getAllowedLocationsCount(); /** - * - * *
      * A list of allowed location names represented by internal URLs.
      *
@@ -342,14 +296,11 @@ public interface LocationPolicyOrBuilder
      * 
* * repeated string allowed_locations = 1; - * * @param index The index of the element to return. * @return The allowedLocations at the given index. */ java.lang.String getAllowedLocations(int index); /** - * - * *
      * A list of allowed location names represented by internal URLs.
      *
@@ -368,56 +319,54 @@ public interface LocationPolicyOrBuilder
      * 
* * repeated string allowed_locations = 1; - * * @param index The index of the value to return. * @return The bytes of the allowedLocations at the given index. */ - com.google.protobuf.ByteString getAllowedLocationsBytes(int index); + com.google.protobuf.ByteString + getAllowedLocationsBytes(int index); } - /** Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.LocationPolicy} */ - public static final class LocationPolicy extends com.google.protobuf.GeneratedMessageV3 - implements + /** + * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.LocationPolicy} + */ + public static final class LocationPolicy extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.AllocationPolicy.LocationPolicy) LocationPolicyOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use LocationPolicy.newBuilder() to construct. private LocationPolicy(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private LocationPolicy() { - allowedLocations_ = com.google.protobuf.LazyStringArrayList.emptyList(); + allowedLocations_ = + com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new LocationPolicy(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.class, - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder.class); + com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.class, com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder.class); } public static final int ALLOWED_LOCATIONS_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList allowedLocations_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
      * A list of allowed location names represented by internal URLs.
      *
@@ -436,15 +385,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * repeated string allowed_locations = 1; - * * @return A list containing the allowedLocations. */ - public com.google.protobuf.ProtocolStringList getAllowedLocationsList() { + public com.google.protobuf.ProtocolStringList + getAllowedLocationsList() { return allowedLocations_; } /** - * - * *
      * A list of allowed location names represented by internal URLs.
      *
@@ -463,15 +410,12 @@ public com.google.protobuf.ProtocolStringList getAllowedLocationsList() {
      * 
* * repeated string allowed_locations = 1; - * * @return The count of allowedLocations. */ public int getAllowedLocationsCount() { return allowedLocations_.size(); } /** - * - * *
      * A list of allowed location names represented by internal URLs.
      *
@@ -490,7 +434,6 @@ public int getAllowedLocationsCount() {
      * 
* * repeated string allowed_locations = 1; - * * @param index The index of the element to return. * @return The allowedLocations at the given index. */ @@ -498,8 +441,6 @@ public java.lang.String getAllowedLocations(int index) { return allowedLocations_.get(index); } /** - * - * *
      * A list of allowed location names represented by internal URLs.
      *
@@ -518,16 +459,15 @@ public java.lang.String getAllowedLocations(int index) {
      * 
* * repeated string allowed_locations = 1; - * * @param index The index of the value to return. * @return The bytes of the allowedLocations at the given index. */ - public com.google.protobuf.ByteString getAllowedLocationsBytes(int index) { + public com.google.protobuf.ByteString + getAllowedLocationsBytes(int index) { return allowedLocations_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -539,7 +479,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < allowedLocations_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, allowedLocations_.getRaw(i)); } @@ -568,15 +509,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy)) { return super.equals(obj); } - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy other = - (com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy) obj; + com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy other = (com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy) obj; - if (!getAllowedLocationsList().equals(other.getAllowedLocationsList())) return false; + if (!getAllowedLocationsList() + .equals(other.getAllowedLocationsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -598,94 +539,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy prototype) { + public static Builder newBuilder(com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -694,46 +630,49 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } - /** Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.LocationPolicy} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + /** + * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.LocationPolicy} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.AllocationPolicy.LocationPolicy) com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.class, - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder.class); + com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.class, com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder.class); } // Construct using com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; - allowedLocations_ = com.google.protobuf.LazyStringArrayList.emptyList(); + allowedLocations_ = + com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor; } @java.lang.Override @@ -752,11 +691,8 @@ public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy build() { @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy buildPartial() { - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy result = - new com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy result = new com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -773,41 +709,38 @@ private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy.LocationPo public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy) { - return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy) other); + return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy)other); } else { super.mergeFrom(other); return this; @@ -815,8 +748,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy other) { - if (other == com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance()) - return this; + if (other == com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance()) return this; if (!other.allowedLocations_.isEmpty()) { if (allowedLocations_.isEmpty()) { allowedLocations_ = other.allowedLocations_; @@ -853,20 +785,18 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureAllowedLocationsIsMutable(); - allowedLocations_.add(s); - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + ensureAllowedLocationsIsMutable(); + allowedLocations_.add(s); + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -876,12 +806,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.protobuf.LazyStringArrayList allowedLocations_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureAllowedLocationsIsMutable() { if (!allowedLocations_.isModifiable()) { allowedLocations_ = new com.google.protobuf.LazyStringArrayList(allowedLocations_); @@ -889,8 +817,6 @@ private void ensureAllowedLocationsIsMutable() { bitField0_ |= 0x00000001; } /** - * - * *
        * A list of allowed location names represented by internal URLs.
        *
@@ -909,16 +835,14 @@ private void ensureAllowedLocationsIsMutable() {
        * 
* * repeated string allowed_locations = 1; - * * @return A list containing the allowedLocations. */ - public com.google.protobuf.ProtocolStringList getAllowedLocationsList() { + public com.google.protobuf.ProtocolStringList + getAllowedLocationsList() { allowedLocations_.makeImmutable(); return allowedLocations_; } /** - * - * *
        * A list of allowed location names represented by internal URLs.
        *
@@ -937,15 +861,12 @@ public com.google.protobuf.ProtocolStringList getAllowedLocationsList() {
        * 
* * repeated string allowed_locations = 1; - * * @return The count of allowedLocations. */ public int getAllowedLocationsCount() { return allowedLocations_.size(); } /** - * - * *
        * A list of allowed location names represented by internal URLs.
        *
@@ -964,7 +885,6 @@ public int getAllowedLocationsCount() {
        * 
* * repeated string allowed_locations = 1; - * * @param index The index of the element to return. * @return The allowedLocations at the given index. */ @@ -972,8 +892,6 @@ public java.lang.String getAllowedLocations(int index) { return allowedLocations_.get(index); } /** - * - * *
        * A list of allowed location names represented by internal URLs.
        *
@@ -992,16 +910,14 @@ public java.lang.String getAllowedLocations(int index) {
        * 
* * repeated string allowed_locations = 1; - * * @param index The index of the value to return. * @return The bytes of the allowedLocations at the given index. */ - public com.google.protobuf.ByteString getAllowedLocationsBytes(int index) { + public com.google.protobuf.ByteString + getAllowedLocationsBytes(int index) { return allowedLocations_.getByteString(index); } /** - * - * *
        * A list of allowed location names represented by internal URLs.
        *
@@ -1020,15 +936,13 @@ public com.google.protobuf.ByteString getAllowedLocationsBytes(int index) {
        * 
* * repeated string allowed_locations = 1; - * * @param index The index to set the value at. * @param value The allowedLocations to set. * @return This builder for chaining. */ - public Builder setAllowedLocations(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setAllowedLocations( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureAllowedLocationsIsMutable(); allowedLocations_.set(index, value); bitField0_ |= 0x00000001; @@ -1036,8 +950,6 @@ public Builder setAllowedLocations(int index, java.lang.String value) { return this; } /** - * - * *
        * A list of allowed location names represented by internal URLs.
        *
@@ -1056,14 +968,12 @@ public Builder setAllowedLocations(int index, java.lang.String value) {
        * 
* * repeated string allowed_locations = 1; - * * @param value The allowedLocations to add. * @return This builder for chaining. */ - public Builder addAllowedLocations(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addAllowedLocations( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureAllowedLocationsIsMutable(); allowedLocations_.add(value); bitField0_ |= 0x00000001; @@ -1071,8 +981,6 @@ public Builder addAllowedLocations(java.lang.String value) { return this; } /** - * - * *
        * A list of allowed location names represented by internal URLs.
        *
@@ -1091,20 +999,19 @@ public Builder addAllowedLocations(java.lang.String value) {
        * 
* * repeated string allowed_locations = 1; - * * @param values The allowedLocations to add. * @return This builder for chaining. */ - public Builder addAllAllowedLocations(java.lang.Iterable values) { + public Builder addAllAllowedLocations( + java.lang.Iterable values) { ensureAllowedLocationsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, allowedLocations_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, allowedLocations_); bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * A list of allowed location names represented by internal URLs.
        *
@@ -1123,19 +1030,16 @@ public Builder addAllAllowedLocations(java.lang.Iterable value
        * 
* * repeated string allowed_locations = 1; - * * @return This builder for chaining. */ public Builder clearAllowedLocations() { - allowedLocations_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - ; + allowedLocations_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001);; onChanged(); return this; } /** - * - * *
        * A list of allowed location names represented by internal URLs.
        *
@@ -1154,14 +1058,12 @@ public Builder clearAllowedLocations() {
        * 
* * repeated string allowed_locations = 1; - * * @param value The bytes of the allowedLocations to add. * @return This builder for chaining. */ - public Builder addAllowedLocationsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addAllowedLocationsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureAllowedLocationsIsMutable(); allowedLocations_.add(value); @@ -1169,7 +1071,6 @@ public Builder addAllowedLocationsBytes(com.google.protobuf.ByteString value) { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1182,12 +1083,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.AllocationPolicy.LocationPolicy) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.AllocationPolicy.LocationPolicy) private static final com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy(); } @@ -1196,28 +1097,27 @@ public static com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public LocationPolicy parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public LocationPolicy parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1232,16 +1132,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface DiskOrBuilder - extends + public interface DiskOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.AllocationPolicy.Disk) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Name of an image used as the data source.
      * For example, the following are all valid URLs:
@@ -1264,13 +1162,10 @@ public interface DiskOrBuilder
      * 
* * string image = 4; - * * @return Whether the image field is set. */ boolean hasImage(); /** - * - * *
      * Name of an image used as the data source.
      * For example, the following are all valid URLs:
@@ -1293,13 +1188,10 @@ public interface DiskOrBuilder
      * 
* * string image = 4; - * * @return The image. */ java.lang.String getImage(); /** - * - * *
      * Name of an image used as the data source.
      * For example, the following are all valid URLs:
@@ -1322,54 +1214,44 @@ public interface DiskOrBuilder
      * 
* * string image = 4; - * * @return The bytes for image. */ - com.google.protobuf.ByteString getImageBytes(); + com.google.protobuf.ByteString + getImageBytes(); /** - * - * *
      * Name of a snapshot used as the data source.
      * Snapshot is not supported as boot disk now.
      * 
* * string snapshot = 5; - * * @return Whether the snapshot field is set. */ boolean hasSnapshot(); /** - * - * *
      * Name of a snapshot used as the data source.
      * Snapshot is not supported as boot disk now.
      * 
* * string snapshot = 5; - * * @return The snapshot. */ java.lang.String getSnapshot(); /** - * - * *
      * Name of a snapshot used as the data source.
      * Snapshot is not supported as boot disk now.
      * 
* * string snapshot = 5; - * * @return The bytes for snapshot. */ - com.google.protobuf.ByteString getSnapshotBytes(); + com.google.protobuf.ByteString + getSnapshotBytes(); /** - * - * *
      * Disk type as shown in `gcloud compute disk-types list`.
      * For example, local SSD uses type "local-ssd".
@@ -1378,13 +1260,10 @@ public interface DiskOrBuilder
      * 
* * string type = 1; - * * @return The type. */ java.lang.String getType(); /** - * - * *
      * Disk type as shown in `gcloud compute disk-types list`.
      * For example, local SSD uses type "local-ssd".
@@ -1393,14 +1272,12 @@ public interface DiskOrBuilder
      * 
* * string type = 1; - * * @return The bytes for type. */ - com.google.protobuf.ByteString getTypeBytes(); + com.google.protobuf.ByteString + getTypeBytes(); /** - * - * *
      * Disk size in GB.
      *
@@ -1415,14 +1292,11 @@ public interface DiskOrBuilder
      * 
* * int64 size_gb = 2; - * * @return The sizeGb. */ long getSizeGb(); /** - * - * *
      * Local SSDs are available through both "SCSI" and "NVMe" interfaces.
      * If not indicated, "NVMe" will be the default one for local ssds.
@@ -1430,13 +1304,10 @@ public interface DiskOrBuilder
      * 
* * string disk_interface = 6; - * * @return The diskInterface. */ java.lang.String getDiskInterface(); /** - * - * *
      * Local SSDs are available through both "SCSI" and "NVMe" interfaces.
      * If not indicated, "NVMe" will be the default one for local ssds.
@@ -1444,16 +1315,14 @@ public interface DiskOrBuilder
      * 
* * string disk_interface = 6; - * * @return The bytes for diskInterface. */ - com.google.protobuf.ByteString getDiskInterfaceBytes(); + com.google.protobuf.ByteString + getDiskInterfaceBytes(); com.google.cloud.batch.v1.AllocationPolicy.Disk.DataSourceCase getDataSourceCase(); } /** - * - * *
    * A new persistent disk or a local ssd.
    * A VM can only have one local SSD setting but multiple local SSD partitions.
@@ -1463,16 +1332,15 @@ public interface DiskOrBuilder
    *
    * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.Disk}
    */
-  public static final class Disk extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class Disk extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.AllocationPolicy.Disk)
       DiskOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use Disk.newBuilder() to construct.
     private Disk(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private Disk() {
       type_ = "";
       diskInterface_ = "";
@@ -1480,39 +1348,34 @@ private Disk() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new Disk();
     }
 
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_fieldAccessorTable
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.batch.v1.AllocationPolicy.Disk.class,
-              com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder.class);
+              com.google.cloud.batch.v1.AllocationPolicy.Disk.class, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder.class);
     }
 
     private int dataSourceCase_ = 0;
-
     @SuppressWarnings("serial")
     private java.lang.Object dataSource_;
-
     public enum DataSourceCase
-        implements
-            com.google.protobuf.Internal.EnumLite,
+        implements com.google.protobuf.Internal.EnumLite,
             com.google.protobuf.AbstractMessage.InternalOneOfEnum {
       IMAGE(4),
       SNAPSHOT(5),
       DATASOURCE_NOT_SET(0);
       private final int value;
-
       private DataSourceCase(int value) {
         this.value = value;
       }
@@ -1528,30 +1391,25 @@ public static DataSourceCase valueOf(int value) {
 
       public static DataSourceCase forNumber(int value) {
         switch (value) {
-          case 4:
-            return IMAGE;
-          case 5:
-            return SNAPSHOT;
-          case 0:
-            return DATASOURCE_NOT_SET;
-          default:
-            return null;
+          case 4: return IMAGE;
+          case 5: return SNAPSHOT;
+          case 0: return DATASOURCE_NOT_SET;
+          default: return null;
         }
       }
-
       public int getNumber() {
         return this.value;
       }
     };
 
-    public DataSourceCase getDataSourceCase() {
-      return DataSourceCase.forNumber(dataSourceCase_);
+    public DataSourceCase
+    getDataSourceCase() {
+      return DataSourceCase.forNumber(
+          dataSourceCase_);
     }
 
     public static final int IMAGE_FIELD_NUMBER = 4;
     /**
-     *
-     *
      * 
      * Name of an image used as the data source.
      * For example, the following are all valid URLs:
@@ -1574,15 +1432,12 @@ public DataSourceCase getDataSourceCase() {
      * 
* * string image = 4; - * * @return Whether the image field is set. */ public boolean hasImage() { return dataSourceCase_ == 4; } /** - * - * *
      * Name of an image used as the data source.
      * For example, the following are all valid URLs:
@@ -1605,7 +1460,6 @@ public boolean hasImage() {
      * 
* * string image = 4; - * * @return The image. */ public java.lang.String getImage() { @@ -1616,7 +1470,8 @@ public java.lang.String getImage() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (dataSourceCase_ == 4) { dataSource_ = s; @@ -1625,8 +1480,6 @@ public java.lang.String getImage() { } } /** - * - * *
      * Name of an image used as the data source.
      * For example, the following are all valid URLs:
@@ -1649,17 +1502,18 @@ public java.lang.String getImage() {
      * 
* * string image = 4; - * * @return The bytes for image. */ - public com.google.protobuf.ByteString getImageBytes() { + public com.google.protobuf.ByteString + getImageBytes() { java.lang.Object ref = ""; if (dataSourceCase_ == 4) { ref = dataSource_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (dataSourceCase_ == 4) { dataSource_ = b; } @@ -1671,30 +1525,24 @@ public com.google.protobuf.ByteString getImageBytes() { public static final int SNAPSHOT_FIELD_NUMBER = 5; /** - * - * *
      * Name of a snapshot used as the data source.
      * Snapshot is not supported as boot disk now.
      * 
* * string snapshot = 5; - * * @return Whether the snapshot field is set. */ public boolean hasSnapshot() { return dataSourceCase_ == 5; } /** - * - * *
      * Name of a snapshot used as the data source.
      * Snapshot is not supported as boot disk now.
      * 
* * string snapshot = 5; - * * @return The snapshot. */ public java.lang.String getSnapshot() { @@ -1705,7 +1553,8 @@ public java.lang.String getSnapshot() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (dataSourceCase_ == 5) { dataSource_ = s; @@ -1714,25 +1563,24 @@ public java.lang.String getSnapshot() { } } /** - * - * *
      * Name of a snapshot used as the data source.
      * Snapshot is not supported as boot disk now.
      * 
* * string snapshot = 5; - * * @return The bytes for snapshot. */ - public com.google.protobuf.ByteString getSnapshotBytes() { + public com.google.protobuf.ByteString + getSnapshotBytes() { java.lang.Object ref = ""; if (dataSourceCase_ == 5) { ref = dataSource_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (dataSourceCase_ == 5) { dataSource_ = b; } @@ -1743,12 +1591,9 @@ public com.google.protobuf.ByteString getSnapshotBytes() { } public static final int TYPE_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object type_ = ""; /** - * - * *
      * Disk type as shown in `gcloud compute disk-types list`.
      * For example, local SSD uses type "local-ssd".
@@ -1757,7 +1602,6 @@ public com.google.protobuf.ByteString getSnapshotBytes() {
      * 
* * string type = 1; - * * @return The type. */ @java.lang.Override @@ -1766,15 +1610,14 @@ public java.lang.String getType() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; } } /** - * - * *
      * Disk type as shown in `gcloud compute disk-types list`.
      * For example, local SSD uses type "local-ssd".
@@ -1783,15 +1626,16 @@ public java.lang.String getType() {
      * 
* * string type = 1; - * * @return The bytes for type. */ @java.lang.Override - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -1802,8 +1646,6 @@ public com.google.protobuf.ByteString getTypeBytes() { public static final int SIZE_GB_FIELD_NUMBER = 2; private long sizeGb_ = 0L; /** - * - * *
      * Disk size in GB.
      *
@@ -1818,7 +1660,6 @@ public com.google.protobuf.ByteString getTypeBytes() {
      * 
* * int64 size_gb = 2; - * * @return The sizeGb. */ @java.lang.Override @@ -1827,12 +1668,9 @@ public long getSizeGb() { } public static final int DISK_INTERFACE_FIELD_NUMBER = 6; - @SuppressWarnings("serial") private volatile java.lang.Object diskInterface_ = ""; /** - * - * *
      * Local SSDs are available through both "SCSI" and "NVMe" interfaces.
      * If not indicated, "NVMe" will be the default one for local ssds.
@@ -1840,7 +1678,6 @@ public long getSizeGb() {
      * 
* * string disk_interface = 6; - * * @return The diskInterface. */ @java.lang.Override @@ -1849,15 +1686,14 @@ public java.lang.String getDiskInterface() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); diskInterface_ = s; return s; } } /** - * - * *
      * Local SSDs are available through both "SCSI" and "NVMe" interfaces.
      * If not indicated, "NVMe" will be the default one for local ssds.
@@ -1865,15 +1701,16 @@ public java.lang.String getDiskInterface() {
      * 
* * string disk_interface = 6; - * * @return The bytes for diskInterface. */ @java.lang.Override - public com.google.protobuf.ByteString getDiskInterfaceBytes() { + public com.google.protobuf.ByteString + getDiskInterfaceBytes() { java.lang.Object ref = diskInterface_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); diskInterface_ = b; return b; } else { @@ -1882,7 +1719,6 @@ public com.google.protobuf.ByteString getDiskInterfaceBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1894,7 +1730,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_); } @@ -1923,7 +1760,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, type_); } if (sizeGb_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, sizeGb_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, sizeGb_); } if (dataSourceCase_ == 4) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, dataSource_); @@ -1942,24 +1780,28 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.AllocationPolicy.Disk)) { return super.equals(obj); } - com.google.cloud.batch.v1.AllocationPolicy.Disk other = - (com.google.cloud.batch.v1.AllocationPolicy.Disk) obj; + com.google.cloud.batch.v1.AllocationPolicy.Disk other = (com.google.cloud.batch.v1.AllocationPolicy.Disk) obj; - if (!getType().equals(other.getType())) return false; - if (getSizeGb() != other.getSizeGb()) return false; - if (!getDiskInterface().equals(other.getDiskInterface())) return false; + if (!getType() + .equals(other.getType())) return false; + if (getSizeGb() + != other.getSizeGb()) return false; + if (!getDiskInterface() + .equals(other.getDiskInterface())) return false; if (!getDataSourceCase().equals(other.getDataSourceCase())) return false; switch (dataSourceCase_) { case 4: - if (!getImage().equals(other.getImage())) return false; + if (!getImage() + .equals(other.getImage())) return false; break; case 5: - if (!getSnapshot().equals(other.getSnapshot())) return false; + if (!getSnapshot() + .equals(other.getSnapshot())) return false; break; case 0: default: @@ -1978,7 +1820,8 @@ public int hashCode() { hash = (37 * hash) + TYPE_FIELD_NUMBER; hash = (53 * hash) + getType().hashCode(); hash = (37 * hash) + SIZE_GB_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getSizeGb()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getSizeGb()); hash = (37 * hash) + DISK_INTERFACE_FIELD_NUMBER; hash = (53 * hash) + getDiskInterface().hashCode(); switch (dataSourceCase_) { @@ -1999,93 +1842,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.Disk parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.AllocationPolicy.Disk prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -2095,8 +1934,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A new persistent disk or a local ssd.
      * A VM can only have one local SSD setting but multiple local SSD partitions.
@@ -2106,33 +1943,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.Disk}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.AllocationPolicy.Disk)
         com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_fieldAccessorTable
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.batch.v1.AllocationPolicy.Disk.class,
-                com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder.class);
+                com.google.cloud.batch.v1.AllocationPolicy.Disk.class, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder.class);
       }
 
       // Construct using com.google.cloud.batch.v1.AllocationPolicy.Disk.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -2146,9 +1983,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor;
       }
 
       @java.lang.Override
@@ -2167,11 +2004,8 @@ public com.google.cloud.batch.v1.AllocationPolicy.Disk build() {
 
       @java.lang.Override
       public com.google.cloud.batch.v1.AllocationPolicy.Disk buildPartial() {
-        com.google.cloud.batch.v1.AllocationPolicy.Disk result =
-            new com.google.cloud.batch.v1.AllocationPolicy.Disk(this);
-        if (bitField0_ != 0) {
-          buildPartial0(result);
-        }
+        com.google.cloud.batch.v1.AllocationPolicy.Disk result = new com.google.cloud.batch.v1.AllocationPolicy.Disk(this);
+        if (bitField0_ != 0) { buildPartial0(result); }
         buildPartialOneofs(result);
         onBuilt();
         return result;
@@ -2199,41 +2033,38 @@ private void buildPartialOneofs(com.google.cloud.batch.v1.AllocationPolicy.Disk
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.cloud.batch.v1.AllocationPolicy.Disk) {
-          return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.Disk) other);
+          return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.Disk)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -2241,8 +2072,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.Disk other) {
-        if (other == com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance())
-          return this;
+        if (other == com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance()) return this;
         if (!other.getType().isEmpty()) {
           type_ = other.type_;
           bitField0_ |= 0x00000004;
@@ -2257,24 +2087,21 @@ public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.Disk other)
           onChanged();
         }
         switch (other.getDataSourceCase()) {
-          case IMAGE:
-            {
-              dataSourceCase_ = 4;
-              dataSource_ = other.dataSource_;
-              onChanged();
-              break;
-            }
-          case SNAPSHOT:
-            {
-              dataSourceCase_ = 5;
-              dataSource_ = other.dataSource_;
-              onChanged();
-              break;
-            }
-          case DATASOURCE_NOT_SET:
-            {
-              break;
-            }
+          case IMAGE: {
+            dataSourceCase_ = 4;
+            dataSource_ = other.dataSource_;
+            onChanged();
+            break;
+          }
+          case SNAPSHOT: {
+            dataSourceCase_ = 5;
+            dataSource_ = other.dataSource_;
+            onChanged();
+            break;
+          }
+          case DATASOURCE_NOT_SET: {
+            break;
+          }
         }
         this.mergeUnknownFields(other.getUnknownFields());
         onChanged();
@@ -2302,45 +2129,39 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  type_ = input.readStringRequireUtf8();
-                  bitField0_ |= 0x00000004;
-                  break;
-                } // case 10
-              case 16:
-                {
-                  sizeGb_ = input.readInt64();
-                  bitField0_ |= 0x00000008;
-                  break;
-                } // case 16
-              case 34:
-                {
-                  java.lang.String s = input.readStringRequireUtf8();
-                  dataSourceCase_ = 4;
-                  dataSource_ = s;
-                  break;
-                } // case 34
-              case 42:
-                {
-                  java.lang.String s = input.readStringRequireUtf8();
-                  dataSourceCase_ = 5;
-                  dataSource_ = s;
-                  break;
-                } // case 42
-              case 50:
-                {
-                  diskInterface_ = input.readStringRequireUtf8();
-                  bitField0_ |= 0x00000010;
-                  break;
-                } // case 50
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                type_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 10
+              case 16: {
+                sizeGb_ = input.readInt64();
+                bitField0_ |= 0x00000008;
+                break;
+              } // case 16
+              case 34: {
+                java.lang.String s = input.readStringRequireUtf8();
+                dataSourceCase_ = 4;
+                dataSource_ = s;
+                break;
+              } // case 34
+              case 42: {
+                java.lang.String s = input.readStringRequireUtf8();
+                dataSourceCase_ = 5;
+                dataSource_ = s;
+                break;
+              } // case 42
+              case 50: {
+                diskInterface_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 50
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2350,12 +2171,12 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int dataSourceCase_ = 0;
       private java.lang.Object dataSource_;
-
-      public DataSourceCase getDataSourceCase() {
-        return DataSourceCase.forNumber(dataSourceCase_);
+      public DataSourceCase
+          getDataSourceCase() {
+        return DataSourceCase.forNumber(
+            dataSourceCase_);
       }
 
       public Builder clearDataSource() {
@@ -2368,8 +2189,6 @@ public Builder clearDataSource() {
       private int bitField0_;
 
       /**
-       *
-       *
        * 
        * Name of an image used as the data source.
        * For example, the following are all valid URLs:
@@ -2392,7 +2211,6 @@ public Builder clearDataSource() {
        * 
* * string image = 4; - * * @return Whether the image field is set. */ @java.lang.Override @@ -2400,8 +2218,6 @@ public boolean hasImage() { return dataSourceCase_ == 4; } /** - * - * *
        * Name of an image used as the data source.
        * For example, the following are all valid URLs:
@@ -2424,7 +2240,6 @@ public boolean hasImage() {
        * 
* * string image = 4; - * * @return The image. */ @java.lang.Override @@ -2434,7 +2249,8 @@ public java.lang.String getImage() { ref = dataSource_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (dataSourceCase_ == 4) { dataSource_ = s; @@ -2445,8 +2261,6 @@ public java.lang.String getImage() { } } /** - * - * *
        * Name of an image used as the data source.
        * For example, the following are all valid URLs:
@@ -2469,18 +2283,19 @@ public java.lang.String getImage() {
        * 
* * string image = 4; - * * @return The bytes for image. */ @java.lang.Override - public com.google.protobuf.ByteString getImageBytes() { + public com.google.protobuf.ByteString + getImageBytes() { java.lang.Object ref = ""; if (dataSourceCase_ == 4) { ref = dataSource_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (dataSourceCase_ == 4) { dataSource_ = b; } @@ -2490,8 +2305,6 @@ public com.google.protobuf.ByteString getImageBytes() { } } /** - * - * *
        * Name of an image used as the data source.
        * For example, the following are all valid URLs:
@@ -2514,22 +2327,18 @@ public com.google.protobuf.ByteString getImageBytes() {
        * 
* * string image = 4; - * * @param value The image to set. * @return This builder for chaining. */ - public Builder setImage(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setImage( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } dataSourceCase_ = 4; dataSource_ = value; onChanged(); return this; } /** - * - * *
        * Name of an image used as the data source.
        * For example, the following are all valid URLs:
@@ -2552,7 +2361,6 @@ public Builder setImage(java.lang.String value) {
        * 
* * string image = 4; - * * @return This builder for chaining. */ public Builder clearImage() { @@ -2564,8 +2372,6 @@ public Builder clearImage() { return this; } /** - * - * *
        * Name of an image used as the data source.
        * For example, the following are all valid URLs:
@@ -2588,14 +2394,12 @@ public Builder clearImage() {
        * 
* * string image = 4; - * * @param value The bytes for image to set. * @return This builder for chaining. */ - public Builder setImageBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setImageBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); dataSourceCase_ = 4; dataSource_ = value; @@ -2604,15 +2408,12 @@ public Builder setImageBytes(com.google.protobuf.ByteString value) { } /** - * - * *
        * Name of a snapshot used as the data source.
        * Snapshot is not supported as boot disk now.
        * 
* * string snapshot = 5; - * * @return Whether the snapshot field is set. */ @java.lang.Override @@ -2620,15 +2421,12 @@ public boolean hasSnapshot() { return dataSourceCase_ == 5; } /** - * - * *
        * Name of a snapshot used as the data source.
        * Snapshot is not supported as boot disk now.
        * 
* * string snapshot = 5; - * * @return The snapshot. */ @java.lang.Override @@ -2638,7 +2436,8 @@ public java.lang.String getSnapshot() { ref = dataSource_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (dataSourceCase_ == 5) { dataSource_ = s; @@ -2649,26 +2448,25 @@ public java.lang.String getSnapshot() { } } /** - * - * *
        * Name of a snapshot used as the data source.
        * Snapshot is not supported as boot disk now.
        * 
* * string snapshot = 5; - * * @return The bytes for snapshot. */ @java.lang.Override - public com.google.protobuf.ByteString getSnapshotBytes() { + public com.google.protobuf.ByteString + getSnapshotBytes() { java.lang.Object ref = ""; if (dataSourceCase_ == 5) { ref = dataSource_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (dataSourceCase_ == 5) { dataSource_ = b; } @@ -2678,37 +2476,30 @@ public com.google.protobuf.ByteString getSnapshotBytes() { } } /** - * - * *
        * Name of a snapshot used as the data source.
        * Snapshot is not supported as boot disk now.
        * 
* * string snapshot = 5; - * * @param value The snapshot to set. * @return This builder for chaining. */ - public Builder setSnapshot(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setSnapshot( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } dataSourceCase_ = 5; dataSource_ = value; onChanged(); return this; } /** - * - * *
        * Name of a snapshot used as the data source.
        * Snapshot is not supported as boot disk now.
        * 
* * string snapshot = 5; - * * @return This builder for chaining. */ public Builder clearSnapshot() { @@ -2720,22 +2511,18 @@ public Builder clearSnapshot() { return this; } /** - * - * *
        * Name of a snapshot used as the data source.
        * Snapshot is not supported as boot disk now.
        * 
* * string snapshot = 5; - * * @param value The bytes for snapshot to set. * @return This builder for chaining. */ - public Builder setSnapshotBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setSnapshotBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); dataSourceCase_ = 5; dataSource_ = value; @@ -2745,8 +2532,6 @@ public Builder setSnapshotBytes(com.google.protobuf.ByteString value) { private java.lang.Object type_ = ""; /** - * - * *
        * Disk type as shown in `gcloud compute disk-types list`.
        * For example, local SSD uses type "local-ssd".
@@ -2755,13 +2540,13 @@ public Builder setSnapshotBytes(com.google.protobuf.ByteString value) {
        * 
* * string type = 1; - * * @return The type. */ public java.lang.String getType() { java.lang.Object ref = type_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; @@ -2770,8 +2555,6 @@ public java.lang.String getType() { } } /** - * - * *
        * Disk type as shown in `gcloud compute disk-types list`.
        * For example, local SSD uses type "local-ssd".
@@ -2780,14 +2563,15 @@ public java.lang.String getType() {
        * 
* * string type = 1; - * * @return The bytes for type. */ - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -2795,8 +2579,6 @@ public com.google.protobuf.ByteString getTypeBytes() { } } /** - * - * *
        * Disk type as shown in `gcloud compute disk-types list`.
        * For example, local SSD uses type "local-ssd".
@@ -2805,22 +2587,18 @@ public com.google.protobuf.ByteString getTypeBytes() {
        * 
* * string type = 1; - * * @param value The type to set. * @return This builder for chaining. */ - public Builder setType(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setType( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } type_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
        * Disk type as shown in `gcloud compute disk-types list`.
        * For example, local SSD uses type "local-ssd".
@@ -2829,7 +2607,6 @@ public Builder setType(java.lang.String value) {
        * 
* * string type = 1; - * * @return This builder for chaining. */ public Builder clearType() { @@ -2839,8 +2616,6 @@ public Builder clearType() { return this; } /** - * - * *
        * Disk type as shown in `gcloud compute disk-types list`.
        * For example, local SSD uses type "local-ssd".
@@ -2849,14 +2624,12 @@ public Builder clearType() {
        * 
* * string type = 1; - * * @param value The bytes for type to set. * @return This builder for chaining. */ - public Builder setTypeBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setTypeBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); type_ = value; bitField0_ |= 0x00000004; @@ -2864,10 +2637,8 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) { return this; } - private long sizeGb_; + private long sizeGb_ ; /** - * - * *
        * Disk size in GB.
        *
@@ -2882,7 +2653,6 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) {
        * 
* * int64 size_gb = 2; - * * @return The sizeGb. */ @java.lang.Override @@ -2890,8 +2660,6 @@ public long getSizeGb() { return sizeGb_; } /** - * - * *
        * Disk size in GB.
        *
@@ -2906,7 +2674,6 @@ public long getSizeGb() {
        * 
* * int64 size_gb = 2; - * * @param value The sizeGb to set. * @return This builder for chaining. */ @@ -2918,8 +2685,6 @@ public Builder setSizeGb(long value) { return this; } /** - * - * *
        * Disk size in GB.
        *
@@ -2934,7 +2699,6 @@ public Builder setSizeGb(long value) {
        * 
* * int64 size_gb = 2; - * * @return This builder for chaining. */ public Builder clearSizeGb() { @@ -2946,8 +2710,6 @@ public Builder clearSizeGb() { private java.lang.Object diskInterface_ = ""; /** - * - * *
        * Local SSDs are available through both "SCSI" and "NVMe" interfaces.
        * If not indicated, "NVMe" will be the default one for local ssds.
@@ -2955,13 +2717,13 @@ public Builder clearSizeGb() {
        * 
* * string disk_interface = 6; - * * @return The diskInterface. */ public java.lang.String getDiskInterface() { java.lang.Object ref = diskInterface_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); diskInterface_ = s; return s; @@ -2970,8 +2732,6 @@ public java.lang.String getDiskInterface() { } } /** - * - * *
        * Local SSDs are available through both "SCSI" and "NVMe" interfaces.
        * If not indicated, "NVMe" will be the default one for local ssds.
@@ -2979,14 +2739,15 @@ public java.lang.String getDiskInterface() {
        * 
* * string disk_interface = 6; - * * @return The bytes for diskInterface. */ - public com.google.protobuf.ByteString getDiskInterfaceBytes() { + public com.google.protobuf.ByteString + getDiskInterfaceBytes() { java.lang.Object ref = diskInterface_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); diskInterface_ = b; return b; } else { @@ -2994,8 +2755,6 @@ public com.google.protobuf.ByteString getDiskInterfaceBytes() { } } /** - * - * *
        * Local SSDs are available through both "SCSI" and "NVMe" interfaces.
        * If not indicated, "NVMe" will be the default one for local ssds.
@@ -3003,22 +2762,18 @@ public com.google.protobuf.ByteString getDiskInterfaceBytes() {
        * 
* * string disk_interface = 6; - * * @param value The diskInterface to set. * @return This builder for chaining. */ - public Builder setDiskInterface(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDiskInterface( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } diskInterface_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** - * - * *
        * Local SSDs are available through both "SCSI" and "NVMe" interfaces.
        * If not indicated, "NVMe" will be the default one for local ssds.
@@ -3026,7 +2781,6 @@ public Builder setDiskInterface(java.lang.String value) {
        * 
* * string disk_interface = 6; - * * @return This builder for chaining. */ public Builder clearDiskInterface() { @@ -3036,8 +2790,6 @@ public Builder clearDiskInterface() { return this; } /** - * - * *
        * Local SSDs are available through both "SCSI" and "NVMe" interfaces.
        * If not indicated, "NVMe" will be the default one for local ssds.
@@ -3045,21 +2797,18 @@ public Builder clearDiskInterface() {
        * 
* * string disk_interface = 6; - * * @param value The bytes for diskInterface to set. * @return This builder for chaining. */ - public Builder setDiskInterfaceBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDiskInterfaceBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); diskInterface_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -3072,12 +2821,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.AllocationPolicy.Disk) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.AllocationPolicy.Disk) private static final com.google.cloud.batch.v1.AllocationPolicy.Disk DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.AllocationPolicy.Disk(); } @@ -3086,28 +2835,27 @@ public static com.google.cloud.batch.v1.AllocationPolicy.Disk getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Disk parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Disk parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -3122,68 +2870,58 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.AllocationPolicy.Disk getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface AttachedDiskOrBuilder - extends + public interface AttachedDiskOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.AllocationPolicy.AttachedDisk) com.google.protobuf.MessageOrBuilder { /** * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; - * * @return Whether the newDisk field is set. */ boolean hasNewDisk(); /** * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; - * * @return The newDisk. */ com.google.cloud.batch.v1.AllocationPolicy.Disk getNewDisk(); - /** .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; */ + /** + * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; + */ com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getNewDiskOrBuilder(); /** - * - * *
      * Name of an existing PD.
      * 
* * string existing_disk = 2; - * * @return Whether the existingDisk field is set. */ boolean hasExistingDisk(); /** - * - * *
      * Name of an existing PD.
      * 
* * string existing_disk = 2; - * * @return The existingDisk. */ java.lang.String getExistingDisk(); /** - * - * *
      * Name of an existing PD.
      * 
* * string existing_disk = 2; - * * @return The bytes for existingDisk. */ - com.google.protobuf.ByteString getExistingDiskBytes(); + com.google.protobuf.ByteString + getExistingDiskBytes(); /** - * - * *
      * Device name that the guest operating system will see.
      * It is used by Runnable.volumes field to mount disks. So please specify
@@ -3192,13 +2930,10 @@ public interface AttachedDiskOrBuilder
      * 
* * string device_name = 3; - * * @return The deviceName. */ java.lang.String getDeviceName(); /** - * - * *
      * Device name that the guest operating system will see.
      * It is used by Runnable.volumes field to mount disks. So please specify
@@ -3207,16 +2942,14 @@ public interface AttachedDiskOrBuilder
      * 
* * string device_name = 3; - * * @return The bytes for deviceName. */ - com.google.protobuf.ByteString getDeviceNameBytes(); + com.google.protobuf.ByteString + getDeviceNameBytes(); com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.AttachedCase getAttachedCase(); } /** - * - * *
    * A new or an existing persistent disk (PD) or a local ssd attached to a VM
    * instance.
@@ -3224,55 +2957,49 @@ public interface AttachedDiskOrBuilder
    *
    * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.AttachedDisk}
    */
-  public static final class AttachedDisk extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class AttachedDisk extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.AllocationPolicy.AttachedDisk)
       AttachedDiskOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use AttachedDisk.newBuilder() to construct.
     private AttachedDisk(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private AttachedDisk() {
       deviceName_ = "";
     }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new AttachedDisk();
     }
 
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_fieldAccessorTable
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.class,
-              com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder.class);
+              com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.class, com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder.class);
     }
 
     private int attachedCase_ = 0;
-
     @SuppressWarnings("serial")
     private java.lang.Object attached_;
-
     public enum AttachedCase
-        implements
-            com.google.protobuf.Internal.EnumLite,
+        implements com.google.protobuf.Internal.EnumLite,
             com.google.protobuf.AbstractMessage.InternalOneOfEnum {
       NEW_DISK(1),
       EXISTING_DISK(2),
       ATTACHED_NOT_SET(0);
       private final int value;
-
       private AttachedCase(int value) {
         this.value = value;
       }
@@ -3288,30 +3015,26 @@ public static AttachedCase valueOf(int value) {
 
       public static AttachedCase forNumber(int value) {
         switch (value) {
-          case 1:
-            return NEW_DISK;
-          case 2:
-            return EXISTING_DISK;
-          case 0:
-            return ATTACHED_NOT_SET;
-          default:
-            return null;
+          case 1: return NEW_DISK;
+          case 2: return EXISTING_DISK;
+          case 0: return ATTACHED_NOT_SET;
+          default: return null;
         }
       }
-
       public int getNumber() {
         return this.value;
       }
     };
 
-    public AttachedCase getAttachedCase() {
-      return AttachedCase.forNumber(attachedCase_);
+    public AttachedCase
+    getAttachedCase() {
+      return AttachedCase.forNumber(
+          attachedCase_);
     }
 
     public static final int NEW_DISK_FIELD_NUMBER = 1;
     /**
      * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
-     *
      * @return Whether the newDisk field is set.
      */
     @java.lang.Override
@@ -3320,49 +3043,44 @@ public boolean hasNewDisk() {
     }
     /**
      * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
-     *
      * @return The newDisk.
      */
     @java.lang.Override
     public com.google.cloud.batch.v1.AllocationPolicy.Disk getNewDisk() {
       if (attachedCase_ == 1) {
-        return (com.google.cloud.batch.v1.AllocationPolicy.Disk) attached_;
+         return (com.google.cloud.batch.v1.AllocationPolicy.Disk) attached_;
       }
       return com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance();
     }
-    /** .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; */
+    /**
+     * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
+     */
     @java.lang.Override
     public com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getNewDiskOrBuilder() {
       if (attachedCase_ == 1) {
-        return (com.google.cloud.batch.v1.AllocationPolicy.Disk) attached_;
+         return (com.google.cloud.batch.v1.AllocationPolicy.Disk) attached_;
       }
       return com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance();
     }
 
     public static final int EXISTING_DISK_FIELD_NUMBER = 2;
     /**
-     *
-     *
      * 
      * Name of an existing PD.
      * 
* * string existing_disk = 2; - * * @return Whether the existingDisk field is set. */ public boolean hasExistingDisk() { return attachedCase_ == 2; } /** - * - * *
      * Name of an existing PD.
      * 
* * string existing_disk = 2; - * * @return The existingDisk. */ public java.lang.String getExistingDisk() { @@ -3373,7 +3091,8 @@ public java.lang.String getExistingDisk() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (attachedCase_ == 2) { attached_ = s; @@ -3382,24 +3101,23 @@ public java.lang.String getExistingDisk() { } } /** - * - * *
      * Name of an existing PD.
      * 
* * string existing_disk = 2; - * * @return The bytes for existingDisk. */ - public com.google.protobuf.ByteString getExistingDiskBytes() { + public com.google.protobuf.ByteString + getExistingDiskBytes() { java.lang.Object ref = ""; if (attachedCase_ == 2) { ref = attached_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (attachedCase_ == 2) { attached_ = b; } @@ -3410,12 +3128,9 @@ public com.google.protobuf.ByteString getExistingDiskBytes() { } public static final int DEVICE_NAME_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object deviceName_ = ""; /** - * - * *
      * Device name that the guest operating system will see.
      * It is used by Runnable.volumes field to mount disks. So please specify
@@ -3424,7 +3139,6 @@ public com.google.protobuf.ByteString getExistingDiskBytes() {
      * 
* * string device_name = 3; - * * @return The deviceName. */ @java.lang.Override @@ -3433,15 +3147,14 @@ public java.lang.String getDeviceName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); deviceName_ = s; return s; } } /** - * - * *
      * Device name that the guest operating system will see.
      * It is used by Runnable.volumes field to mount disks. So please specify
@@ -3450,15 +3163,16 @@ public java.lang.String getDeviceName() {
      * 
* * string device_name = 3; - * * @return The bytes for deviceName. */ @java.lang.Override - public com.google.protobuf.ByteString getDeviceNameBytes() { + public com.google.protobuf.ByteString + getDeviceNameBytes() { java.lang.Object ref = deviceName_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); deviceName_ = b; return b; } else { @@ -3467,7 +3181,6 @@ public com.google.protobuf.ByteString getDeviceNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3479,7 +3192,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (attachedCase_ == 1) { output.writeMessage(1, (com.google.cloud.batch.v1.AllocationPolicy.Disk) attached_); } @@ -3499,9 +3213,8 @@ public int getSerializedSize() { size = 0; if (attachedCase_ == 1) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 1, (com.google.cloud.batch.v1.AllocationPolicy.Disk) attached_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, (com.google.cloud.batch.v1.AllocationPolicy.Disk) attached_); } if (attachedCase_ == 2) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, attached_); @@ -3517,22 +3230,24 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk)) { return super.equals(obj); } - com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk other = - (com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk) obj; + com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk other = (com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk) obj; - if (!getDeviceName().equals(other.getDeviceName())) return false; + if (!getDeviceName() + .equals(other.getDeviceName())) return false; if (!getAttachedCase().equals(other.getAttachedCase())) return false; switch (attachedCase_) { case 1: - if (!getNewDisk().equals(other.getNewDisk())) return false; + if (!getNewDisk() + .equals(other.getNewDisk())) return false; break; case 2: - if (!getExistingDisk().equals(other.getExistingDisk())) return false; + if (!getExistingDisk() + .equals(other.getExistingDisk())) return false; break; case 0: default: @@ -3568,94 +3283,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk prototype) { + public static Builder newBuilder(com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -3665,8 +3375,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A new or an existing persistent disk (PD) or a local ssd attached to a VM
      * instance.
@@ -3674,34 +3382,34 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.AttachedDisk}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.AllocationPolicy.AttachedDisk)
         com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_fieldAccessorTable
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.class,
-                com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder.class);
+                com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.class, com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder.class);
       }
 
       // Construct using com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
-      @java.lang.Override
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
+      @java.lang.Override
       public Builder clear() {
         super.clear();
         bitField0_ = 0;
@@ -3715,9 +3423,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor;
       }
 
       @java.lang.Override
@@ -3736,11 +3444,8 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk build() {
 
       @java.lang.Override
       public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk buildPartial() {
-        com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk result =
-            new com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk(this);
-        if (bitField0_ != 0) {
-          buildPartial0(result);
-        }
+        com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk result = new com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk(this);
+        if (bitField0_ != 0) { buildPartial0(result); }
         buildPartialOneofs(result);
         onBuilt();
         return result;
@@ -3753,11 +3458,11 @@ private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy.AttachedDi
         }
       }
 
-      private void buildPartialOneofs(
-          com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk result) {
+      private void buildPartialOneofs(com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk result) {
         result.attachedCase_ = attachedCase_;
         result.attached_ = this.attached_;
-        if (attachedCase_ == 1 && newDiskBuilder_ != null) {
+        if (attachedCase_ == 1 &&
+            newDiskBuilder_ != null) {
           result.attached_ = newDiskBuilder_.build();
         }
       }
@@ -3766,41 +3471,38 @@ private void buildPartialOneofs(
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk) {
-          return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk) other);
+          return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -3808,30 +3510,26 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk other) {
-        if (other == com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.getDefaultInstance())
-          return this;
+        if (other == com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.getDefaultInstance()) return this;
         if (!other.getDeviceName().isEmpty()) {
           deviceName_ = other.deviceName_;
           bitField0_ |= 0x00000004;
           onChanged();
         }
         switch (other.getAttachedCase()) {
-          case NEW_DISK:
-            {
-              mergeNewDisk(other.getNewDisk());
-              break;
-            }
-          case EXISTING_DISK:
-            {
-              attachedCase_ = 2;
-              attached_ = other.attached_;
-              onChanged();
-              break;
-            }
-          case ATTACHED_NOT_SET:
-            {
-              break;
-            }
+          case NEW_DISK: {
+            mergeNewDisk(other.getNewDisk());
+            break;
+          }
+          case EXISTING_DISK: {
+            attachedCase_ = 2;
+            attached_ = other.attached_;
+            onChanged();
+            break;
+          }
+          case ATTACHED_NOT_SET: {
+            break;
+          }
         }
         this.mergeUnknownFields(other.getUnknownFields());
         onChanged();
@@ -3859,32 +3557,30 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  input.readMessage(getNewDiskFieldBuilder().getBuilder(), extensionRegistry);
-                  attachedCase_ = 1;
-                  break;
-                } // case 10
-              case 18:
-                {
-                  java.lang.String s = input.readStringRequireUtf8();
-                  attachedCase_ = 2;
-                  attached_ = s;
-                  break;
-                } // case 18
-              case 26:
-                {
-                  deviceName_ = input.readStringRequireUtf8();
-                  bitField0_ |= 0x00000004;
-                  break;
-                } // case 26
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                input.readMessage(
+                    getNewDiskFieldBuilder().getBuilder(),
+                    extensionRegistry);
+                attachedCase_ = 1;
+                break;
+              } // case 10
+              case 18: {
+                java.lang.String s = input.readStringRequireUtf8();
+                attachedCase_ = 2;
+                attached_ = s;
+                break;
+              } // case 18
+              case 26: {
+                deviceName_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 26
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -3894,12 +3590,12 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int attachedCase_ = 0;
       private java.lang.Object attached_;
-
-      public AttachedCase getAttachedCase() {
-        return AttachedCase.forNumber(attachedCase_);
+      public AttachedCase
+          getAttachedCase() {
+        return AttachedCase.forNumber(
+            attachedCase_);
       }
 
       public Builder clearAttached() {
@@ -3912,13 +3608,9 @@ public Builder clearAttached() {
       private int bitField0_;
 
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.cloud.batch.v1.AllocationPolicy.Disk,
-              com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder,
-              com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder>
-          newDiskBuilder_;
+          com.google.cloud.batch.v1.AllocationPolicy.Disk, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder> newDiskBuilder_;
       /**
        * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
-       *
        * @return Whether the newDisk field is set.
        */
       @java.lang.Override
@@ -3927,7 +3619,6 @@ public boolean hasNewDisk() {
       }
       /**
        * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
-       *
        * @return The newDisk.
        */
       @java.lang.Override
@@ -3944,7 +3635,9 @@ public com.google.cloud.batch.v1.AllocationPolicy.Disk getNewDisk() {
           return com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance();
         }
       }
-      /** .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; */
+      /**
+       * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
+       */
       public Builder setNewDisk(com.google.cloud.batch.v1.AllocationPolicy.Disk value) {
         if (newDiskBuilder_ == null) {
           if (value == null) {
@@ -3958,7 +3651,9 @@ public Builder setNewDisk(com.google.cloud.batch.v1.AllocationPolicy.Disk value)
         attachedCase_ = 1;
         return this;
       }
-      /** .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; */
+      /**
+       * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
+       */
       public Builder setNewDisk(
           com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder builderForValue) {
         if (newDiskBuilder_ == null) {
@@ -3970,17 +3665,15 @@ public Builder setNewDisk(
         attachedCase_ = 1;
         return this;
       }
-      /** .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; */
+      /**
+       * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
+       */
       public Builder mergeNewDisk(com.google.cloud.batch.v1.AllocationPolicy.Disk value) {
         if (newDiskBuilder_ == null) {
-          if (attachedCase_ == 1
-              && attached_
-                  != com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance()) {
-            attached_ =
-                com.google.cloud.batch.v1.AllocationPolicy.Disk.newBuilder(
-                        (com.google.cloud.batch.v1.AllocationPolicy.Disk) attached_)
-                    .mergeFrom(value)
-                    .buildPartial();
+          if (attachedCase_ == 1 &&
+              attached_ != com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance()) {
+            attached_ = com.google.cloud.batch.v1.AllocationPolicy.Disk.newBuilder((com.google.cloud.batch.v1.AllocationPolicy.Disk) attached_)
+                .mergeFrom(value).buildPartial();
           } else {
             attached_ = value;
           }
@@ -3995,7 +3688,9 @@ public Builder mergeNewDisk(com.google.cloud.batch.v1.AllocationPolicy.Disk valu
         attachedCase_ = 1;
         return this;
       }
-      /** .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; */
+      /**
+       * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
+       */
       public Builder clearNewDisk() {
         if (newDiskBuilder_ == null) {
           if (attachedCase_ == 1) {
@@ -4012,11 +3707,15 @@ public Builder clearNewDisk() {
         }
         return this;
       }
-      /** .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; */
+      /**
+       * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
+       */
       public com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder getNewDiskBuilder() {
         return getNewDiskFieldBuilder().getBuilder();
       }
-      /** .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; */
+      /**
+       * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
+       */
       @java.lang.Override
       public com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getNewDiskOrBuilder() {
         if ((attachedCase_ == 1) && (newDiskBuilder_ != null)) {
@@ -4028,21 +3727,18 @@ public com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getNewDiskOrBuil
           return com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance();
         }
       }
-      /** .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1; */
+      /**
+       * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
+       */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.cloud.batch.v1.AllocationPolicy.Disk,
-              com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder,
-              com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder>
+          com.google.cloud.batch.v1.AllocationPolicy.Disk, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder> 
           getNewDiskFieldBuilder() {
         if (newDiskBuilder_ == null) {
           if (!(attachedCase_ == 1)) {
             attached_ = com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance();
           }
-          newDiskBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.cloud.batch.v1.AllocationPolicy.Disk,
-                  com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder,
-                  com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder>(
+          newDiskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.cloud.batch.v1.AllocationPolicy.Disk, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder>(
                   (com.google.cloud.batch.v1.AllocationPolicy.Disk) attached_,
                   getParentForChildren(),
                   isClean());
@@ -4054,14 +3750,11 @@ public com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getNewDiskOrBuil
       }
 
       /**
-       *
-       *
        * 
        * Name of an existing PD.
        * 
* * string existing_disk = 2; - * * @return Whether the existingDisk field is set. */ @java.lang.Override @@ -4069,14 +3762,11 @@ public boolean hasExistingDisk() { return attachedCase_ == 2; } /** - * - * *
        * Name of an existing PD.
        * 
* * string existing_disk = 2; - * * @return The existingDisk. */ @java.lang.Override @@ -4086,7 +3776,8 @@ public java.lang.String getExistingDisk() { ref = attached_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (attachedCase_ == 2) { attached_ = s; @@ -4097,25 +3788,24 @@ public java.lang.String getExistingDisk() { } } /** - * - * *
        * Name of an existing PD.
        * 
* * string existing_disk = 2; - * * @return The bytes for existingDisk. */ @java.lang.Override - public com.google.protobuf.ByteString getExistingDiskBytes() { + public com.google.protobuf.ByteString + getExistingDiskBytes() { java.lang.Object ref = ""; if (attachedCase_ == 2) { ref = attached_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (attachedCase_ == 2) { attached_ = b; } @@ -4125,35 +3815,28 @@ public com.google.protobuf.ByteString getExistingDiskBytes() { } } /** - * - * *
        * Name of an existing PD.
        * 
* * string existing_disk = 2; - * * @param value The existingDisk to set. * @return This builder for chaining. */ - public Builder setExistingDisk(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setExistingDisk( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } attachedCase_ = 2; attached_ = value; onChanged(); return this; } /** - * - * *
        * Name of an existing PD.
        * 
* * string existing_disk = 2; - * * @return This builder for chaining. */ public Builder clearExistingDisk() { @@ -4165,21 +3848,17 @@ public Builder clearExistingDisk() { return this; } /** - * - * *
        * Name of an existing PD.
        * 
* * string existing_disk = 2; - * * @param value The bytes for existingDisk to set. * @return This builder for chaining. */ - public Builder setExistingDiskBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setExistingDiskBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); attachedCase_ = 2; attached_ = value; @@ -4189,8 +3868,6 @@ public Builder setExistingDiskBytes(com.google.protobuf.ByteString value) { private java.lang.Object deviceName_ = ""; /** - * - * *
        * Device name that the guest operating system will see.
        * It is used by Runnable.volumes field to mount disks. So please specify
@@ -4199,13 +3876,13 @@ public Builder setExistingDiskBytes(com.google.protobuf.ByteString value) {
        * 
* * string device_name = 3; - * * @return The deviceName. */ public java.lang.String getDeviceName() { java.lang.Object ref = deviceName_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); deviceName_ = s; return s; @@ -4214,8 +3891,6 @@ public java.lang.String getDeviceName() { } } /** - * - * *
        * Device name that the guest operating system will see.
        * It is used by Runnable.volumes field to mount disks. So please specify
@@ -4224,14 +3899,15 @@ public java.lang.String getDeviceName() {
        * 
* * string device_name = 3; - * * @return The bytes for deviceName. */ - public com.google.protobuf.ByteString getDeviceNameBytes() { + public com.google.protobuf.ByteString + getDeviceNameBytes() { java.lang.Object ref = deviceName_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); deviceName_ = b; return b; } else { @@ -4239,8 +3915,6 @@ public com.google.protobuf.ByteString getDeviceNameBytes() { } } /** - * - * *
        * Device name that the guest operating system will see.
        * It is used by Runnable.volumes field to mount disks. So please specify
@@ -4249,22 +3923,18 @@ public com.google.protobuf.ByteString getDeviceNameBytes() {
        * 
* * string device_name = 3; - * * @param value The deviceName to set. * @return This builder for chaining. */ - public Builder setDeviceName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDeviceName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } deviceName_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
        * Device name that the guest operating system will see.
        * It is used by Runnable.volumes field to mount disks. So please specify
@@ -4273,7 +3943,6 @@ public Builder setDeviceName(java.lang.String value) {
        * 
* * string device_name = 3; - * * @return This builder for chaining. */ public Builder clearDeviceName() { @@ -4283,8 +3952,6 @@ public Builder clearDeviceName() { return this; } /** - * - * *
        * Device name that the guest operating system will see.
        * It is used by Runnable.volumes field to mount disks. So please specify
@@ -4293,21 +3960,18 @@ public Builder clearDeviceName() {
        * 
* * string device_name = 3; - * * @param value The bytes for deviceName to set. * @return This builder for chaining. */ - public Builder setDeviceNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDeviceNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); deviceName_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -4320,12 +3984,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.AllocationPolicy.AttachedDisk) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.AllocationPolicy.AttachedDisk) private static final com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk(); } @@ -4334,28 +3998,27 @@ public static com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk getDefault return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AttachedDisk parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AttachedDisk parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4370,72 +4033,58 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface AcceleratorOrBuilder - extends + public interface AcceleratorOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.AllocationPolicy.Accelerator) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The accelerator type. For example, "nvidia-tesla-t4".
      * See `gcloud compute accelerator-types list`.
      * 
* * string type = 1; - * * @return The type. */ java.lang.String getType(); /** - * - * *
      * The accelerator type. For example, "nvidia-tesla-t4".
      * See `gcloud compute accelerator-types list`.
      * 
* * string type = 1; - * * @return The bytes for type. */ - com.google.protobuf.ByteString getTypeBytes(); + com.google.protobuf.ByteString + getTypeBytes(); /** - * - * *
      * The number of accelerators of this type.
      * 
* * int64 count = 2; - * * @return The count. */ long getCount(); /** - * - * *
      * Deprecated: please use instances[0].install_gpu_drivers instead.
      * 
* * bool install_gpu_drivers = 3 [deprecated = true]; - * - * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is - * deprecated. See google/cloud/batch/v1/job.proto;l=327 + * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. + * See google/cloud/batch/v1/job.proto;l=331 * @return The installGpuDrivers. */ - @java.lang.Deprecated - boolean getInstallGpuDrivers(); + @java.lang.Deprecated boolean getInstallGpuDrivers(); /** - * - * *
      * Optional. The NVIDIA GPU driver version that should be installed for this
      * type.
@@ -4447,13 +4096,10 @@ public interface AcceleratorOrBuilder
      * 
* * string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The driverVersion. */ java.lang.String getDriverVersion(); /** - * - * *
      * Optional. The NVIDIA GPU driver version that should be installed for this
      * type.
@@ -4465,30 +4111,27 @@ public interface AcceleratorOrBuilder
      * 
* * string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for driverVersion. */ - com.google.protobuf.ByteString getDriverVersionBytes(); + com.google.protobuf.ByteString + getDriverVersionBytes(); } /** - * - * *
    * Accelerator describes Compute Engine accelerators to be attached to the VM.
    * 
* * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.Accelerator} */ - public static final class Accelerator extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Accelerator extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.AllocationPolicy.Accelerator) AcceleratorOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Accelerator.newBuilder() to construct. private Accelerator(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Accelerator() { type_ = ""; driverVersion_ = ""; @@ -4496,39 +4139,34 @@ private Accelerator() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Accelerator(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.AllocationPolicy.Accelerator.class, - com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder.class); + com.google.cloud.batch.v1.AllocationPolicy.Accelerator.class, com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder.class); } public static final int TYPE_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object type_ = ""; /** - * - * *
      * The accelerator type. For example, "nvidia-tesla-t4".
      * See `gcloud compute accelerator-types list`.
      * 
* * string type = 1; - * * @return The type. */ @java.lang.Override @@ -4537,30 +4175,30 @@ public java.lang.String getType() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; } } /** - * - * *
      * The accelerator type. For example, "nvidia-tesla-t4".
      * See `gcloud compute accelerator-types list`.
      * 
* * string type = 1; - * * @return The bytes for type. */ @java.lang.Override - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -4571,14 +4209,11 @@ public com.google.protobuf.ByteString getTypeBytes() { public static final int COUNT_FIELD_NUMBER = 2; private long count_ = 0L; /** - * - * *
      * The number of accelerators of this type.
      * 
* * int64 count = 2; - * * @return The count. */ @java.lang.Override @@ -4589,31 +4224,24 @@ public long getCount() { public static final int INSTALL_GPU_DRIVERS_FIELD_NUMBER = 3; private boolean installGpuDrivers_ = false; /** - * - * *
      * Deprecated: please use instances[0].install_gpu_drivers instead.
      * 
* * bool install_gpu_drivers = 3 [deprecated = true]; - * - * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is - * deprecated. See google/cloud/batch/v1/job.proto;l=327 + * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. + * See google/cloud/batch/v1/job.proto;l=331 * @return The installGpuDrivers. */ @java.lang.Override - @java.lang.Deprecated - public boolean getInstallGpuDrivers() { + @java.lang.Deprecated public boolean getInstallGpuDrivers() { return installGpuDrivers_; } public static final int DRIVER_VERSION_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object driverVersion_ = ""; /** - * - * *
      * Optional. The NVIDIA GPU driver version that should be installed for this
      * type.
@@ -4625,7 +4253,6 @@ public boolean getInstallGpuDrivers() {
      * 
* * string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The driverVersion. */ @java.lang.Override @@ -4634,15 +4261,14 @@ public java.lang.String getDriverVersion() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); driverVersion_ = s; return s; } } /** - * - * *
      * Optional. The NVIDIA GPU driver version that should be installed for this
      * type.
@@ -4654,15 +4280,16 @@ public java.lang.String getDriverVersion() {
      * 
* * string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for driverVersion. */ @java.lang.Override - public com.google.protobuf.ByteString getDriverVersionBytes() { + public com.google.protobuf.ByteString + getDriverVersionBytes() { java.lang.Object ref = driverVersion_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); driverVersion_ = b; return b; } else { @@ -4671,7 +4298,6 @@ public com.google.protobuf.ByteString getDriverVersionBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -4683,7 +4309,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_); } @@ -4709,10 +4336,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, type_); } if (count_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, count_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, count_); } if (installGpuDrivers_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, installGpuDrivers_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(3, installGpuDrivers_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(driverVersion_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, driverVersion_); @@ -4725,18 +4354,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.AllocationPolicy.Accelerator)) { return super.equals(obj); } - com.google.cloud.batch.v1.AllocationPolicy.Accelerator other = - (com.google.cloud.batch.v1.AllocationPolicy.Accelerator) obj; + com.google.cloud.batch.v1.AllocationPolicy.Accelerator other = (com.google.cloud.batch.v1.AllocationPolicy.Accelerator) obj; - if (!getType().equals(other.getType())) return false; - if (getCount() != other.getCount()) return false; - if (getInstallGpuDrivers() != other.getInstallGpuDrivers()) return false; - if (!getDriverVersion().equals(other.getDriverVersion())) return false; + if (!getType() + .equals(other.getType())) return false; + if (getCount() + != other.getCount()) return false; + if (getInstallGpuDrivers() + != other.getInstallGpuDrivers()) return false; + if (!getDriverVersion() + .equals(other.getDriverVersion())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -4751,9 +4383,11 @@ public int hashCode() { hash = (37 * hash) + TYPE_FIELD_NUMBER; hash = (53 * hash) + getType().hashCode(); hash = (37 * hash) + COUNT_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getCount()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getCount()); hash = (37 * hash) + INSTALL_GPU_DRIVERS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getInstallGpuDrivers()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getInstallGpuDrivers()); hash = (37 * hash) + DRIVER_VERSION_FIELD_NUMBER; hash = (53 * hash) + getDriverVersion().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); @@ -4762,94 +4396,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.cloud.batch.v1.AllocationPolicy.Accelerator prototype) { + public static Builder newBuilder(com.google.cloud.batch.v1.AllocationPolicy.Accelerator prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -4859,41 +4488,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Accelerator describes Compute Engine accelerators to be attached to the VM.
      * 
* * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.Accelerator} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.AllocationPolicy.Accelerator) com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.AllocationPolicy.Accelerator.class, - com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder.class); + com.google.cloud.batch.v1.AllocationPolicy.Accelerator.class, com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder.class); } // Construct using com.google.cloud.batch.v1.AllocationPolicy.Accelerator.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -4906,9 +4533,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor; } @java.lang.Override @@ -4927,11 +4554,8 @@ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator build() { @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.Accelerator buildPartial() { - com.google.cloud.batch.v1.AllocationPolicy.Accelerator result = - new com.google.cloud.batch.v1.AllocationPolicy.Accelerator(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.AllocationPolicy.Accelerator result = new com.google.cloud.batch.v1.AllocationPolicy.Accelerator(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -4956,41 +4580,38 @@ private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy.Accelerato public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.AllocationPolicy.Accelerator) { - return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.Accelerator) other); + return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.Accelerator)other); } else { super.mergeFrom(other); return this; @@ -4998,8 +4619,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.Accelerator other) { - if (other == com.google.cloud.batch.v1.AllocationPolicy.Accelerator.getDefaultInstance()) - return this; + if (other == com.google.cloud.batch.v1.AllocationPolicy.Accelerator.getDefaultInstance()) return this; if (!other.getType().isEmpty()) { type_ = other.type_; bitField0_ |= 0x00000001; @@ -5042,37 +4662,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - type_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 16: - { - count_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 24: - { - installGpuDrivers_ = input.readBool(); - bitField0_ |= 0x00000004; - break; - } // case 24 - case 34: - { - driverVersion_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000008; - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + type_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: { + count_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 24: { + installGpuDrivers_ = input.readBool(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 34: { + driverVersion_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000008; + break; + } // case 34 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -5082,26 +4697,23 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object type_ = ""; /** - * - * *
        * The accelerator type. For example, "nvidia-tesla-t4".
        * See `gcloud compute accelerator-types list`.
        * 
* * string type = 1; - * * @return The type. */ public java.lang.String getType() { java.lang.Object ref = type_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; @@ -5110,22 +4722,21 @@ public java.lang.String getType() { } } /** - * - * *
        * The accelerator type. For example, "nvidia-tesla-t4".
        * See `gcloud compute accelerator-types list`.
        * 
* * string type = 1; - * * @return The bytes for type. */ - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -5133,37 +4744,30 @@ public com.google.protobuf.ByteString getTypeBytes() { } } /** - * - * *
        * The accelerator type. For example, "nvidia-tesla-t4".
        * See `gcloud compute accelerator-types list`.
        * 
* * string type = 1; - * * @param value The type to set. * @return This builder for chaining. */ - public Builder setType(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setType( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } type_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * The accelerator type. For example, "nvidia-tesla-t4".
        * See `gcloud compute accelerator-types list`.
        * 
* * string type = 1; - * * @return This builder for chaining. */ public Builder clearType() { @@ -5173,22 +4777,18 @@ public Builder clearType() { return this; } /** - * - * *
        * The accelerator type. For example, "nvidia-tesla-t4".
        * See `gcloud compute accelerator-types list`.
        * 
* * string type = 1; - * * @param value The bytes for type to set. * @return This builder for chaining. */ - public Builder setTypeBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setTypeBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); type_ = value; bitField0_ |= 0x00000001; @@ -5196,16 +4796,13 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) { return this; } - private long count_; + private long count_ ; /** - * - * *
        * The number of accelerators of this type.
        * 
* * int64 count = 2; - * * @return The count. */ @java.lang.Override @@ -5213,14 +4810,11 @@ public long getCount() { return count_; } /** - * - * *
        * The number of accelerators of this type.
        * 
* * int64 count = 2; - * * @param value The count to set. * @return This builder for chaining. */ @@ -5232,14 +4826,11 @@ public Builder setCount(long value) { return this; } /** - * - * *
        * The number of accelerators of this type.
        * 
* * int64 count = 2; - * * @return This builder for chaining. */ public Builder clearCount() { @@ -5249,41 +4840,33 @@ public Builder clearCount() { return this; } - private boolean installGpuDrivers_; + private boolean installGpuDrivers_ ; /** - * - * *
        * Deprecated: please use instances[0].install_gpu_drivers instead.
        * 
* * bool install_gpu_drivers = 3 [deprecated = true]; - * - * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is - * deprecated. See google/cloud/batch/v1/job.proto;l=327 + * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. + * See google/cloud/batch/v1/job.proto;l=331 * @return The installGpuDrivers. */ @java.lang.Override - @java.lang.Deprecated - public boolean getInstallGpuDrivers() { + @java.lang.Deprecated public boolean getInstallGpuDrivers() { return installGpuDrivers_; } /** - * - * *
        * Deprecated: please use instances[0].install_gpu_drivers instead.
        * 
* * bool install_gpu_drivers = 3 [deprecated = true]; - * - * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is - * deprecated. See google/cloud/batch/v1/job.proto;l=327 + * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. + * See google/cloud/batch/v1/job.proto;l=331 * @param value The installGpuDrivers to set. * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder setInstallGpuDrivers(boolean value) { + @java.lang.Deprecated public Builder setInstallGpuDrivers(boolean value) { installGpuDrivers_ = value; bitField0_ |= 0x00000004; @@ -5291,20 +4874,16 @@ public Builder setInstallGpuDrivers(boolean value) { return this; } /** - * - * *
        * Deprecated: please use instances[0].install_gpu_drivers instead.
        * 
* * bool install_gpu_drivers = 3 [deprecated = true]; - * - * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is - * deprecated. See google/cloud/batch/v1/job.proto;l=327 + * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. + * See google/cloud/batch/v1/job.proto;l=331 * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder clearInstallGpuDrivers() { + @java.lang.Deprecated public Builder clearInstallGpuDrivers() { bitField0_ = (bitField0_ & ~0x00000004); installGpuDrivers_ = false; onChanged(); @@ -5313,8 +4892,6 @@ public Builder clearInstallGpuDrivers() { private java.lang.Object driverVersion_ = ""; /** - * - * *
        * Optional. The NVIDIA GPU driver version that should be installed for this
        * type.
@@ -5326,13 +4903,13 @@ public Builder clearInstallGpuDrivers() {
        * 
* * string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The driverVersion. */ public java.lang.String getDriverVersion() { java.lang.Object ref = driverVersion_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); driverVersion_ = s; return s; @@ -5341,8 +4918,6 @@ public java.lang.String getDriverVersion() { } } /** - * - * *
        * Optional. The NVIDIA GPU driver version that should be installed for this
        * type.
@@ -5354,14 +4929,15 @@ public java.lang.String getDriverVersion() {
        * 
* * string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for driverVersion. */ - public com.google.protobuf.ByteString getDriverVersionBytes() { + public com.google.protobuf.ByteString + getDriverVersionBytes() { java.lang.Object ref = driverVersion_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); driverVersion_ = b; return b; } else { @@ -5369,8 +4945,6 @@ public com.google.protobuf.ByteString getDriverVersionBytes() { } } /** - * - * *
        * Optional. The NVIDIA GPU driver version that should be installed for this
        * type.
@@ -5382,22 +4956,18 @@ public com.google.protobuf.ByteString getDriverVersionBytes() {
        * 
* * string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The driverVersion to set. * @return This builder for chaining. */ - public Builder setDriverVersion(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDriverVersion( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } driverVersion_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
        * Optional. The NVIDIA GPU driver version that should be installed for this
        * type.
@@ -5409,7 +4979,6 @@ public Builder setDriverVersion(java.lang.String value) {
        * 
* * string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearDriverVersion() { @@ -5419,8 +4988,6 @@ public Builder clearDriverVersion() { return this; } /** - * - * *
        * Optional. The NVIDIA GPU driver version that should be installed for this
        * type.
@@ -5432,21 +4999,18 @@ public Builder clearDriverVersion() {
        * 
* * string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The bytes for driverVersion to set. * @return This builder for chaining. */ - public Builder setDriverVersionBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setDriverVersionBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); driverVersion_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -5459,12 +5023,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.AllocationPolicy.Accelerator) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.AllocationPolicy.Accelerator) private static final com.google.cloud.batch.v1.AllocationPolicy.Accelerator DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.AllocationPolicy.Accelerator(); } @@ -5473,28 +5037,27 @@ public static com.google.cloud.batch.v1.AllocationPolicy.Accelerator getDefaultI return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Accelerator parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Accelerator parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -5509,41 +5072,34 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.AllocationPolicy.Accelerator getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface InstancePolicyOrBuilder - extends + public interface InstancePolicyOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.AllocationPolicy.InstancePolicy) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The Compute Engine machine type.
      * 
* * string machine_type = 2; - * * @return The machineType. */ java.lang.String getMachineType(); /** - * - * *
      * The Compute Engine machine type.
      * 
* * string machine_type = 2; - * * @return The bytes for machineType. */ - com.google.protobuf.ByteString getMachineTypeBytes(); + com.google.protobuf.ByteString + getMachineTypeBytes(); /** - * - * *
      * The minimum CPU platform.
      * See
@@ -5551,13 +5107,10 @@ public interface InstancePolicyOrBuilder
      * 
* * string min_cpu_platform = 3; - * * @return The minCpuPlatform. */ java.lang.String getMinCpuPlatform(); /** - * - * *
      * The minimum CPU platform.
      * See
@@ -5565,51 +5118,40 @@ public interface InstancePolicyOrBuilder
      * 
* * string min_cpu_platform = 3; - * * @return The bytes for minCpuPlatform. */ - com.google.protobuf.ByteString getMinCpuPlatformBytes(); + com.google.protobuf.ByteString + getMinCpuPlatformBytes(); /** - * - * *
      * The provisioning model.
      * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; * @return The enum numeric value on the wire for provisioningModel. */ int getProvisioningModelValue(); /** - * - * *
      * The provisioning model.
      * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; * @return The provisioningModel. */ com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel getProvisioningModel(); /** - * - * *
      * The accelerators attached to each VM instance.
      * 
* * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ - java.util.List getAcceleratorsList(); + java.util.List + getAcceleratorsList(); /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -5618,8 +5160,6 @@ public interface InstancePolicyOrBuilder */ com.google.cloud.batch.v1.AllocationPolicy.Accelerator getAccelerators(int index); /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -5628,19 +5168,15 @@ public interface InstancePolicyOrBuilder */ int getAcceleratorsCount(); /** - * - * *
      * The accelerators attached to each VM instance.
      * 
* * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ - java.util.List + java.util.List getAcceleratorsOrBuilderList(); /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -5651,8 +5187,6 @@ com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsO int index); /** - * - * *
      * Boot disk to be created and attached to each VM by this InstancePolicy.
      * Boot disk will be deleted when the VM is deleted.
@@ -5660,13 +5194,10 @@ com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsO
      * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 8; - * * @return Whether the bootDisk field is set. */ boolean hasBootDisk(); /** - * - * *
      * Boot disk to be created and attached to each VM by this InstancePolicy.
      * Boot disk will be deleted when the VM is deleted.
@@ -5674,13 +5205,10 @@ com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsO
      * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 8; - * * @return The bootDisk. */ com.google.cloud.batch.v1.AllocationPolicy.Disk getBootDisk(); /** - * - * *
      * Boot disk to be created and attached to each VM by this InstancePolicy.
      * Boot disk will be deleted when the VM is deleted.
@@ -5692,8 +5220,6 @@ com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsO
     com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getBootDiskOrBuilder();
 
     /**
-     *
-     *
      * 
      * Non-boot disks to be attached for each VM created by this InstancePolicy.
      * New disks will be deleted when the VM is deleted.
@@ -5701,10 +5227,9 @@ com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsO
      *
      * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
      */
-    java.util.List getDisksList();
+    java.util.List 
+        getDisksList();
     /**
-     *
-     *
      * 
      * Non-boot disks to be attached for each VM created by this InstancePolicy.
      * New disks will be deleted when the VM is deleted.
@@ -5714,8 +5239,6 @@ com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsO
      */
     com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk getDisks(int index);
     /**
-     *
-     *
      * 
      * Non-boot disks to be attached for each VM created by this InstancePolicy.
      * New disks will be deleted when the VM is deleted.
@@ -5725,8 +5248,6 @@ com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsO
      */
     int getDisksCount();
     /**
-     *
-     *
      * 
      * Non-boot disks to be attached for each VM created by this InstancePolicy.
      * New disks will be deleted when the VM is deleted.
@@ -5734,11 +5255,9 @@ com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsO
      *
      * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
      */
-    java.util.List
+    java.util.List 
         getDisksOrBuilderList();
     /**
-     *
-     *
      * 
      * Non-boot disks to be attached for each VM created by this InstancePolicy.
      * New disks will be deleted when the VM is deleted.
@@ -5746,11 +5265,10 @@ com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsO
      *
      * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
      */
-    com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder getDisksOrBuilder(int index);
+    com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder getDisksOrBuilder(
+        int index);
   }
   /**
-   *
-   *
    * 
    * InstancePolicy describes an instance type and resources attached to each VM
    * created by this InstancePolicy.
@@ -5758,16 +5276,15 @@ com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsO
    *
    * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.InstancePolicy}
    */
-  public static final class InstancePolicy extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class InstancePolicy extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.AllocationPolicy.InstancePolicy)
       InstancePolicyOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use InstancePolicy.newBuilder() to construct.
     private InstancePolicy(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private InstancePolicy() {
       machineType_ = "";
       minCpuPlatform_ = "";
@@ -5778,38 +5295,33 @@ private InstancePolicy() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new InstancePolicy();
     }
 
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_fieldAccessorTable
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.class,
-              com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder.class);
+              com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.class, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder.class);
     }
 
     public static final int MACHINE_TYPE_FIELD_NUMBER = 2;
-
     @SuppressWarnings("serial")
     private volatile java.lang.Object machineType_ = "";
     /**
-     *
-     *
      * 
      * The Compute Engine machine type.
      * 
* * string machine_type = 2; - * * @return The machineType. */ @java.lang.Override @@ -5818,29 +5330,29 @@ public java.lang.String getMachineType() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); machineType_ = s; return s; } } /** - * - * *
      * The Compute Engine machine type.
      * 
* * string machine_type = 2; - * * @return The bytes for machineType. */ @java.lang.Override - public com.google.protobuf.ByteString getMachineTypeBytes() { + public com.google.protobuf.ByteString + getMachineTypeBytes() { java.lang.Object ref = machineType_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); machineType_ = b; return b; } else { @@ -5849,12 +5361,9 @@ public com.google.protobuf.ByteString getMachineTypeBytes() { } public static final int MIN_CPU_PLATFORM_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object minCpuPlatform_ = ""; /** - * - * *
      * The minimum CPU platform.
      * See
@@ -5862,7 +5371,6 @@ public com.google.protobuf.ByteString getMachineTypeBytes() {
      * 
* * string min_cpu_platform = 3; - * * @return The minCpuPlatform. */ @java.lang.Override @@ -5871,15 +5379,14 @@ public java.lang.String getMinCpuPlatform() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); minCpuPlatform_ = s; return s; } } /** - * - * *
      * The minimum CPU platform.
      * See
@@ -5887,15 +5394,16 @@ public java.lang.String getMinCpuPlatform() {
      * 
* * string min_cpu_platform = 3; - * * @return The bytes for minCpuPlatform. */ @java.lang.Override - public com.google.protobuf.ByteString getMinCpuPlatformBytes() { + public com.google.protobuf.ByteString + getMinCpuPlatformBytes() { java.lang.Object ref = minCpuPlatform_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); minCpuPlatform_ = b; return b; } else { @@ -5906,50 +5414,33 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() { public static final int PROVISIONING_MODEL_FIELD_NUMBER = 4; private int provisioningModel_ = 0; /** - * - * *
      * The provisioning model.
      * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; * @return The enum numeric value on the wire for provisioningModel. */ - @java.lang.Override - public int getProvisioningModelValue() { + @java.lang.Override public int getProvisioningModelValue() { return provisioningModel_; } /** - * - * *
      * The provisioning model.
      * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; * @return The provisioningModel. */ - @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel getProvisioningModel() { - com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel result = - com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.forNumber( - provisioningModel_); - return result == null - ? com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.UNRECOGNIZED - : result; + @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel getProvisioningModel() { + com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel result = com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.forNumber(provisioningModel_); + return result == null ? com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.UNRECOGNIZED : result; } public static final int ACCELERATORS_FIELD_NUMBER = 5; - @SuppressWarnings("serial") private java.util.List accelerators_; /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -5957,13 +5448,10 @@ public com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel getProvision * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ @java.lang.Override - public java.util.List - getAcceleratorsList() { + public java.util.List getAcceleratorsList() { return accelerators_; } /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -5971,13 +5459,11 @@ public com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel getProvision * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ @java.lang.Override - public java.util.List + public java.util.List getAcceleratorsOrBuilderList() { return accelerators_; } /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -5989,8 +5475,6 @@ public int getAcceleratorsCount() { return accelerators_.size(); } /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -6002,8 +5486,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator getAccelerators(in return accelerators_.get(index); } /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -6019,8 +5501,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAccele public static final int BOOT_DISK_FIELD_NUMBER = 8; private com.google.cloud.batch.v1.AllocationPolicy.Disk bootDisk_; /** - * - * *
      * Boot disk to be created and attached to each VM by this InstancePolicy.
      * Boot disk will be deleted when the VM is deleted.
@@ -6028,7 +5508,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAccele
      * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 8; - * * @return Whether the bootDisk field is set. */ @java.lang.Override @@ -6036,8 +5515,6 @@ public boolean hasBootDisk() { return bootDisk_ != null; } /** - * - * *
      * Boot disk to be created and attached to each VM by this InstancePolicy.
      * Boot disk will be deleted when the VM is deleted.
@@ -6045,18 +5522,13 @@ public boolean hasBootDisk() {
      * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 8; - * * @return The bootDisk. */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.Disk getBootDisk() { - return bootDisk_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() - : bootDisk_; + return bootDisk_ == null ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() : bootDisk_; } /** - * - * *
      * Boot disk to be created and attached to each VM by this InstancePolicy.
      * Boot disk will be deleted when the VM is deleted.
@@ -6067,18 +5539,13 @@ public com.google.cloud.batch.v1.AllocationPolicy.Disk getBootDisk() {
      */
     @java.lang.Override
     public com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getBootDiskOrBuilder() {
-      return bootDisk_ == null
-          ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance()
-          : bootDisk_;
+      return bootDisk_ == null ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() : bootDisk_;
     }
 
     public static final int DISKS_FIELD_NUMBER = 6;
-
     @SuppressWarnings("serial")
     private java.util.List disks_;
     /**
-     *
-     *
      * 
      * Non-boot disks to be attached for each VM created by this InstancePolicy.
      * New disks will be deleted when the VM is deleted.
@@ -6091,8 +5558,6 @@ public java.util.List g
       return disks_;
     }
     /**
-     *
-     *
      * 
      * Non-boot disks to be attached for each VM created by this InstancePolicy.
      * New disks will be deleted when the VM is deleted.
@@ -6101,14 +5566,11 @@ public java.util.List g
      * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
      */
     @java.lang.Override
-    public java.util.List<
-            ? extends com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder>
+    public java.util.List 
         getDisksOrBuilderList() {
       return disks_;
     }
     /**
-     *
-     *
      * 
      * Non-boot disks to be attached for each VM created by this InstancePolicy.
      * New disks will be deleted when the VM is deleted.
@@ -6121,8 +5583,6 @@ public int getDisksCount() {
       return disks_.size();
     }
     /**
-     *
-     *
      * 
      * Non-boot disks to be attached for each VM created by this InstancePolicy.
      * New disks will be deleted when the VM is deleted.
@@ -6135,8 +5595,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk getDisks(int inde
       return disks_.get(index);
     }
     /**
-     *
-     *
      * 
      * Non-boot disks to be attached for each VM created by this InstancePolicy.
      * New disks will be deleted when the VM is deleted.
@@ -6151,7 +5609,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder getDisks
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -6163,17 +5620,15 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output)
+                        throws java.io.IOException {
       if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(machineType_)) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 2, machineType_);
       }
       if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(minCpuPlatform_)) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 3, minCpuPlatform_);
       }
-      if (provisioningModel_
-          != com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel
-              .PROVISIONING_MODEL_UNSPECIFIED
-              .getNumber()) {
+      if (provisioningModel_ != com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.PROVISIONING_MODEL_UNSPECIFIED.getNumber()) {
         output.writeEnum(4, provisioningModel_);
       }
       for (int i = 0; i < accelerators_.size(); i++) {
@@ -6200,20 +5655,21 @@ public int getSerializedSize() {
       if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(minCpuPlatform_)) {
         size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, minCpuPlatform_);
       }
-      if (provisioningModel_
-          != com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel
-              .PROVISIONING_MODEL_UNSPECIFIED
-              .getNumber()) {
-        size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, provisioningModel_);
+      if (provisioningModel_ != com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.PROVISIONING_MODEL_UNSPECIFIED.getNumber()) {
+        size += com.google.protobuf.CodedOutputStream
+          .computeEnumSize(4, provisioningModel_);
       }
       for (int i = 0; i < accelerators_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, accelerators_.get(i));
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(5, accelerators_.get(i));
       }
       for (int i = 0; i < disks_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, disks_.get(i));
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(6, disks_.get(i));
       }
       if (bootDisk_ != null) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getBootDisk());
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(8, getBootDisk());
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -6223,23 +5679,27 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-        return true;
+       return true;
       }
       if (!(obj instanceof com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy)) {
         return super.equals(obj);
       }
-      com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy other =
-          (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) obj;
+      com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy other = (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) obj;
 
-      if (!getMachineType().equals(other.getMachineType())) return false;
-      if (!getMinCpuPlatform().equals(other.getMinCpuPlatform())) return false;
+      if (!getMachineType()
+          .equals(other.getMachineType())) return false;
+      if (!getMinCpuPlatform()
+          .equals(other.getMinCpuPlatform())) return false;
       if (provisioningModel_ != other.provisioningModel_) return false;
-      if (!getAcceleratorsList().equals(other.getAcceleratorsList())) return false;
+      if (!getAcceleratorsList()
+          .equals(other.getAcceleratorsList())) return false;
       if (hasBootDisk() != other.hasBootDisk()) return false;
       if (hasBootDisk()) {
-        if (!getBootDisk().equals(other.getBootDisk())) return false;
+        if (!getBootDisk()
+            .equals(other.getBootDisk())) return false;
       }
-      if (!getDisksList().equals(other.getDisksList())) return false;
+      if (!getDisksList()
+          .equals(other.getDisksList())) return false;
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
     }
@@ -6275,94 +5735,89 @@ public int hashCode() {
     }
 
     public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(
-        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data)
+        throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(
-        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(
-        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
-    public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
-    public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseDelimitedFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
     }
-
     public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(
-        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() {
-      return newBuilder();
-    }
-
+    public Builder newBuilderForType() { return newBuilder(); }
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-
-    public static Builder newBuilder(
-        com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy prototype) {
+    public static Builder newBuilder(com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
-
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE
+          ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -6372,8 +5827,6 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * InstancePolicy describes an instance type and resources attached to each VM
      * created by this InstancePolicy.
@@ -6381,33 +5834,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.InstancePolicy}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.AllocationPolicy.InstancePolicy)
         com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_fieldAccessorTable
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.class,
-                com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder.class);
+                com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.class, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder.class);
       }
 
       // Construct using com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -6438,9 +5891,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor;
       }
 
       @java.lang.Override
@@ -6459,18 +5912,14 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy build() {
 
       @java.lang.Override
       public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy buildPartial() {
-        com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy result =
-            new com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy(this);
+        com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy result = new com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy(this);
         buildPartialRepeatedFields(result);
-        if (bitField0_ != 0) {
-          buildPartial0(result);
-        }
+        if (bitField0_ != 0) { buildPartial0(result); }
         onBuilt();
         return result;
       }
 
-      private void buildPartialRepeatedFields(
-          com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy result) {
+      private void buildPartialRepeatedFields(com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy result) {
         if (acceleratorsBuilder_ == null) {
           if (((bitField0_ & 0x00000008) != 0)) {
             accelerators_ = java.util.Collections.unmodifiableList(accelerators_);
@@ -6503,7 +5952,9 @@ private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy.InstancePo
           result.provisioningModel_ = provisioningModel_;
         }
         if (((from_bitField0_ & 0x00000010) != 0)) {
-          result.bootDisk_ = bootDiskBuilder_ == null ? bootDisk_ : bootDiskBuilder_.build();
+          result.bootDisk_ = bootDiskBuilder_ == null
+              ? bootDisk_
+              : bootDiskBuilder_.build();
         }
       }
 
@@ -6511,41 +5962,38 @@ private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy.InstancePo
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) {
-          return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) other);
+          return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -6553,8 +6001,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy other) {
-        if (other == com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.getDefaultInstance())
-          return this;
+        if (other == com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.getDefaultInstance()) return this;
         if (!other.getMachineType().isEmpty()) {
           machineType_ = other.machineType_;
           bitField0_ |= 0x00000001;
@@ -6586,10 +6033,9 @@ public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.InstancePoli
               acceleratorsBuilder_ = null;
               accelerators_ = other.accelerators_;
               bitField0_ = (bitField0_ & ~0x00000008);
-              acceleratorsBuilder_ =
-                  com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                      ? getAcceleratorsFieldBuilder()
-                      : null;
+              acceleratorsBuilder_ = 
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                   getAcceleratorsFieldBuilder() : null;
             } else {
               acceleratorsBuilder_.addAllMessages(other.accelerators_);
             }
@@ -6616,10 +6062,9 @@ public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.InstancePoli
               disksBuilder_ = null;
               disks_ = other.disks_;
               bitField0_ = (bitField0_ & ~0x00000020);
-              disksBuilder_ =
-                  com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                      ? getDisksFieldBuilder()
-                      : null;
+              disksBuilder_ = 
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                   getDisksFieldBuilder() : null;
             } else {
               disksBuilder_.addAllMessages(other.disks_);
             }
@@ -6651,65 +6096,60 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 18:
-                {
-                  machineType_ = input.readStringRequireUtf8();
-                  bitField0_ |= 0x00000001;
-                  break;
-                } // case 18
-              case 26:
-                {
-                  minCpuPlatform_ = input.readStringRequireUtf8();
-                  bitField0_ |= 0x00000002;
-                  break;
-                } // case 26
-              case 32:
-                {
-                  provisioningModel_ = input.readEnum();
-                  bitField0_ |= 0x00000004;
-                  break;
-                } // case 32
-              case 42:
-                {
-                  com.google.cloud.batch.v1.AllocationPolicy.Accelerator m =
-                      input.readMessage(
-                          com.google.cloud.batch.v1.AllocationPolicy.Accelerator.parser(),
-                          extensionRegistry);
-                  if (acceleratorsBuilder_ == null) {
-                    ensureAcceleratorsIsMutable();
-                    accelerators_.add(m);
-                  } else {
-                    acceleratorsBuilder_.addMessage(m);
-                  }
-                  break;
-                } // case 42
-              case 50:
-                {
-                  com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk m =
-                      input.readMessage(
-                          com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.parser(),
-                          extensionRegistry);
-                  if (disksBuilder_ == null) {
-                    ensureDisksIsMutable();
-                    disks_.add(m);
-                  } else {
-                    disksBuilder_.addMessage(m);
-                  }
-                  break;
-                } // case 50
-              case 66:
-                {
-                  input.readMessage(getBootDiskFieldBuilder().getBuilder(), extensionRegistry);
-                  bitField0_ |= 0x00000010;
-                  break;
-                } // case 66
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 18: {
+                machineType_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 18
+              case 26: {
+                minCpuPlatform_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 26
+              case 32: {
+                provisioningModel_ = input.readEnum();
+                bitField0_ |= 0x00000004;
+                break;
+              } // case 32
+              case 42: {
+                com.google.cloud.batch.v1.AllocationPolicy.Accelerator m =
+                    input.readMessage(
+                        com.google.cloud.batch.v1.AllocationPolicy.Accelerator.parser(),
+                        extensionRegistry);
+                if (acceleratorsBuilder_ == null) {
+                  ensureAcceleratorsIsMutable();
+                  accelerators_.add(m);
+                } else {
+                  acceleratorsBuilder_.addMessage(m);
+                }
+                break;
+              } // case 42
+              case 50: {
+                com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk m =
+                    input.readMessage(
+                        com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.parser(),
+                        extensionRegistry);
+                if (disksBuilder_ == null) {
+                  ensureDisksIsMutable();
+                  disks_.add(m);
+                } else {
+                  disksBuilder_.addMessage(m);
+                }
+                break;
+              } // case 50
+              case 66: {
+                input.readMessage(
+                    getBootDiskFieldBuilder().getBuilder(),
+                    extensionRegistry);
+                bitField0_ |= 0x00000010;
+                break;
+              } // case 66
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -6719,25 +6159,22 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int bitField0_;
 
       private java.lang.Object machineType_ = "";
       /**
-       *
-       *
        * 
        * The Compute Engine machine type.
        * 
* * string machine_type = 2; - * * @return The machineType. */ public java.lang.String getMachineType() { java.lang.Object ref = machineType_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); machineType_ = s; return s; @@ -6746,21 +6183,20 @@ public java.lang.String getMachineType() { } } /** - * - * *
        * The Compute Engine machine type.
        * 
* * string machine_type = 2; - * * @return The bytes for machineType. */ - public com.google.protobuf.ByteString getMachineTypeBytes() { + public com.google.protobuf.ByteString + getMachineTypeBytes() { java.lang.Object ref = machineType_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); machineType_ = b; return b; } else { @@ -6768,35 +6204,28 @@ public com.google.protobuf.ByteString getMachineTypeBytes() { } } /** - * - * *
        * The Compute Engine machine type.
        * 
* * string machine_type = 2; - * * @param value The machineType to set. * @return This builder for chaining. */ - public Builder setMachineType(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setMachineType( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } machineType_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * The Compute Engine machine type.
        * 
* * string machine_type = 2; - * * @return This builder for chaining. */ public Builder clearMachineType() { @@ -6806,21 +6235,17 @@ public Builder clearMachineType() { return this; } /** - * - * *
        * The Compute Engine machine type.
        * 
* * string machine_type = 2; - * * @param value The bytes for machineType to set. * @return This builder for chaining. */ - public Builder setMachineTypeBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setMachineTypeBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); machineType_ = value; bitField0_ |= 0x00000001; @@ -6830,8 +6255,6 @@ public Builder setMachineTypeBytes(com.google.protobuf.ByteString value) { private java.lang.Object minCpuPlatform_ = ""; /** - * - * *
        * The minimum CPU platform.
        * See
@@ -6839,13 +6262,13 @@ public Builder setMachineTypeBytes(com.google.protobuf.ByteString value) {
        * 
* * string min_cpu_platform = 3; - * * @return The minCpuPlatform. */ public java.lang.String getMinCpuPlatform() { java.lang.Object ref = minCpuPlatform_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); minCpuPlatform_ = s; return s; @@ -6854,8 +6277,6 @@ public java.lang.String getMinCpuPlatform() { } } /** - * - * *
        * The minimum CPU platform.
        * See
@@ -6863,14 +6284,15 @@ public java.lang.String getMinCpuPlatform() {
        * 
* * string min_cpu_platform = 3; - * * @return The bytes for minCpuPlatform. */ - public com.google.protobuf.ByteString getMinCpuPlatformBytes() { + public com.google.protobuf.ByteString + getMinCpuPlatformBytes() { java.lang.Object ref = minCpuPlatform_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); minCpuPlatform_ = b; return b; } else { @@ -6878,8 +6300,6 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() { } } /** - * - * *
        * The minimum CPU platform.
        * See
@@ -6887,22 +6307,18 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() {
        * 
* * string min_cpu_platform = 3; - * * @param value The minCpuPlatform to set. * @return This builder for chaining. */ - public Builder setMinCpuPlatform(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setMinCpuPlatform( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } minCpuPlatform_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
        * The minimum CPU platform.
        * See
@@ -6910,7 +6326,6 @@ public Builder setMinCpuPlatform(java.lang.String value) {
        * 
* * string min_cpu_platform = 3; - * * @return This builder for chaining. */ public Builder clearMinCpuPlatform() { @@ -6920,8 +6335,6 @@ public Builder clearMinCpuPlatform() { return this; } /** - * - * *
        * The minimum CPU platform.
        * See
@@ -6929,14 +6342,12 @@ public Builder clearMinCpuPlatform() {
        * 
* * string min_cpu_platform = 3; - * * @param value The bytes for minCpuPlatform to set. * @return This builder for chaining. */ - public Builder setMinCpuPlatformBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setMinCpuPlatformBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); minCpuPlatform_ = value; bitField0_ |= 0x00000002; @@ -6946,31 +6357,22 @@ public Builder setMinCpuPlatformBytes(com.google.protobuf.ByteString value) { private int provisioningModel_ = 0; /** - * - * *
        * The provisioning model.
        * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; * @return The enum numeric value on the wire for provisioningModel. */ - @java.lang.Override - public int getProvisioningModelValue() { + @java.lang.Override public int getProvisioningModelValue() { return provisioningModel_; } /** - * - * *
        * The provisioning model.
        * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; * @param value The enum numeric value on the wire for provisioningModel to set. * @return This builder for chaining. */ @@ -6981,41 +6383,28 @@ public Builder setProvisioningModelValue(int value) { return this; } /** - * - * *
        * The provisioning model.
        * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; * @return The provisioningModel. */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel getProvisioningModel() { - com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel result = - com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.forNumber( - provisioningModel_); - return result == null - ? com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.UNRECOGNIZED - : result; + com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel result = com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.forNumber(provisioningModel_); + return result == null ? com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.UNRECOGNIZED : result; } /** - * - * *
        * The provisioning model.
        * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; * @param value The provisioningModel to set. * @return This builder for chaining. */ - public Builder setProvisioningModel( - com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel value) { + public Builder setProvisioningModel(com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel value) { if (value == null) { throw new NullPointerException(); } @@ -7025,15 +6414,11 @@ public Builder setProvisioningModel( return this; } /** - * - * *
        * The provisioning model.
        * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 4; * @return This builder for chaining. */ public Builder clearProvisioningModel() { @@ -7044,34 +6429,25 @@ public Builder clearProvisioningModel() { } private java.util.List accelerators_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureAcceleratorsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { - accelerators_ = - new java.util.ArrayList( - accelerators_); + accelerators_ = new java.util.ArrayList(accelerators_); bitField0_ |= 0x00000008; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.Accelerator, - com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder, - com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder> - acceleratorsBuilder_; + com.google.cloud.batch.v1.AllocationPolicy.Accelerator, com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder, com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder> acceleratorsBuilder_; /** - * - * *
        * The accelerators attached to each VM instance.
        * 
* * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ - public java.util.List - getAcceleratorsList() { + public java.util.List getAcceleratorsList() { if (acceleratorsBuilder_ == null) { return java.util.Collections.unmodifiableList(accelerators_); } else { @@ -7079,8 +6455,6 @@ private void ensureAcceleratorsIsMutable() { } } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7095,8 +6469,6 @@ public int getAcceleratorsCount() { } } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7111,8 +6483,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator getAccelerators(in } } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7134,8 +6504,6 @@ public Builder setAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7143,8 +6511,7 @@ public Builder setAccelerators( * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ public Builder setAccelerators( - int index, - com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder builderForValue) { + int index, com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder builderForValue) { if (acceleratorsBuilder_ == null) { ensureAcceleratorsIsMutable(); accelerators_.set(index, builderForValue.build()); @@ -7155,8 +6522,6 @@ public Builder setAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7177,8 +6542,6 @@ public Builder addAccelerators(com.google.cloud.batch.v1.AllocationPolicy.Accele return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7199,9 +6562,7 @@ public Builder addAccelerators( } return this; } - /** - * - * + /** *
        * The accelerators attached to each VM instance.
        * 
@@ -7220,8 +6581,6 @@ public Builder addAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7229,8 +6588,7 @@ public Builder addAccelerators( * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ public Builder addAccelerators( - int index, - com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder builderForValue) { + int index, com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder builderForValue) { if (acceleratorsBuilder_ == null) { ensureAcceleratorsIsMutable(); accelerators_.add(index, builderForValue.build()); @@ -7241,8 +6599,6 @@ public Builder addAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7250,11 +6606,11 @@ public Builder addAccelerators( * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ public Builder addAllAccelerators( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (acceleratorsBuilder_ == null) { ensureAcceleratorsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, accelerators_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, accelerators_); onChanged(); } else { acceleratorsBuilder_.addAllMessages(values); @@ -7262,8 +6618,6 @@ public Builder addAllAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7281,8 +6635,6 @@ public Builder clearAccelerators() { return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7300,8 +6652,6 @@ public Builder removeAccelerators(int index) { return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7313,34 +6663,28 @@ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder getAcceler return getAcceleratorsFieldBuilder().getBuilder(index); } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
* * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ - public com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder - getAcceleratorsOrBuilder(int index) { + public com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder getAcceleratorsOrBuilder( + int index) { if (acceleratorsBuilder_ == null) { - return accelerators_.get(index); - } else { + return accelerators_.get(index); } else { return acceleratorsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
* * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ - public java.util.List< - ? extends com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder> - getAcceleratorsOrBuilderList() { + public java.util.List + getAcceleratorsOrBuilderList() { if (acceleratorsBuilder_ != null) { return acceleratorsBuilder_.getMessageOrBuilderList(); } else { @@ -7348,23 +6692,17 @@ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder getAcceler } } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
* * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ - public com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder - addAcceleratorsBuilder() { - return getAcceleratorsFieldBuilder() - .addBuilder( - com.google.cloud.batch.v1.AllocationPolicy.Accelerator.getDefaultInstance()); + public com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder addAcceleratorsBuilder() { + return getAcceleratorsFieldBuilder().addBuilder( + com.google.cloud.batch.v1.AllocationPolicy.Accelerator.getDefaultInstance()); } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7373,35 +6711,26 @@ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder getAcceler */ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder addAcceleratorsBuilder( int index) { - return getAcceleratorsFieldBuilder() - .addBuilder( - index, com.google.cloud.batch.v1.AllocationPolicy.Accelerator.getDefaultInstance()); + return getAcceleratorsFieldBuilder().addBuilder( + index, com.google.cloud.batch.v1.AllocationPolicy.Accelerator.getDefaultInstance()); } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
* * repeated .google.cloud.batch.v1.AllocationPolicy.Accelerator accelerators = 5; */ - public java.util.List - getAcceleratorsBuilderList() { + public java.util.List + getAcceleratorsBuilderList() { return getAcceleratorsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.Accelerator, - com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder, - com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder> + com.google.cloud.batch.v1.AllocationPolicy.Accelerator, com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder, com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder> getAcceleratorsFieldBuilder() { if (acceleratorsBuilder_ == null) { - acceleratorsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.Accelerator, - com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder, - com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder>( + acceleratorsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.batch.v1.AllocationPolicy.Accelerator, com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder, com.google.cloud.batch.v1.AllocationPolicy.AcceleratorOrBuilder>( accelerators_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), @@ -7413,13 +6742,8 @@ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder addAcceler private com.google.cloud.batch.v1.AllocationPolicy.Disk bootDisk_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.Disk, - com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, - com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder> - bootDiskBuilder_; + com.google.cloud.batch.v1.AllocationPolicy.Disk, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder> bootDiskBuilder_; /** - * - * *
        * Boot disk to be created and attached to each VM by this InstancePolicy.
        * Boot disk will be deleted when the VM is deleted.
@@ -7427,15 +6751,12 @@ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator.Builder addAcceler
        * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 8; - * * @return Whether the bootDisk field is set. */ public boolean hasBootDisk() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
        * Boot disk to be created and attached to each VM by this InstancePolicy.
        * Boot disk will be deleted when the VM is deleted.
@@ -7443,21 +6764,16 @@ public boolean hasBootDisk() {
        * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 8; - * * @return The bootDisk. */ public com.google.cloud.batch.v1.AllocationPolicy.Disk getBootDisk() { if (bootDiskBuilder_ == null) { - return bootDisk_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() - : bootDisk_; + return bootDisk_ == null ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() : bootDisk_; } else { return bootDiskBuilder_.getMessage(); } } /** - * - * *
        * Boot disk to be created and attached to each VM by this InstancePolicy.
        * Boot disk will be deleted when the VM is deleted.
@@ -7480,8 +6796,6 @@ public Builder setBootDisk(com.google.cloud.batch.v1.AllocationPolicy.Disk value
         return this;
       }
       /**
-       *
-       *
        * 
        * Boot disk to be created and attached to each VM by this InstancePolicy.
        * Boot disk will be deleted when the VM is deleted.
@@ -7502,8 +6816,6 @@ public Builder setBootDisk(
         return this;
       }
       /**
-       *
-       *
        * 
        * Boot disk to be created and attached to each VM by this InstancePolicy.
        * Boot disk will be deleted when the VM is deleted.
@@ -7514,10 +6826,9 @@ public Builder setBootDisk(
        */
       public Builder mergeBootDisk(com.google.cloud.batch.v1.AllocationPolicy.Disk value) {
         if (bootDiskBuilder_ == null) {
-          if (((bitField0_ & 0x00000010) != 0)
-              && bootDisk_ != null
-              && bootDisk_
-                  != com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance()) {
+          if (((bitField0_ & 0x00000010) != 0) &&
+            bootDisk_ != null &&
+            bootDisk_ != com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance()) {
             getBootDiskBuilder().mergeFrom(value);
           } else {
             bootDisk_ = value;
@@ -7530,8 +6841,6 @@ public Builder mergeBootDisk(com.google.cloud.batch.v1.AllocationPolicy.Disk val
         return this;
       }
       /**
-       *
-       *
        * 
        * Boot disk to be created and attached to each VM by this InstancePolicy.
        * Boot disk will be deleted when the VM is deleted.
@@ -7551,8 +6860,6 @@ public Builder clearBootDisk() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Boot disk to be created and attached to each VM by this InstancePolicy.
        * Boot disk will be deleted when the VM is deleted.
@@ -7567,8 +6874,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder getBootDiskBuilde
         return getBootDiskFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Boot disk to be created and attached to each VM by this InstancePolicy.
        * Boot disk will be deleted when the VM is deleted.
@@ -7581,14 +6886,11 @@ public com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getBootDiskOrBui
         if (bootDiskBuilder_ != null) {
           return bootDiskBuilder_.getMessageOrBuilder();
         } else {
-          return bootDisk_ == null
-              ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance()
-              : bootDisk_;
+          return bootDisk_ == null ?
+              com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() : bootDisk_;
         }
       }
       /**
-       *
-       *
        * 
        * Boot disk to be created and attached to each VM by this InstancePolicy.
        * Boot disk will be deleted when the VM is deleted.
@@ -7598,43 +6900,32 @@ public com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getBootDiskOrBui
        * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 8;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.cloud.batch.v1.AllocationPolicy.Disk,
-              com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder,
-              com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder>
+          com.google.cloud.batch.v1.AllocationPolicy.Disk, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder> 
           getBootDiskFieldBuilder() {
         if (bootDiskBuilder_ == null) {
-          bootDiskBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.cloud.batch.v1.AllocationPolicy.Disk,
-                  com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder,
-                  com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder>(
-                  getBootDisk(), getParentForChildren(), isClean());
+          bootDiskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.cloud.batch.v1.AllocationPolicy.Disk, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder>(
+                  getBootDisk(),
+                  getParentForChildren(),
+                  isClean());
           bootDisk_ = null;
         }
         return bootDiskBuilder_;
       }
 
       private java.util.List disks_ =
-          java.util.Collections.emptyList();
-
+        java.util.Collections.emptyList();
       private void ensureDisksIsMutable() {
         if (!((bitField0_ & 0x00000020) != 0)) {
-          disks_ =
-              new java.util.ArrayList(
-                  disks_);
+          disks_ = new java.util.ArrayList(disks_);
           bitField0_ |= 0x00000020;
-        }
+         }
       }
 
       private com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk,
-              com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder,
-              com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder>
-          disksBuilder_;
+          com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk, com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder, com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder> disksBuilder_;
 
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7642,8 +6933,7 @@ private void ensureDisksIsMutable() {
        *
        * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
        */
-      public java.util.List
-          getDisksList() {
+      public java.util.List getDisksList() {
         if (disksBuilder_ == null) {
           return java.util.Collections.unmodifiableList(disks_);
         } else {
@@ -7651,8 +6941,6 @@ private void ensureDisksIsMutable() {
         }
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7668,8 +6956,6 @@ public int getDisksCount() {
         }
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7685,8 +6971,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk getDisks(int inde
         }
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7709,8 +6993,6 @@ public Builder setDisks(
         return this;
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7719,8 +7001,7 @@ public Builder setDisks(
        * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
        */
       public Builder setDisks(
-          int index,
-          com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder builderForValue) {
+          int index, com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder builderForValue) {
         if (disksBuilder_ == null) {
           ensureDisksIsMutable();
           disks_.set(index, builderForValue.build());
@@ -7731,8 +7012,6 @@ public Builder setDisks(
         return this;
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7754,8 +7033,6 @@ public Builder addDisks(com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk
         return this;
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7778,8 +7055,6 @@ public Builder addDisks(
         return this;
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7799,8 +7074,6 @@ public Builder addDisks(
         return this;
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7809,8 +7082,7 @@ public Builder addDisks(
        * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
        */
       public Builder addDisks(
-          int index,
-          com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder builderForValue) {
+          int index, com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder builderForValue) {
         if (disksBuilder_ == null) {
           ensureDisksIsMutable();
           disks_.add(index, builderForValue.build());
@@ -7821,8 +7093,6 @@ public Builder addDisks(
         return this;
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7831,11 +7101,11 @@ public Builder addDisks(
        * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
        */
       public Builder addAllDisks(
-          java.lang.Iterable
-              values) {
+          java.lang.Iterable values) {
         if (disksBuilder_ == null) {
           ensureDisksIsMutable();
-          com.google.protobuf.AbstractMessageLite.Builder.addAll(values, disks_);
+          com.google.protobuf.AbstractMessageLite.Builder.addAll(
+              values, disks_);
           onChanged();
         } else {
           disksBuilder_.addAllMessages(values);
@@ -7843,8 +7113,6 @@ public Builder addAllDisks(
         return this;
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7863,8 +7131,6 @@ public Builder clearDisks() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7883,8 +7149,6 @@ public Builder removeDisks(int index) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7897,8 +7161,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder getDisksB
         return getDisksFieldBuilder().getBuilder(index);
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7909,14 +7171,11 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder getDisksB
       public com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder getDisksOrBuilder(
           int index) {
         if (disksBuilder_ == null) {
-          return disks_.get(index);
-        } else {
+          return disks_.get(index);  } else {
           return disksBuilder_.getMessageOrBuilder(index);
         }
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7924,9 +7183,8 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder getDisks
        *
        * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
        */
-      public java.util.List<
-              ? extends com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder>
-          getDisksOrBuilderList() {
+      public java.util.List 
+           getDisksOrBuilderList() {
         if (disksBuilder_ != null) {
           return disksBuilder_.getMessageOrBuilderList();
         } else {
@@ -7934,8 +7192,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder getDisks
         }
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7944,13 +7200,10 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder getDisks
        * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
        */
       public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder addDisksBuilder() {
-        return getDisksFieldBuilder()
-            .addBuilder(
-                com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.getDefaultInstance());
+        return getDisksFieldBuilder().addBuilder(
+            com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7960,14 +7213,10 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder addDisksB
        */
       public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder addDisksBuilder(
           int index) {
-        return getDisksFieldBuilder()
-            .addBuilder(
-                index,
-                com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.getDefaultInstance());
+        return getDisksFieldBuilder().addBuilder(
+            index, com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * Non-boot disks to be attached for each VM created by this InstancePolicy.
        * New disks will be deleted when the VM is deleted.
@@ -7975,28 +7224,24 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder addDisksB
        *
        * repeated .google.cloud.batch.v1.AllocationPolicy.AttachedDisk disks = 6;
        */
-      public java.util.List
-          getDisksBuilderList() {
+      public java.util.List 
+           getDisksBuilderList() {
         return getDisksFieldBuilder().getBuilderList();
       }
-
       private com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk,
-              com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder,
-              com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder>
+          com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk, com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder, com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder> 
           getDisksFieldBuilder() {
         if (disksBuilder_ == null) {
-          disksBuilder_ =
-              new com.google.protobuf.RepeatedFieldBuilderV3<
-                  com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk,
-                  com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder,
-                  com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder>(
-                  disks_, ((bitField0_ & 0x00000020) != 0), getParentForChildren(), isClean());
+          disksBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+              com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk, com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder, com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder>(
+                  disks_,
+                  ((bitField0_ & 0x00000020) != 0),
+                  getParentForChildren(),
+                  isClean());
           disks_ = null;
         }
         return disksBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -8009,12 +7254,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.AllocationPolicy.InstancePolicy)
     }
 
     // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.AllocationPolicy.InstancePolicy)
     private static final com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy();
     }
@@ -8023,28 +7268,27 @@ public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy getDefau
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public InstancePolicy parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            Builder builder = newBuilder();
-            try {
-              builder.mergeFrom(input, extensionRegistry);
-            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-              throw e.setUnfinishedMessage(builder.buildPartial());
-            } catch (com.google.protobuf.UninitializedMessageException e) {
-              throw e.asInvalidProtocolBufferException()
-                  .setUnfinishedMessage(builder.buildPartial());
-            } catch (java.io.IOException e) {
-              throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                  .setUnfinishedMessage(builder.buildPartial());
-            }
-            return builder.buildPartial();
-          }
-        };
+    private static final com.google.protobuf.Parser
+        PARSER = new com.google.protobuf.AbstractParser() {
+      @java.lang.Override
+      public InstancePolicy parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        Builder builder = newBuilder();
+        try {
+          builder.mergeFrom(input, extensionRegistry);
+        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+          throw e.setUnfinishedMessage(builder.buildPartial());
+        } catch (com.google.protobuf.UninitializedMessageException e) {
+          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+        } catch (java.io.IOException e) {
+          throw new com.google.protobuf.InvalidProtocolBufferException(e)
+              .setUnfinishedMessage(builder.buildPartial());
+        }
+        return builder.buildPartial();
+      }
+    };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -8059,40 +7303,32 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
-  public interface InstancePolicyOrTemplateOrBuilder
-      extends
+  public interface InstancePolicyOrTemplateOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * InstancePolicy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1; - * * @return Whether the policy field is set. */ boolean hasPolicy(); /** - * - * *
      * InstancePolicy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1; - * * @return The policy. */ com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy getPolicy(); /** - * - * *
      * InstancePolicy.
      * 
@@ -8102,8 +7338,6 @@ public interface InstancePolicyOrTemplateOrBuilder com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder getPolicyOrBuilder(); /** - * - * *
      * Name of an instance template used to create VMs.
      * Named the field as 'instance_template' instead of 'template' to avoid
@@ -8111,13 +7345,10 @@ public interface InstancePolicyOrTemplateOrBuilder
      * 
* * string instance_template = 2; - * * @return Whether the instanceTemplate field is set. */ boolean hasInstanceTemplate(); /** - * - * *
      * Name of an instance template used to create VMs.
      * Named the field as 'instance_template' instead of 'template' to avoid
@@ -8125,13 +7356,10 @@ public interface InstancePolicyOrTemplateOrBuilder
      * 
* * string instance_template = 2; - * * @return The instanceTemplate. */ java.lang.String getInstanceTemplate(); /** - * - * *
      * Name of an instance template used to create VMs.
      * Named the field as 'instance_template' instead of 'template' to avoid
@@ -8139,14 +7367,12 @@ public interface InstancePolicyOrTemplateOrBuilder
      * 
* * string instance_template = 2; - * * @return The bytes for instanceTemplate. */ - com.google.protobuf.ByteString getInstanceTemplateBytes(); + com.google.protobuf.ByteString + getInstanceTemplateBytes(); /** - * - * *
      * Set this field true if users want Batch to help fetch drivers from a
      * third party location and install them for GPUs specified in
@@ -8161,70 +7387,61 @@ public interface InstancePolicyOrTemplateOrBuilder
      * 
* * bool install_gpu_drivers = 3; - * * @return The installGpuDrivers. */ boolean getInstallGpuDrivers(); - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.PolicyTemplateCase - getPolicyTemplateCase(); + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.PolicyTemplateCase getPolicyTemplateCase(); } /** - * - * *
    * Either an InstancePolicy or an instance template.
    * 
* * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate} */ - public static final class InstancePolicyOrTemplate extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class InstancePolicyOrTemplate extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate) InstancePolicyOrTemplateOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use InstancePolicyOrTemplate.newBuilder() to construct. private InstancePolicyOrTemplate(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private InstancePolicyOrTemplate() {} + private InstancePolicyOrTemplate() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new InstancePolicyOrTemplate(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.class, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder.class); + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.class, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder.class); } private int policyTemplateCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object policyTemplate_; - public enum PolicyTemplateCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { POLICY(1), INSTANCE_TEMPLATE(2), POLICYTEMPLATE_NOT_SET(0); private final int value; - private PolicyTemplateCase(int value) { this.value = value; } @@ -8240,36 +7457,30 @@ public static PolicyTemplateCase valueOf(int value) { public static PolicyTemplateCase forNumber(int value) { switch (value) { - case 1: - return POLICY; - case 2: - return INSTANCE_TEMPLATE; - case 0: - return POLICYTEMPLATE_NOT_SET; - default: - return null; + case 1: return POLICY; + case 2: return INSTANCE_TEMPLATE; + case 0: return POLICYTEMPLATE_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public PolicyTemplateCase getPolicyTemplateCase() { - return PolicyTemplateCase.forNumber(policyTemplateCase_); + public PolicyTemplateCase + getPolicyTemplateCase() { + return PolicyTemplateCase.forNumber( + policyTemplateCase_); } public static final int POLICY_FIELD_NUMBER = 1; /** - * - * *
      * InstancePolicy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1; - * * @return Whether the policy field is set. */ @java.lang.Override @@ -8277,26 +7488,21 @@ public boolean hasPolicy() { return policyTemplateCase_ == 1; } /** - * - * *
      * InstancePolicy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1; - * * @return The policy. */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy getPolicy() { if (policyTemplateCase_ == 1) { - return (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_; + return (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_; } return com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.getDefaultInstance(); } /** - * - * *
      * InstancePolicy.
      * 
@@ -8306,15 +7512,13 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy getPolicy() { @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder getPolicyOrBuilder() { if (policyTemplateCase_ == 1) { - return (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_; + return (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_; } return com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.getDefaultInstance(); } public static final int INSTANCE_TEMPLATE_FIELD_NUMBER = 2; /** - * - * *
      * Name of an instance template used to create VMs.
      * Named the field as 'instance_template' instead of 'template' to avoid
@@ -8322,15 +7526,12 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder getPol
      * 
* * string instance_template = 2; - * * @return Whether the instanceTemplate field is set. */ public boolean hasInstanceTemplate() { return policyTemplateCase_ == 2; } /** - * - * *
      * Name of an instance template used to create VMs.
      * Named the field as 'instance_template' instead of 'template' to avoid
@@ -8338,7 +7539,6 @@ public boolean hasInstanceTemplate() {
      * 
* * string instance_template = 2; - * * @return The instanceTemplate. */ public java.lang.String getInstanceTemplate() { @@ -8349,7 +7549,8 @@ public java.lang.String getInstanceTemplate() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (policyTemplateCase_ == 2) { policyTemplate_ = s; @@ -8358,8 +7559,6 @@ public java.lang.String getInstanceTemplate() { } } /** - * - * *
      * Name of an instance template used to create VMs.
      * Named the field as 'instance_template' instead of 'template' to avoid
@@ -8367,17 +7566,18 @@ public java.lang.String getInstanceTemplate() {
      * 
* * string instance_template = 2; - * * @return The bytes for instanceTemplate. */ - public com.google.protobuf.ByteString getInstanceTemplateBytes() { + public com.google.protobuf.ByteString + getInstanceTemplateBytes() { java.lang.Object ref = ""; if (policyTemplateCase_ == 2) { ref = policyTemplate_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (policyTemplateCase_ == 2) { policyTemplate_ = b; } @@ -8390,8 +7590,6 @@ public com.google.protobuf.ByteString getInstanceTemplateBytes() { public static final int INSTALL_GPU_DRIVERS_FIELD_NUMBER = 3; private boolean installGpuDrivers_ = false; /** - * - * *
      * Set this field true if users want Batch to help fetch drivers from a
      * third party location and install them for GPUs specified in
@@ -8406,7 +7604,6 @@ public com.google.protobuf.ByteString getInstanceTemplateBytes() {
      * 
* * bool install_gpu_drivers = 3; - * * @return The installGpuDrivers. */ @java.lang.Override @@ -8415,7 +7612,6 @@ public boolean getInstallGpuDrivers() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -8427,10 +7623,10 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (policyTemplateCase_ == 1) { - output.writeMessage( - 1, (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_); + output.writeMessage(1, (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_); } if (policyTemplateCase_ == 2) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, policyTemplate_); @@ -8448,15 +7644,15 @@ public int getSerializedSize() { size = 0; if (policyTemplateCase_ == 1) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 1, (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_); } if (policyTemplateCase_ == 2) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, policyTemplate_); } if (installGpuDrivers_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, installGpuDrivers_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(3, installGpuDrivers_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -8466,22 +7662,24 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate)) { return super.equals(obj); } - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate other = - (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate) obj; + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate other = (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate) obj; - if (getInstallGpuDrivers() != other.getInstallGpuDrivers()) return false; + if (getInstallGpuDrivers() + != other.getInstallGpuDrivers()) return false; if (!getPolicyTemplateCase().equals(other.getPolicyTemplateCase())) return false; switch (policyTemplateCase_) { case 1: - if (!getPolicy().equals(other.getPolicy())) return false; + if (!getPolicy() + .equals(other.getPolicy())) return false; break; case 2: - if (!getInstanceTemplate().equals(other.getInstanceTemplate())) return false; + if (!getInstanceTemplate() + .equals(other.getInstanceTemplate())) return false; break; case 0: default: @@ -8498,7 +7696,8 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + INSTALL_GPU_DRIVERS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getInstallGpuDrivers()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getInstallGpuDrivers()); switch (policyTemplateCase_) { case 1: hash = (37 * hash) + POLICY_FIELD_NUMBER; @@ -8517,95 +7716,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom( - byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate - parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate - parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate prototype) { + public static Builder newBuilder(com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -8615,42 +7808,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Either an InstancePolicy or an instance template.
      * 
* * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate) com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.class, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder.class); + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.class, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder.class); } - // Construct using - // com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.newBuilder() - private Builder() {} + // Construct using com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.newBuilder() + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -8665,16 +7855,14 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor; } @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate - getDefaultInstanceForType() { - return com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate - .getDefaultInstance(); + public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate getDefaultInstanceForType() { + return com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.getDefaultInstance(); } @java.lang.Override @@ -8688,29 +7876,25 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate build @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate buildPartial() { - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate result = - new com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate result = new com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } - private void buildPartial0( - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate result) { + private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000004) != 0)) { result.installGpuDrivers_ = installGpuDrivers_; } } - private void buildPartialOneofs( - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate result) { + private void buildPartialOneofs(com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate result) { result.policyTemplateCase_ = policyTemplateCase_; result.policyTemplate_ = this.policyTemplate_; - if (policyTemplateCase_ == 1 && policyBuilder_ != null) { + if (policyTemplateCase_ == 1 && + policyBuilder_ != null) { result.policyTemplate_ = policyBuilder_.build(); } } @@ -8719,73 +7903,63 @@ private void buildPartialOneofs( public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate) { - return mergeFrom( - (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate) other); + return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom( - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate other) { - if (other - == com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate - .getDefaultInstance()) return this; + public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate other) { + if (other == com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.getDefaultInstance()) return this; if (other.getInstallGpuDrivers() != false) { setInstallGpuDrivers(other.getInstallGpuDrivers()); } switch (other.getPolicyTemplateCase()) { - case POLICY: - { - mergePolicy(other.getPolicy()); - break; - } - case INSTANCE_TEMPLATE: - { - policyTemplateCase_ = 2; - policyTemplate_ = other.policyTemplate_; - onChanged(); - break; - } - case POLICYTEMPLATE_NOT_SET: - { - break; - } + case POLICY: { + mergePolicy(other.getPolicy()); + break; + } + case INSTANCE_TEMPLATE: { + policyTemplateCase_ = 2; + policyTemplate_ = other.policyTemplate_; + onChanged(); + break; + } + case POLICYTEMPLATE_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -8813,32 +7987,30 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getPolicyFieldBuilder().getBuilder(), extensionRegistry); - policyTemplateCase_ = 1; - break; - } // case 10 - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); - policyTemplateCase_ = 2; - policyTemplate_ = s; - break; - } // case 18 - case 24: - { - installGpuDrivers_ = input.readBool(); - bitField0_ |= 0x00000004; - break; - } // case 24 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getPolicyFieldBuilder().getBuilder(), + extensionRegistry); + policyTemplateCase_ = 1; + break; + } // case 10 + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + policyTemplateCase_ = 2; + policyTemplate_ = s; + break; + } // case 18 + case 24: { + installGpuDrivers_ = input.readBool(); + bitField0_ |= 0x00000004; + break; + } // case 24 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -8848,12 +8020,12 @@ public Builder mergeFrom( } // finally return this; } - private int policyTemplateCase_ = 0; private java.lang.Object policyTemplate_; - - public PolicyTemplateCase getPolicyTemplateCase() { - return PolicyTemplateCase.forNumber(policyTemplateCase_); + public PolicyTemplateCase + getPolicyTemplateCase() { + return PolicyTemplateCase.forNumber( + policyTemplateCase_); } public Builder clearPolicyTemplate() { @@ -8866,19 +8038,13 @@ public Builder clearPolicyTemplate() { private int bitField0_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder> - policyBuilder_; + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder> policyBuilder_; /** - * - * *
        * InstancePolicy.
        * 
* * .google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1; - * * @return Whether the policy field is set. */ @java.lang.Override @@ -8886,14 +8052,11 @@ public boolean hasPolicy() { return policyTemplateCase_ == 1; } /** - * - * *
        * InstancePolicy.
        * 
* * .google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1; - * * @return The policy. */ @java.lang.Override @@ -8911,8 +8074,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy getPolicy() { } } /** - * - * *
        * InstancePolicy.
        * 
@@ -8933,8 +8094,6 @@ public Builder setPolicy(com.google.cloud.batch.v1.AllocationPolicy.InstancePoli return this; } /** - * - * *
        * InstancePolicy.
        * 
@@ -8953,8 +8112,6 @@ public Builder setPolicy( return this; } /** - * - * *
        * InstancePolicy.
        * 
@@ -8963,15 +8120,10 @@ public Builder setPolicy( */ public Builder mergePolicy(com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy value) { if (policyBuilder_ == null) { - if (policyTemplateCase_ == 1 - && policyTemplate_ - != com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy - .getDefaultInstance()) { - policyTemplate_ = - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.newBuilder( - (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_) - .mergeFrom(value) - .buildPartial(); + if (policyTemplateCase_ == 1 && + policyTemplate_ != com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.getDefaultInstance()) { + policyTemplate_ = com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.newBuilder((com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_) + .mergeFrom(value).buildPartial(); } else { policyTemplate_ = value; } @@ -8987,8 +8139,6 @@ public Builder mergePolicy(com.google.cloud.batch.v1.AllocationPolicy.InstancePo return this; } /** - * - * *
        * InstancePolicy.
        * 
@@ -9012,8 +8162,6 @@ public Builder clearPolicy() { return this; } /** - * - * *
        * InstancePolicy.
        * 
@@ -9024,8 +8172,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder getPoli return getPolicyFieldBuilder().getBuilder(); } /** - * - * *
        * InstancePolicy.
        * 
@@ -9033,8 +8179,7 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder getPoli * .google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1; */ @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder - getPolicyOrBuilder() { + public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder getPolicyOrBuilder() { if ((policyTemplateCase_ == 1) && (policyBuilder_ != null)) { return policyBuilder_.getMessageOrBuilder(); } else { @@ -9045,8 +8190,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder getPoli } } /** - * - * *
        * InstancePolicy.
        * 
@@ -9054,20 +8197,14 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder getPoli * .google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder> + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder> getPolicyFieldBuilder() { if (policyBuilder_ == null) { if (!(policyTemplateCase_ == 1)) { - policyTemplate_ = - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.getDefaultInstance(); + policyTemplate_ = com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.getDefaultInstance(); } - policyBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder>( + policyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrBuilder>( (com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy) policyTemplate_, getParentForChildren(), isClean()); @@ -9079,8 +8216,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder getPoli } /** - * - * *
        * Name of an instance template used to create VMs.
        * Named the field as 'instance_template' instead of 'template' to avoid
@@ -9088,7 +8223,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder getPoli
        * 
* * string instance_template = 2; - * * @return Whether the instanceTemplate field is set. */ @java.lang.Override @@ -9096,8 +8230,6 @@ public boolean hasInstanceTemplate() { return policyTemplateCase_ == 2; } /** - * - * *
        * Name of an instance template used to create VMs.
        * Named the field as 'instance_template' instead of 'template' to avoid
@@ -9105,7 +8237,6 @@ public boolean hasInstanceTemplate() {
        * 
* * string instance_template = 2; - * * @return The instanceTemplate. */ @java.lang.Override @@ -9115,7 +8246,8 @@ public java.lang.String getInstanceTemplate() { ref = policyTemplate_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (policyTemplateCase_ == 2) { policyTemplate_ = s; @@ -9126,8 +8258,6 @@ public java.lang.String getInstanceTemplate() { } } /** - * - * *
        * Name of an instance template used to create VMs.
        * Named the field as 'instance_template' instead of 'template' to avoid
@@ -9135,18 +8265,19 @@ public java.lang.String getInstanceTemplate() {
        * 
* * string instance_template = 2; - * * @return The bytes for instanceTemplate. */ @java.lang.Override - public com.google.protobuf.ByteString getInstanceTemplateBytes() { + public com.google.protobuf.ByteString + getInstanceTemplateBytes() { java.lang.Object ref = ""; if (policyTemplateCase_ == 2) { ref = policyTemplate_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (policyTemplateCase_ == 2) { policyTemplate_ = b; } @@ -9156,8 +8287,6 @@ public com.google.protobuf.ByteString getInstanceTemplateBytes() { } } /** - * - * *
        * Name of an instance template used to create VMs.
        * Named the field as 'instance_template' instead of 'template' to avoid
@@ -9165,22 +8294,18 @@ public com.google.protobuf.ByteString getInstanceTemplateBytes() {
        * 
* * string instance_template = 2; - * * @param value The instanceTemplate to set. * @return This builder for chaining. */ - public Builder setInstanceTemplate(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setInstanceTemplate( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } policyTemplateCase_ = 2; policyTemplate_ = value; onChanged(); return this; } /** - * - * *
        * Name of an instance template used to create VMs.
        * Named the field as 'instance_template' instead of 'template' to avoid
@@ -9188,7 +8313,6 @@ public Builder setInstanceTemplate(java.lang.String value) {
        * 
* * string instance_template = 2; - * * @return This builder for chaining. */ public Builder clearInstanceTemplate() { @@ -9200,8 +8324,6 @@ public Builder clearInstanceTemplate() { return this; } /** - * - * *
        * Name of an instance template used to create VMs.
        * Named the field as 'instance_template' instead of 'template' to avoid
@@ -9209,14 +8331,12 @@ public Builder clearInstanceTemplate() {
        * 
* * string instance_template = 2; - * * @param value The bytes for instanceTemplate to set. * @return This builder for chaining. */ - public Builder setInstanceTemplateBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setInstanceTemplateBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); policyTemplateCase_ = 2; policyTemplate_ = value; @@ -9224,10 +8344,8 @@ public Builder setInstanceTemplateBytes(com.google.protobuf.ByteString value) { return this; } - private boolean installGpuDrivers_; + private boolean installGpuDrivers_ ; /** - * - * *
        * Set this field true if users want Batch to help fetch drivers from a
        * third party location and install them for GPUs specified in
@@ -9242,7 +8360,6 @@ public Builder setInstanceTemplateBytes(com.google.protobuf.ByteString value) {
        * 
* * bool install_gpu_drivers = 3; - * * @return The installGpuDrivers. */ @java.lang.Override @@ -9250,8 +8367,6 @@ public boolean getInstallGpuDrivers() { return installGpuDrivers_; } /** - * - * *
        * Set this field true if users want Batch to help fetch drivers from a
        * third party location and install them for GPUs specified in
@@ -9266,7 +8381,6 @@ public boolean getInstallGpuDrivers() {
        * 
* * bool install_gpu_drivers = 3; - * * @param value The installGpuDrivers to set. * @return This builder for chaining. */ @@ -9278,8 +8392,6 @@ public Builder setInstallGpuDrivers(boolean value) { return this; } /** - * - * *
        * Set this field true if users want Batch to help fetch drivers from a
        * third party location and install them for GPUs specified in
@@ -9294,7 +8406,6 @@ public Builder setInstallGpuDrivers(boolean value) {
        * 
* * bool install_gpu_drivers = 3; - * * @return This builder for chaining. */ public Builder clearInstallGpuDrivers() { @@ -9303,7 +8414,6 @@ public Builder clearInstallGpuDrivers() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -9316,44 +8426,41 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate) - private static final com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate - DEFAULT_INSTANCE; - + private static final com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate(); } - public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate - getDefaultInstance() { + public static com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public InstancePolicyOrTemplate parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public InstancePolicyOrTemplate parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -9365,20 +8472,17 @@ public com.google.protobuf.Parser getParserForType() { } @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate - getDefaultInstanceForType() { + public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface NetworkInterfaceOrBuilder - extends + public interface NetworkInterfaceOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.AllocationPolicy.NetworkInterface) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The URL of an existing network resource.
      * You can specify the network as a full or partial URL.
@@ -9395,13 +8499,10 @@ public interface NetworkInterfaceOrBuilder
      * 
* * string network = 1; - * * @return The network. */ java.lang.String getNetwork(); /** - * - * *
      * The URL of an existing network resource.
      * You can specify the network as a full or partial URL.
@@ -9418,14 +8519,12 @@ public interface NetworkInterfaceOrBuilder
      * 
* * string network = 1; - * * @return The bytes for network. */ - com.google.protobuf.ByteString getNetworkBytes(); + com.google.protobuf.ByteString + getNetworkBytes(); /** - * - * *
      * The URL of an existing subnetwork resource in the network.
      * You can specify the subnetwork as a full or partial URL.
@@ -9444,13 +8543,10 @@ public interface NetworkInterfaceOrBuilder
      * 
* * string subnetwork = 2; - * * @return The subnetwork. */ java.lang.String getSubnetwork(); /** - * - * *
      * The URL of an existing subnetwork resource in the network.
      * You can specify the subnetwork as a full or partial URL.
@@ -9469,14 +8565,12 @@ public interface NetworkInterfaceOrBuilder
      * 
* * string subnetwork = 2; - * * @return The bytes for subnetwork. */ - com.google.protobuf.ByteString getSubnetworkBytes(); + com.google.protobuf.ByteString + getSubnetworkBytes(); /** - * - * *
      * Default is false (with an external IP address). Required if
      * no external public IP address is attached to the VM. If no external
@@ -9488,30 +8582,26 @@ public interface NetworkInterfaceOrBuilder
      * 
* * bool no_external_ip_address = 3; - * * @return The noExternalIpAddress. */ boolean getNoExternalIpAddress(); } /** - * - * *
    * A network interface.
    * 
* * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.NetworkInterface} */ - public static final class NetworkInterface extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class NetworkInterface extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.AllocationPolicy.NetworkInterface) NetworkInterfaceOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use NetworkInterface.newBuilder() to construct. private NetworkInterface(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private NetworkInterface() { network_ = ""; subnetwork_ = ""; @@ -9519,32 +8609,28 @@ private NetworkInterface() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new NetworkInterface(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.class, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder.class); + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.class, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder.class); } public static final int NETWORK_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object network_ = ""; /** - * - * *
      * The URL of an existing network resource.
      * You can specify the network as a full or partial URL.
@@ -9561,7 +8647,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * string network = 1; - * * @return The network. */ @java.lang.Override @@ -9570,15 +8655,14 @@ public java.lang.String getNetwork() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); network_ = s; return s; } } /** - * - * *
      * The URL of an existing network resource.
      * You can specify the network as a full or partial URL.
@@ -9595,15 +8679,16 @@ public java.lang.String getNetwork() {
      * 
* * string network = 1; - * * @return The bytes for network. */ @java.lang.Override - public com.google.protobuf.ByteString getNetworkBytes() { + public com.google.protobuf.ByteString + getNetworkBytes() { java.lang.Object ref = network_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); network_ = b; return b; } else { @@ -9612,12 +8697,9 @@ public com.google.protobuf.ByteString getNetworkBytes() { } public static final int SUBNETWORK_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object subnetwork_ = ""; /** - * - * *
      * The URL of an existing subnetwork resource in the network.
      * You can specify the subnetwork as a full or partial URL.
@@ -9636,7 +8718,6 @@ public com.google.protobuf.ByteString getNetworkBytes() {
      * 
* * string subnetwork = 2; - * * @return The subnetwork. */ @java.lang.Override @@ -9645,15 +8726,14 @@ public java.lang.String getSubnetwork() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); subnetwork_ = s; return s; } } /** - * - * *
      * The URL of an existing subnetwork resource in the network.
      * You can specify the subnetwork as a full or partial URL.
@@ -9672,15 +8752,16 @@ public java.lang.String getSubnetwork() {
      * 
* * string subnetwork = 2; - * * @return The bytes for subnetwork. */ @java.lang.Override - public com.google.protobuf.ByteString getSubnetworkBytes() { + public com.google.protobuf.ByteString + getSubnetworkBytes() { java.lang.Object ref = subnetwork_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); subnetwork_ = b; return b; } else { @@ -9691,8 +8772,6 @@ public com.google.protobuf.ByteString getSubnetworkBytes() { public static final int NO_EXTERNAL_IP_ADDRESS_FIELD_NUMBER = 3; private boolean noExternalIpAddress_ = false; /** - * - * *
      * Default is false (with an external IP address). Required if
      * no external public IP address is attached to the VM. If no external
@@ -9704,7 +8783,6 @@ public com.google.protobuf.ByteString getSubnetworkBytes() {
      * 
* * bool no_external_ip_address = 3; - * * @return The noExternalIpAddress. */ @java.lang.Override @@ -9713,7 +8791,6 @@ public boolean getNoExternalIpAddress() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -9725,7 +8802,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(network_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, network_); } @@ -9751,7 +8829,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, subnetwork_); } if (noExternalIpAddress_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, noExternalIpAddress_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(3, noExternalIpAddress_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -9761,17 +8840,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface)) { return super.equals(obj); } - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface other = - (com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface) obj; + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface other = (com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface) obj; - if (!getNetwork().equals(other.getNetwork())) return false; - if (!getSubnetwork().equals(other.getSubnetwork())) return false; - if (getNoExternalIpAddress() != other.getNoExternalIpAddress()) return false; + if (!getNetwork() + .equals(other.getNetwork())) return false; + if (!getSubnetwork() + .equals(other.getSubnetwork())) return false; + if (getNoExternalIpAddress() + != other.getNoExternalIpAddress()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -9788,101 +8869,97 @@ public int hashCode() { hash = (37 * hash) + SUBNETWORK_FIELD_NUMBER; hash = (53 * hash) + getSubnetwork().hashCode(); hash = (37 * hash) + NO_EXTERNAL_IP_ADDRESS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getNoExternalIpAddress()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getNoExternalIpAddress()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface prototype) { + public static Builder newBuilder(com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -9892,41 +8969,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A network interface.
      * 
* * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.NetworkInterface} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.AllocationPolicy.NetworkInterface) com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.class, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder.class); + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.class, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder.class); } // Construct using com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -9938,14 +9013,13 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor; } @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface - getDefaultInstanceForType() { + public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface getDefaultInstanceForType() { return com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.getDefaultInstance(); } @@ -9960,17 +9034,13 @@ public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface build() { @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface buildPartial() { - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface result = - new com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface result = new com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartial0( - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface result) { + private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.network_ = network_; @@ -9987,41 +9057,38 @@ private void buildPartial0( public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface) { - return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface) other); + return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface)other); } else { super.mergeFrom(other); return this; @@ -10029,9 +9096,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface other) { - if (other - == com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.getDefaultInstance()) - return this; + if (other == com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.getDefaultInstance()) return this; if (!other.getNetwork().isEmpty()) { network_ = other.network_; bitField0_ |= 0x00000001; @@ -10071,31 +9136,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - network_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - subnetwork_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 24: - { - noExternalIpAddress_ = input.readBool(); - bitField0_ |= 0x00000004; - break; - } // case 24 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + network_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + subnetwork_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 24: { + noExternalIpAddress_ = input.readBool(); + bitField0_ |= 0x00000004; + break; + } // case 24 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -10105,13 +9166,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object network_ = ""; /** - * - * *
        * The URL of an existing network resource.
        * You can specify the network as a full or partial URL.
@@ -10128,13 +9186,13 @@ public Builder mergeFrom(
        * 
* * string network = 1; - * * @return The network. */ public java.lang.String getNetwork() { java.lang.Object ref = network_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); network_ = s; return s; @@ -10143,8 +9201,6 @@ public java.lang.String getNetwork() { } } /** - * - * *
        * The URL of an existing network resource.
        * You can specify the network as a full or partial URL.
@@ -10161,14 +9217,15 @@ public java.lang.String getNetwork() {
        * 
* * string network = 1; - * * @return The bytes for network. */ - public com.google.protobuf.ByteString getNetworkBytes() { + public com.google.protobuf.ByteString + getNetworkBytes() { java.lang.Object ref = network_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); network_ = b; return b; } else { @@ -10176,8 +9233,6 @@ public com.google.protobuf.ByteString getNetworkBytes() { } } /** - * - * *
        * The URL of an existing network resource.
        * You can specify the network as a full or partial URL.
@@ -10194,22 +9249,18 @@ public com.google.protobuf.ByteString getNetworkBytes() {
        * 
* * string network = 1; - * * @param value The network to set. * @return This builder for chaining. */ - public Builder setNetwork(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNetwork( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } network_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * The URL of an existing network resource.
        * You can specify the network as a full or partial URL.
@@ -10226,7 +9277,6 @@ public Builder setNetwork(java.lang.String value) {
        * 
* * string network = 1; - * * @return This builder for chaining. */ public Builder clearNetwork() { @@ -10236,8 +9286,6 @@ public Builder clearNetwork() { return this; } /** - * - * *
        * The URL of an existing network resource.
        * You can specify the network as a full or partial URL.
@@ -10254,14 +9302,12 @@ public Builder clearNetwork() {
        * 
* * string network = 1; - * * @param value The bytes for network to set. * @return This builder for chaining. */ - public Builder setNetworkBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNetworkBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); network_ = value; bitField0_ |= 0x00000001; @@ -10271,8 +9317,6 @@ public Builder setNetworkBytes(com.google.protobuf.ByteString value) { private java.lang.Object subnetwork_ = ""; /** - * - * *
        * The URL of an existing subnetwork resource in the network.
        * You can specify the subnetwork as a full or partial URL.
@@ -10291,13 +9335,13 @@ public Builder setNetworkBytes(com.google.protobuf.ByteString value) {
        * 
* * string subnetwork = 2; - * * @return The subnetwork. */ public java.lang.String getSubnetwork() { java.lang.Object ref = subnetwork_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); subnetwork_ = s; return s; @@ -10306,8 +9350,6 @@ public java.lang.String getSubnetwork() { } } /** - * - * *
        * The URL of an existing subnetwork resource in the network.
        * You can specify the subnetwork as a full or partial URL.
@@ -10326,14 +9368,15 @@ public java.lang.String getSubnetwork() {
        * 
* * string subnetwork = 2; - * * @return The bytes for subnetwork. */ - public com.google.protobuf.ByteString getSubnetworkBytes() { + public com.google.protobuf.ByteString + getSubnetworkBytes() { java.lang.Object ref = subnetwork_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); subnetwork_ = b; return b; } else { @@ -10341,8 +9384,6 @@ public com.google.protobuf.ByteString getSubnetworkBytes() { } } /** - * - * *
        * The URL of an existing subnetwork resource in the network.
        * You can specify the subnetwork as a full or partial URL.
@@ -10361,22 +9402,18 @@ public com.google.protobuf.ByteString getSubnetworkBytes() {
        * 
* * string subnetwork = 2; - * * @param value The subnetwork to set. * @return This builder for chaining. */ - public Builder setSubnetwork(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setSubnetwork( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } subnetwork_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
        * The URL of an existing subnetwork resource in the network.
        * You can specify the subnetwork as a full or partial URL.
@@ -10395,7 +9432,6 @@ public Builder setSubnetwork(java.lang.String value) {
        * 
* * string subnetwork = 2; - * * @return This builder for chaining. */ public Builder clearSubnetwork() { @@ -10405,8 +9441,6 @@ public Builder clearSubnetwork() { return this; } /** - * - * *
        * The URL of an existing subnetwork resource in the network.
        * You can specify the subnetwork as a full or partial URL.
@@ -10425,14 +9459,12 @@ public Builder clearSubnetwork() {
        * 
* * string subnetwork = 2; - * * @param value The bytes for subnetwork to set. * @return This builder for chaining. */ - public Builder setSubnetworkBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setSubnetworkBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); subnetwork_ = value; bitField0_ |= 0x00000002; @@ -10440,10 +9472,8 @@ public Builder setSubnetworkBytes(com.google.protobuf.ByteString value) { return this; } - private boolean noExternalIpAddress_; + private boolean noExternalIpAddress_ ; /** - * - * *
        * Default is false (with an external IP address). Required if
        * no external public IP address is attached to the VM. If no external
@@ -10455,7 +9485,6 @@ public Builder setSubnetworkBytes(com.google.protobuf.ByteString value) {
        * 
* * bool no_external_ip_address = 3; - * * @return The noExternalIpAddress. */ @java.lang.Override @@ -10463,8 +9492,6 @@ public boolean getNoExternalIpAddress() { return noExternalIpAddress_; } /** - * - * *
        * Default is false (with an external IP address). Required if
        * no external public IP address is attached to the VM. If no external
@@ -10476,7 +9503,6 @@ public boolean getNoExternalIpAddress() {
        * 
* * bool no_external_ip_address = 3; - * * @param value The noExternalIpAddress to set. * @return This builder for chaining. */ @@ -10488,8 +9514,6 @@ public Builder setNoExternalIpAddress(boolean value) { return this; } /** - * - * *
        * Default is false (with an external IP address). Required if
        * no external public IP address is attached to the VM. If no external
@@ -10501,7 +9525,6 @@ public Builder setNoExternalIpAddress(boolean value) {
        * 
* * bool no_external_ip_address = 3; - * * @return This builder for chaining. */ public Builder clearNoExternalIpAddress() { @@ -10510,7 +9533,6 @@ public Builder clearNoExternalIpAddress() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -10523,13 +9545,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.AllocationPolicy.NetworkInterface) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.AllocationPolicy.NetworkInterface) - private static final com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface - DEFAULT_INSTANCE; - + private static final com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface(); } @@ -10538,28 +9559,27 @@ public static com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface getDef return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public NetworkInterface parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public NetworkInterface parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -10574,209 +9594,159 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface NetworkPolicyOrBuilder - extends + public interface NetworkPolicyOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.AllocationPolicy.NetworkPolicy) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Network configurations.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - java.util.List + java.util.List getNetworkInterfacesList(); /** - * - * *
      * Network configurations.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface getNetworkInterfaces(int index); /** - * - * *
      * Network configurations.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ int getNetworkInterfacesCount(); /** - * - * *
      * Network configurations.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - java.util.List + java.util.List getNetworkInterfacesOrBuilderList(); /** - * - * *
      * Network configurations.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder - getNetworkInterfacesOrBuilder(int index); + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder( + int index); } /** - * - * *
    * NetworkPolicy describes VM instance network configurations.
    * 
* * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.NetworkPolicy} */ - public static final class NetworkPolicy extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class NetworkPolicy extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.AllocationPolicy.NetworkPolicy) NetworkPolicyOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use NetworkPolicy.newBuilder() to construct. private NetworkPolicy(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private NetworkPolicy() { networkInterfaces_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new NetworkPolicy(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.class, - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder.class); + com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.class, com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder.class); } public static final int NETWORK_INTERFACES_FIELD_NUMBER = 1; - @SuppressWarnings("serial") - private java.util.List - networkInterfaces_; + private java.util.List networkInterfaces_; /** - * - * *
      * Network configurations.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ @java.lang.Override - public java.util.List - getNetworkInterfacesList() { + public java.util.List getNetworkInterfacesList() { return networkInterfaces_; } /** - * - * *
      * Network configurations.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ @java.lang.Override - public java.util.List< - ? extends com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder> + public java.util.List getNetworkInterfacesOrBuilderList() { return networkInterfaces_; } /** - * - * *
      * Network configurations.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ @java.lang.Override public int getNetworkInterfacesCount() { return networkInterfaces_.size(); } /** - * - * *
      * Network configurations.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface getNetworkInterfaces( - int index) { + public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface getNetworkInterfaces(int index) { return networkInterfaces_.get(index); } /** - * - * *
      * Network configurations.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder - getNetworkInterfacesOrBuilder(int index) { + public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder( + int index) { return networkInterfaces_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -10788,7 +9758,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < networkInterfaces_.size(); i++) { output.writeMessage(1, networkInterfaces_.get(i)); } @@ -10802,8 +9773,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < networkInterfaces_.size(); i++) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize(1, networkInterfaces_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, networkInterfaces_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -10813,15 +9784,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy)) { return super.equals(obj); } - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy other = - (com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy) obj; + com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy other = (com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy) obj; - if (!getNetworkInterfacesList().equals(other.getNetworkInterfacesList())) return false; + if (!getNetworkInterfacesList() + .equals(other.getNetworkInterfacesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -10843,94 +9814,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy prototype) { + public static Builder newBuilder(com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -10940,41 +9906,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * NetworkPolicy describes VM instance network configurations.
      * 
* * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.NetworkPolicy} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.AllocationPolicy.NetworkPolicy) com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.class, - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder.class); + com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.class, com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder.class); } // Construct using com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -10990,9 +9954,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor; } @java.lang.Override @@ -11011,18 +9975,14 @@ public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy build() { @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy buildPartial() { - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy result = - new com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy(this); + com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy result = new com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartialRepeatedFields( - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy result) { + private void buildPartialRepeatedFields(com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy result) { if (networkInterfacesBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { networkInterfaces_ = java.util.Collections.unmodifiableList(networkInterfaces_); @@ -11042,41 +10002,38 @@ private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy.NetworkPol public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy) { - return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy) other); + return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy)other); } else { super.mergeFrom(other); return this; @@ -11084,8 +10041,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy other) { - if (other == com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance()) - return this; + if (other == com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance()) return this; if (networkInterfacesBuilder_ == null) { if (!other.networkInterfaces_.isEmpty()) { if (networkInterfaces_.isEmpty()) { @@ -11104,10 +10060,9 @@ public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.NetworkPolic networkInterfacesBuilder_ = null; networkInterfaces_ = other.networkInterfaces_; bitField0_ = (bitField0_ & ~0x00000001); - networkInterfacesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getNetworkInterfacesFieldBuilder() - : null; + networkInterfacesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getNetworkInterfacesFieldBuilder() : null; } else { networkInterfacesBuilder_.addAllMessages(other.networkInterfaces_); } @@ -11139,27 +10094,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface m = - input.readMessage( - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.parser(), - extensionRegistry); - if (networkInterfacesBuilder_ == null) { - ensureNetworkInterfacesIsMutable(); - networkInterfaces_.add(m); - } else { - networkInterfacesBuilder_.addMessage(m); - } - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface m = + input.readMessage( + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.parser(), + extensionRegistry); + if (networkInterfacesBuilder_ == null) { + ensureNetworkInterfacesIsMutable(); + networkInterfaces_.add(m); + } else { + networkInterfacesBuilder_.addMessage(m); + } + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -11169,40 +10122,28 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private java.util.List - networkInterfaces_ = java.util.Collections.emptyList(); - + private java.util.List networkInterfaces_ = + java.util.Collections.emptyList(); private void ensureNetworkInterfacesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { - networkInterfaces_ = - new java.util.ArrayList( - networkInterfaces_); + networkInterfaces_ = new java.util.ArrayList(networkInterfaces_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder> - networkInterfacesBuilder_; + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder> networkInterfacesBuilder_; /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - public java.util.List - getNetworkInterfacesList() { + public java.util.List getNetworkInterfacesList() { if (networkInterfacesBuilder_ == null) { return java.util.Collections.unmodifiableList(networkInterfaces_); } else { @@ -11210,15 +10151,11 @@ private void ensureNetworkInterfacesIsMutable() { } } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ public int getNetworkInterfacesCount() { if (networkInterfacesBuilder_ == null) { @@ -11228,18 +10165,13 @@ public int getNetworkInterfacesCount() { } } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface getNetworkInterfaces( - int index) { + public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface getNetworkInterfaces(int index) { if (networkInterfacesBuilder_ == null) { return networkInterfaces_.get(index); } else { @@ -11247,15 +10179,11 @@ public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface getNetworkInt } } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ public Builder setNetworkInterfaces( int index, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface value) { @@ -11272,19 +10200,14 @@ public Builder setNetworkInterfaces( return this; } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ public Builder setNetworkInterfaces( - int index, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder builderForValue) { + int index, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder builderForValue) { if (networkInterfacesBuilder_ == null) { ensureNetworkInterfacesIsMutable(); networkInterfaces_.set(index, builderForValue.build()); @@ -11295,18 +10218,13 @@ public Builder setNetworkInterfaces( return this; } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - public Builder addNetworkInterfaces( - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface value) { + public Builder addNetworkInterfaces(com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface value) { if (networkInterfacesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -11320,15 +10238,11 @@ public Builder addNetworkInterfaces( return this; } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ public Builder addNetworkInterfaces( int index, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface value) { @@ -11345,15 +10259,11 @@ public Builder addNetworkInterfaces( return this; } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ public Builder addNetworkInterfaces( com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder builderForValue) { @@ -11367,19 +10277,14 @@ public Builder addNetworkInterfaces( return this; } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ public Builder addNetworkInterfaces( - int index, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder builderForValue) { + int index, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder builderForValue) { if (networkInterfacesBuilder_ == null) { ensureNetworkInterfacesIsMutable(); networkInterfaces_.add(index, builderForValue.build()); @@ -11390,22 +10295,18 @@ public Builder addNetworkInterfaces( return this; } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ public Builder addAllNetworkInterfaces( - java.lang.Iterable - values) { + java.lang.Iterable values) { if (networkInterfacesBuilder_ == null) { ensureNetworkInterfacesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, networkInterfaces_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, networkInterfaces_); onChanged(); } else { networkInterfacesBuilder_.addAllMessages(values); @@ -11413,15 +10314,11 @@ public Builder addAllNetworkInterfaces( return this; } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ public Builder clearNetworkInterfaces() { if (networkInterfacesBuilder_ == null) { @@ -11434,15 +10331,11 @@ public Builder clearNetworkInterfaces() { return this; } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ public Builder removeNetworkInterfaces(int index) { if (networkInterfacesBuilder_ == null) { @@ -11455,53 +10348,39 @@ public Builder removeNetworkInterfaces(int index) { return this; } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder - getNetworkInterfacesBuilder(int index) { + public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder getNetworkInterfacesBuilder( + int index) { return getNetworkInterfacesFieldBuilder().getBuilder(index); } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder - getNetworkInterfacesOrBuilder(int index) { + public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder( + int index) { if (networkInterfacesBuilder_ == null) { - return networkInterfaces_.get(index); - } else { + return networkInterfaces_.get(index); } else { return networkInterfacesBuilder_.getMessageOrBuilder(index); } } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - public java.util.List< - ? extends com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder> - getNetworkInterfacesOrBuilderList() { + public java.util.List + getNetworkInterfacesOrBuilderList() { if (networkInterfacesBuilder_ != null) { return networkInterfacesBuilder_.getMessageOrBuilderList(); } else { @@ -11509,67 +10388,45 @@ public Builder removeNetworkInterfaces(int index) { } } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder - addNetworkInterfacesBuilder() { - return getNetworkInterfacesFieldBuilder() - .addBuilder( - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.getDefaultInstance()); + public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder addNetworkInterfacesBuilder() { + return getNetworkInterfacesFieldBuilder().addBuilder( + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.getDefaultInstance()); } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder - addNetworkInterfacesBuilder(int index) { - return getNetworkInterfacesFieldBuilder() - .addBuilder( - index, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.getDefaultInstance()); + public com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder addNetworkInterfacesBuilder( + int index) { + return getNetworkInterfacesFieldBuilder().addBuilder( + index, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.getDefaultInstance()); } /** - * - * *
        * Network configurations.
        * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.NetworkInterface network_interfaces = 1; */ - public java.util.List - getNetworkInterfacesBuilderList() { + public java.util.List + getNetworkInterfacesBuilderList() { return getNetworkInterfacesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder> + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder> getNetworkInterfacesFieldBuilder() { if (networkInterfacesBuilder_ == null) { - networkInterfacesBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder, - com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder>( + networkInterfacesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterface.Builder, com.google.cloud.batch.v1.AllocationPolicy.NetworkInterfaceOrBuilder>( networkInterfaces_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), @@ -11578,7 +10435,6 @@ public Builder removeNetworkInterfaces(int index) { } return networkInterfacesBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -11591,12 +10447,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.AllocationPolicy.NetworkPolicy) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.AllocationPolicy.NetworkPolicy) private static final com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy(); } @@ -11605,28 +10461,27 @@ public static com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy getDefaul return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public NetworkPolicy parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public NetworkPolicy parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -11641,16 +10496,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface PlacementPolicyOrBuilder - extends + public interface PlacementPolicyOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.AllocationPolicy.PlacementPolicy) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * UNSPECIFIED vs. COLLOCATED (default UNSPECIFIED). Use COLLOCATED when you
      * want VMs to be located close to each other for low network latency
@@ -11659,13 +10512,10 @@ public interface PlacementPolicyOrBuilder
      * 
* * string collocation = 1; - * * @return The collocation. */ java.lang.String getCollocation(); /** - * - * *
      * UNSPECIFIED vs. COLLOCATED (default UNSPECIFIED). Use COLLOCATED when you
      * want VMs to be located close to each other for low network latency
@@ -11674,14 +10524,12 @@ public interface PlacementPolicyOrBuilder
      * 
* * string collocation = 1; - * * @return The bytes for collocation. */ - com.google.protobuf.ByteString getCollocationBytes(); + com.google.protobuf.ByteString + getCollocationBytes(); /** - * - * *
      * When specified, causes the job to fail if more than max_distance logical
      * switches are required between VMs. Batch uses the most compact possible
@@ -11691,14 +10539,11 @@ public interface PlacementPolicyOrBuilder
      * 
* * int64 max_distance = 2; - * * @return The maxDistance. */ long getMaxDistance(); } /** - * - * *
    * PlacementPolicy describes a group placement policy for the VMs controlled
    * by this AllocationPolicy.
@@ -11706,48 +10551,43 @@ public interface PlacementPolicyOrBuilder
    *
    * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.PlacementPolicy}
    */
-  public static final class PlacementPolicy extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class PlacementPolicy extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.AllocationPolicy.PlacementPolicy)
       PlacementPolicyOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use PlacementPolicy.newBuilder() to construct.
     private PlacementPolicy(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private PlacementPolicy() {
       collocation_ = "";
     }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new PlacementPolicy();
     }
 
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_fieldAccessorTable
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.class,
-              com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder.class);
+              com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.class, com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder.class);
     }
 
     public static final int COLLOCATION_FIELD_NUMBER = 1;
-
     @SuppressWarnings("serial")
     private volatile java.lang.Object collocation_ = "";
     /**
-     *
-     *
      * 
      * UNSPECIFIED vs. COLLOCATED (default UNSPECIFIED). Use COLLOCATED when you
      * want VMs to be located close to each other for low network latency
@@ -11756,7 +10596,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * string collocation = 1; - * * @return The collocation. */ @java.lang.Override @@ -11765,15 +10604,14 @@ public java.lang.String getCollocation() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collocation_ = s; return s; } } /** - * - * *
      * UNSPECIFIED vs. COLLOCATED (default UNSPECIFIED). Use COLLOCATED when you
      * want VMs to be located close to each other for low network latency
@@ -11782,15 +10620,16 @@ public java.lang.String getCollocation() {
      * 
* * string collocation = 1; - * * @return The bytes for collocation. */ @java.lang.Override - public com.google.protobuf.ByteString getCollocationBytes() { + public com.google.protobuf.ByteString + getCollocationBytes() { java.lang.Object ref = collocation_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); collocation_ = b; return b; } else { @@ -11801,8 +10640,6 @@ public com.google.protobuf.ByteString getCollocationBytes() { public static final int MAX_DISTANCE_FIELD_NUMBER = 2; private long maxDistance_ = 0L; /** - * - * *
      * When specified, causes the job to fail if more than max_distance logical
      * switches are required between VMs. Batch uses the most compact possible
@@ -11812,7 +10649,6 @@ public com.google.protobuf.ByteString getCollocationBytes() {
      * 
* * int64 max_distance = 2; - * * @return The maxDistance. */ @java.lang.Override @@ -11821,7 +10657,6 @@ public long getMaxDistance() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -11833,7 +10668,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(collocation_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, collocation_); } @@ -11853,7 +10689,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, collocation_); } if (maxDistance_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, maxDistance_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, maxDistance_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -11863,16 +10700,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy)) { return super.equals(obj); } - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy other = - (com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy) obj; + com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy other = (com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy) obj; - if (!getCollocation().equals(other.getCollocation())) return false; - if (getMaxDistance() != other.getMaxDistance()) return false; + if (!getCollocation() + .equals(other.getCollocation())) return false; + if (getMaxDistance() + != other.getMaxDistance()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -11887,101 +10725,97 @@ public int hashCode() { hash = (37 * hash) + COLLOCATION_FIELD_NUMBER; hash = (53 * hash) + getCollocation().hashCode(); hash = (37 * hash) + MAX_DISTANCE_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getMaxDistance()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getMaxDistance()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy prototype) { + public static Builder newBuilder(com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -11991,8 +10825,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * PlacementPolicy describes a group placement policy for the VMs controlled
      * by this AllocationPolicy.
@@ -12000,33 +10832,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy.PlacementPolicy}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.AllocationPolicy.PlacementPolicy)
         com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_fieldAccessorTable
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.class,
-                com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder.class);
+                com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.class, com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder.class);
       }
 
       // Construct using com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -12037,14 +10869,13 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor;
       }
 
       @java.lang.Override
-      public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy
-          getDefaultInstanceForType() {
+      public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy getDefaultInstanceForType() {
         return com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance();
       }
 
@@ -12059,17 +10890,13 @@ public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy build() {
 
       @java.lang.Override
       public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy buildPartial() {
-        com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy result =
-            new com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy(this);
-        if (bitField0_ != 0) {
-          buildPartial0(result);
-        }
+        com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy result = new com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy(this);
+        if (bitField0_ != 0) { buildPartial0(result); }
         onBuilt();
         return result;
       }
 
-      private void buildPartial0(
-          com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy result) {
+      private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy result) {
         int from_bitField0_ = bitField0_;
         if (((from_bitField0_ & 0x00000001) != 0)) {
           result.collocation_ = collocation_;
@@ -12083,41 +10910,38 @@ private void buildPartial0(
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy) {
-          return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy) other);
+          return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -12125,9 +10949,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy other) {
-        if (other
-            == com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance())
-          return this;
+        if (other == com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance()) return this;
         if (!other.getCollocation().isEmpty()) {
           collocation_ = other.collocation_;
           bitField0_ |= 0x00000001;
@@ -12162,25 +10984,22 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  collocation_ = input.readStringRequireUtf8();
-                  bitField0_ |= 0x00000001;
-                  break;
-                } // case 10
-              case 16:
-                {
-                  maxDistance_ = input.readInt64();
-                  bitField0_ |= 0x00000002;
-                  break;
-                } // case 16
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                collocation_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000001;
+                break;
+              } // case 10
+              case 16: {
+                maxDistance_ = input.readInt64();
+                bitField0_ |= 0x00000002;
+                break;
+              } // case 16
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -12190,13 +11009,10 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int bitField0_;
 
       private java.lang.Object collocation_ = "";
       /**
-       *
-       *
        * 
        * UNSPECIFIED vs. COLLOCATED (default UNSPECIFIED). Use COLLOCATED when you
        * want VMs to be located close to each other for low network latency
@@ -12205,13 +11021,13 @@ public Builder mergeFrom(
        * 
* * string collocation = 1; - * * @return The collocation. */ public java.lang.String getCollocation() { java.lang.Object ref = collocation_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); collocation_ = s; return s; @@ -12220,8 +11036,6 @@ public java.lang.String getCollocation() { } } /** - * - * *
        * UNSPECIFIED vs. COLLOCATED (default UNSPECIFIED). Use COLLOCATED when you
        * want VMs to be located close to each other for low network latency
@@ -12230,14 +11044,15 @@ public java.lang.String getCollocation() {
        * 
* * string collocation = 1; - * * @return The bytes for collocation. */ - public com.google.protobuf.ByteString getCollocationBytes() { + public com.google.protobuf.ByteString + getCollocationBytes() { java.lang.Object ref = collocation_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); collocation_ = b; return b; } else { @@ -12245,8 +11060,6 @@ public com.google.protobuf.ByteString getCollocationBytes() { } } /** - * - * *
        * UNSPECIFIED vs. COLLOCATED (default UNSPECIFIED). Use COLLOCATED when you
        * want VMs to be located close to each other for low network latency
@@ -12255,22 +11068,18 @@ public com.google.protobuf.ByteString getCollocationBytes() {
        * 
* * string collocation = 1; - * * @param value The collocation to set. * @return This builder for chaining. */ - public Builder setCollocation(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollocation( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } collocation_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * UNSPECIFIED vs. COLLOCATED (default UNSPECIFIED). Use COLLOCATED when you
        * want VMs to be located close to each other for low network latency
@@ -12279,7 +11088,6 @@ public Builder setCollocation(java.lang.String value) {
        * 
* * string collocation = 1; - * * @return This builder for chaining. */ public Builder clearCollocation() { @@ -12289,8 +11097,6 @@ public Builder clearCollocation() { return this; } /** - * - * *
        * UNSPECIFIED vs. COLLOCATED (default UNSPECIFIED). Use COLLOCATED when you
        * want VMs to be located close to each other for low network latency
@@ -12299,14 +11105,12 @@ public Builder clearCollocation() {
        * 
* * string collocation = 1; - * * @param value The bytes for collocation to set. * @return This builder for chaining. */ - public Builder setCollocationBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCollocationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); collocation_ = value; bitField0_ |= 0x00000001; @@ -12314,10 +11118,8 @@ public Builder setCollocationBytes(com.google.protobuf.ByteString value) { return this; } - private long maxDistance_; + private long maxDistance_ ; /** - * - * *
        * When specified, causes the job to fail if more than max_distance logical
        * switches are required between VMs. Batch uses the most compact possible
@@ -12327,7 +11129,6 @@ public Builder setCollocationBytes(com.google.protobuf.ByteString value) {
        * 
* * int64 max_distance = 2; - * * @return The maxDistance. */ @java.lang.Override @@ -12335,8 +11136,6 @@ public long getMaxDistance() { return maxDistance_; } /** - * - * *
        * When specified, causes the job to fail if more than max_distance logical
        * switches are required between VMs. Batch uses the most compact possible
@@ -12346,7 +11145,6 @@ public long getMaxDistance() {
        * 
* * int64 max_distance = 2; - * * @param value The maxDistance to set. * @return This builder for chaining. */ @@ -12358,8 +11156,6 @@ public Builder setMaxDistance(long value) { return this; } /** - * - * *
        * When specified, causes the job to fail if more than max_distance logical
        * switches are required between VMs. Batch uses the most compact possible
@@ -12369,7 +11165,6 @@ public Builder setMaxDistance(long value) {
        * 
* * int64 max_distance = 2; - * * @return This builder for chaining. */ public Builder clearMaxDistance() { @@ -12378,7 +11173,6 @@ public Builder clearMaxDistance() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -12391,13 +11185,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.AllocationPolicy.PlacementPolicy) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.AllocationPolicy.PlacementPolicy) - private static final com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy - DEFAULT_INSTANCE; - + private static final com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy(); } @@ -12406,28 +11199,27 @@ public static com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy getDefa return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public PlacementPolicy parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public PlacementPolicy parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -12442,19 +11234,17 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int LOCATION_FIELD_NUMBER = 1; private com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy location_; /** - * - * *
    * Location where compute resources should be allocated for the Job.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.LocationPolicy location = 1; - * * @return Whether the location field is set. */ @java.lang.Override @@ -12462,25 +11252,18 @@ public boolean hasLocation() { return location_ != null; } /** - * - * *
    * Location where compute resources should be allocated for the Job.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.LocationPolicy location = 1; - * * @return The location. */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy getLocation() { - return location_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance() - : location_; + return location_ == null ? com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance() : location_; } /** - * - * *
    * Location where compute resources should be allocated for the Job.
    * 
@@ -12489,108 +11272,83 @@ public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy getLocation() { */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder getLocationOrBuilder() { - return location_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance() - : location_; + return location_ == null ? com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance() : location_; } public static final int INSTANCES_FIELD_NUMBER = 8; - @SuppressWarnings("serial") - private java.util.List - instances_; + private java.util.List instances_; /** - * - * *
    * Describe instances that can be created by this AllocationPolicy.
    * Only instances[0] is supported now.
    * 
* - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ @java.lang.Override - public java.util.List - getInstancesList() { + public java.util.List getInstancesList() { return instances_; } /** - * - * *
    * Describe instances that can be created by this AllocationPolicy.
    * Only instances[0] is supported now.
    * 
* - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ @java.lang.Override - public java.util.List< - ? extends com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder> + public java.util.List getInstancesOrBuilderList() { return instances_; } /** - * - * *
    * Describe instances that can be created by this AllocationPolicy.
    * Only instances[0] is supported now.
    * 
* - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ @java.lang.Override public int getInstancesCount() { return instances_.size(); } /** - * - * *
    * Describe instances that can be created by this AllocationPolicy.
    * Only instances[0] is supported now.
    * 
* - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate getInstances( - int index) { + public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate getInstances(int index) { return instances_.get(index); } /** - * - * *
    * Describe instances that can be created by this AllocationPolicy.
    * Only instances[0] is supported now.
    * 
* - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder - getInstancesOrBuilder(int index) { + public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder getInstancesOrBuilder( + int index) { return instances_.get(index); } public static final int SERVICE_ACCOUNT_FIELD_NUMBER = 9; private com.google.cloud.batch.v1.ServiceAccount serviceAccount_; /** - * - * *
    * Service account that VMs will run as.
    * 
* * .google.cloud.batch.v1.ServiceAccount service_account = 9; - * * @return Whether the serviceAccount field is set. */ @java.lang.Override @@ -12598,25 +11356,18 @@ public boolean hasServiceAccount() { return serviceAccount_ != null; } /** - * - * *
    * Service account that VMs will run as.
    * 
* * .google.cloud.batch.v1.ServiceAccount service_account = 9; - * * @return The serviceAccount. */ @java.lang.Override public com.google.cloud.batch.v1.ServiceAccount getServiceAccount() { - return serviceAccount_ == null - ? com.google.cloud.batch.v1.ServiceAccount.getDefaultInstance() - : serviceAccount_; + return serviceAccount_ == null ? com.google.cloud.batch.v1.ServiceAccount.getDefaultInstance() : serviceAccount_; } /** - * - * *
    * Service account that VMs will run as.
    * 
@@ -12625,40 +11376,36 @@ public com.google.cloud.batch.v1.ServiceAccount getServiceAccount() { */ @java.lang.Override public com.google.cloud.batch.v1.ServiceAccountOrBuilder getServiceAccountOrBuilder() { - return serviceAccount_ == null - ? com.google.cloud.batch.v1.ServiceAccount.getDefaultInstance() - : serviceAccount_; + return serviceAccount_ == null ? com.google.cloud.batch.v1.ServiceAccount.getDefaultInstance() : serviceAccount_; } public static final int LABELS_FIELD_NUMBER = 6; - private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - @SuppressWarnings("serial") - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } - public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
    * Labels applied to all VM instances and other resources
    * created by AllocationPolicy.
@@ -12672,21 +11419,20 @@ public int getLabelsCount() {
    * map<string, string> labels = 6;
    */
   @java.lang.Override
-  public boolean containsLabels(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsLabels(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetLabels().getMap().containsKey(key);
   }
-  /** Use {@link #getLabelsMap()} instead. */
+  /**
+   * Use {@link #getLabelsMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getLabels() {
     return getLabelsMap();
   }
   /**
-   *
-   *
    * 
    * Labels applied to all VM instances and other resources
    * created by AllocationPolicy.
@@ -12704,8 +11450,6 @@ public java.util.Map getLabelsMap() {
     return internalGetLabels().getMap();
   }
   /**
-   *
-   *
    * 
    * Labels applied to all VM instances and other resources
    * created by AllocationPolicy.
@@ -12719,19 +11463,17 @@ public java.util.Map getLabelsMap() {
    * map<string, string> labels = 6;
    */
   @java.lang.Override
-  public /* nullable */ java.lang.String getLabelsOrDefault(
+  public /* nullable */
+java.lang.String getLabelsOrDefault(
       java.lang.String key,
       /* nullable */
-      java.lang.String defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetLabels().getMap();
+java.lang.String defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetLabels().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * Labels applied to all VM instances and other resources
    * created by AllocationPolicy.
@@ -12745,11 +11487,11 @@ public java.util.Map getLabelsMap() {
    * map<string, string> labels = 6;
    */
   @java.lang.Override
-  public java.lang.String getLabelsOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetLabels().getMap();
+  public java.lang.String getLabelsOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetLabels().getMap();
     if (!map.containsKey(key)) {
       throw new java.lang.IllegalArgumentException();
     }
@@ -12759,14 +11501,11 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
   public static final int NETWORK_FIELD_NUMBER = 7;
   private com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network_;
   /**
-   *
-   *
    * 
    * The network policy.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network = 7; - * * @return Whether the network field is set. */ @java.lang.Override @@ -12774,25 +11513,18 @@ public boolean hasNetwork() { return network_ != null; } /** - * - * *
    * The network policy.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network = 7; - * * @return The network. */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy getNetwork() { - return network_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance() - : network_; + return network_ == null ? com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance() : network_; } /** - * - * *
    * The network policy.
    * 
@@ -12801,22 +11533,17 @@ public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy getNetwork() { */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder getNetworkOrBuilder() { - return network_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance() - : network_; + return network_ == null ? com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance() : network_; } public static final int PLACEMENT_FIELD_NUMBER = 10; private com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement_; /** - * - * *
    * The placement policy.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; - * * @return Whether the placement field is set. */ @java.lang.Override @@ -12824,25 +11551,18 @@ public boolean hasPlacement() { return placement_ != null; } /** - * - * *
    * The placement policy.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; - * * @return The placement. */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy getPlacement() { - return placement_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance() - : placement_; + return placement_ == null ? com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance() : placement_; } /** - * - * *
    * The placement policy.
    * 
@@ -12850,15 +11570,11 @@ public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy getPlacement() * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; */ @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder - getPlacementOrBuilder() { - return placement_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance() - : placement_; + public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder getPlacementOrBuilder() { + return placement_ == null ? com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance() : placement_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -12870,12 +11586,17 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (location_ != null) { output.writeMessage(1, getLocation()); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 6); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetLabels(), + LabelsDefaultEntryHolder.defaultEntry, + 6); if (network_ != null) { output.writeMessage(7, getNetwork()); } @@ -12898,29 +11619,34 @@ public int getSerializedSize() { size = 0; if (location_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getLocation()); - } - for (java.util.Map.Entry entry : - internalGetLabels().getMap().entrySet()) { - com.google.protobuf.MapEntry labels__ = - LabelsDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, labels__); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getLocation()); + } + for (java.util.Map.Entry entry + : internalGetLabels().getMap().entrySet()) { + com.google.protobuf.MapEntry + labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, labels__); } if (network_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getNetwork()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, getNetwork()); } for (int i = 0; i < instances_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, instances_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, instances_.get(i)); } if (serviceAccount_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, getServiceAccount()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(9, getServiceAccount()); } if (placement_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getPlacement()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, getPlacement()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -12930,31 +11656,36 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.AllocationPolicy)) { return super.equals(obj); } - com.google.cloud.batch.v1.AllocationPolicy other = - (com.google.cloud.batch.v1.AllocationPolicy) obj; + com.google.cloud.batch.v1.AllocationPolicy other = (com.google.cloud.batch.v1.AllocationPolicy) obj; if (hasLocation() != other.hasLocation()) return false; if (hasLocation()) { - if (!getLocation().equals(other.getLocation())) return false; + if (!getLocation() + .equals(other.getLocation())) return false; } - if (!getInstancesList().equals(other.getInstancesList())) return false; + if (!getInstancesList() + .equals(other.getInstancesList())) return false; if (hasServiceAccount() != other.hasServiceAccount()) return false; if (hasServiceAccount()) { - if (!getServiceAccount().equals(other.getServiceAccount())) return false; + if (!getServiceAccount() + .equals(other.getServiceAccount())) return false; } - if (!internalGetLabels().equals(other.internalGetLabels())) return false; + if (!internalGetLabels().equals( + other.internalGetLabels())) return false; if (hasNetwork() != other.hasNetwork()) return false; if (hasNetwork()) { - if (!getNetwork().equals(other.getNetwork())) return false; + if (!getNetwork() + .equals(other.getNetwork())) return false; } if (hasPlacement() != other.hasPlacement()) return false; if (hasPlacement()) { - if (!getPlacement().equals(other.getPlacement())) return false; + if (!getPlacement() + .equals(other.getPlacement())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -12996,104 +11727,99 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.AllocationPolicy parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.AllocationPolicy parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.AllocationPolicy parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.AllocationPolicy parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.AllocationPolicy parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.AllocationPolicy parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.AllocationPolicy parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.AllocationPolicy prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A Job's resource allocation policy describes when, where, and how compute
    * resources should be allocated for the Job.
@@ -13101,52 +11827,55 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.batch.v1.AllocationPolicy}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.AllocationPolicy)
       com.google.cloud.batch.v1.AllocationPolicyOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMapField(
+        int number) {
       switch (number) {
         case 6:
           return internalGetLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMutableMapField(
+        int number) {
       switch (number) {
         case 6:
           return internalGetMutableLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_fieldAccessorTable
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.batch.v1.AllocationPolicy.class,
-              com.google.cloud.batch.v1.AllocationPolicy.Builder.class);
+              com.google.cloud.batch.v1.AllocationPolicy.class, com.google.cloud.batch.v1.AllocationPolicy.Builder.class);
     }
 
     // Construct using com.google.cloud.batch.v1.AllocationPolicy.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -13183,9 +11912,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor;
     }
 
     @java.lang.Override
@@ -13204,12 +11933,9 @@ public com.google.cloud.batch.v1.AllocationPolicy build() {
 
     @java.lang.Override
     public com.google.cloud.batch.v1.AllocationPolicy buildPartial() {
-      com.google.cloud.batch.v1.AllocationPolicy result =
-          new com.google.cloud.batch.v1.AllocationPolicy(this);
+      com.google.cloud.batch.v1.AllocationPolicy result = new com.google.cloud.batch.v1.AllocationPolicy(this);
       buildPartialRepeatedFields(result);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -13229,21 +11955,28 @@ private void buildPartialRepeatedFields(com.google.cloud.batch.v1.AllocationPoli
     private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy result) {
       int from_bitField0_ = bitField0_;
       if (((from_bitField0_ & 0x00000001) != 0)) {
-        result.location_ = locationBuilder_ == null ? location_ : locationBuilder_.build();
+        result.location_ = locationBuilder_ == null
+            ? location_
+            : locationBuilder_.build();
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.serviceAccount_ =
-            serviceAccountBuilder_ == null ? serviceAccount_ : serviceAccountBuilder_.build();
+        result.serviceAccount_ = serviceAccountBuilder_ == null
+            ? serviceAccount_
+            : serviceAccountBuilder_.build();
       }
       if (((from_bitField0_ & 0x00000008) != 0)) {
         result.labels_ = internalGetLabels();
         result.labels_.makeImmutable();
       }
       if (((from_bitField0_ & 0x00000010) != 0)) {
-        result.network_ = networkBuilder_ == null ? network_ : networkBuilder_.build();
+        result.network_ = networkBuilder_ == null
+            ? network_
+            : networkBuilder_.build();
       }
       if (((from_bitField0_ & 0x00000020) != 0)) {
-        result.placement_ = placementBuilder_ == null ? placement_ : placementBuilder_.build();
+        result.placement_ = placementBuilder_ == null
+            ? placement_
+            : placementBuilder_.build();
       }
     }
 
@@ -13251,39 +11984,38 @@ private void buildPartial0(com.google.cloud.batch.v1.AllocationPolicy result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.batch.v1.AllocationPolicy) {
-        return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy) other);
+        return mergeFrom((com.google.cloud.batch.v1.AllocationPolicy)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -13313,10 +12045,9 @@ public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy other) {
             instancesBuilder_ = null;
             instances_ = other.instances_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            instancesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getInstancesFieldBuilder()
-                    : null;
+            instancesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getInstancesFieldBuilder() : null;
           } else {
             instancesBuilder_.addAllMessages(other.instances_);
           }
@@ -13325,7 +12056,8 @@ public Builder mergeFrom(com.google.cloud.batch.v1.AllocationPolicy other) {
       if (other.hasServiceAccount()) {
         mergeServiceAccount(other.getServiceAccount());
       }
-      internalGetMutableLabels().mergeFrom(other.internalGetLabels());
+      internalGetMutableLabels().mergeFrom(
+          other.internalGetLabels());
       bitField0_ |= 0x00000008;
       if (other.hasNetwork()) {
         mergeNetwork(other.getNetwork());
@@ -13359,64 +12091,62 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getLocationFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 50:
-              {
-                com.google.protobuf.MapEntry labels__ =
-                    input.readMessage(
-                        LabelsDefaultEntryHolder.defaultEntry.getParserForType(),
-                        extensionRegistry);
-                internalGetMutableLabels()
-                    .getMutableMap()
-                    .put(labels__.getKey(), labels__.getValue());
-                bitField0_ |= 0x00000008;
-                break;
-              } // case 50
-            case 58:
-              {
-                input.readMessage(getNetworkFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000010;
-                break;
-              } // case 58
-            case 66:
-              {
-                com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate m =
-                    input.readMessage(
-                        com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate
-                            .parser(),
-                        extensionRegistry);
-                if (instancesBuilder_ == null) {
-                  ensureInstancesIsMutable();
-                  instances_.add(m);
-                } else {
-                  instancesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 66
-            case 74:
-              {
-                input.readMessage(getServiceAccountFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 74
-            case 82:
-              {
-                input.readMessage(getPlacementFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000020;
-                break;
-              } // case 82
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              input.readMessage(
+                  getLocationFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 50: {
+              com.google.protobuf.MapEntry
+              labels__ = input.readMessage(
+                  LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableLabels().getMutableMap().put(
+                  labels__.getKey(), labels__.getValue());
+              bitField0_ |= 0x00000008;
+              break;
+            } // case 50
+            case 58: {
+              input.readMessage(
+                  getNetworkFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000010;
+              break;
+            } // case 58
+            case 66: {
+              com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate m =
+                  input.readMessage(
+                      com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.parser(),
+                      extensionRegistry);
+              if (instancesBuilder_ == null) {
+                ensureInstancesIsMutable();
+                instances_.add(m);
+              } else {
+                instancesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 66
+            case 74: {
+              input.readMessage(
+                  getServiceAccountFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 74
+            case 82: {
+              input.readMessage(
+                  getPlacementFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000020;
+              break;
+            } // case 82
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -13426,52 +12156,38 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy location_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy,
-            com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder,
-            com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder>
-        locationBuilder_;
+        com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy, com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder> locationBuilder_;
     /**
-     *
-     *
      * 
      * Location where compute resources should be allocated for the Job.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.LocationPolicy location = 1; - * * @return Whether the location field is set. */ public boolean hasLocation() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.LocationPolicy location = 1; - * * @return The location. */ public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy getLocation() { if (locationBuilder_ == null) { - return location_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance() - : location_; + return location_ == null ? com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance() : location_; } else { return locationBuilder_.getMessage(); } } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
@@ -13492,8 +12208,6 @@ public Builder setLocation(com.google.cloud.batch.v1.AllocationPolicy.LocationPo return this; } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
@@ -13512,8 +12226,6 @@ public Builder setLocation( return this; } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
@@ -13522,10 +12234,9 @@ public Builder setLocation( */ public Builder mergeLocation(com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy value) { if (locationBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && location_ != null - && location_ - != com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + location_ != null && + location_ != com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance()) { getLocationBuilder().mergeFrom(value); } else { location_ = value; @@ -13538,8 +12249,6 @@ public Builder mergeLocation(com.google.cloud.batch.v1.AllocationPolicy.Location return this; } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
@@ -13557,8 +12266,6 @@ public Builder clearLocation() { return this; } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
@@ -13571,27 +12278,21 @@ public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder getLoca return getLocationFieldBuilder().getBuilder(); } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.LocationPolicy location = 1; */ - public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder - getLocationOrBuilder() { + public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder getLocationOrBuilder() { if (locationBuilder_ != null) { return locationBuilder_.getMessageOrBuilder(); } else { - return location_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance() - : location_; + return location_ == null ? + com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.getDefaultInstance() : location_; } } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
@@ -13599,54 +12300,40 @@ public com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder getLoca * .google.cloud.batch.v1.AllocationPolicy.LocationPolicy location = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy, - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder> + com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy, com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder> getLocationFieldBuilder() { if (locationBuilder_ == null) { - locationBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy, - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder>( - getLocation(), getParentForChildren(), isClean()); + locationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy, com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder>( + getLocation(), + getParentForChildren(), + isClean()); location_ = null; } return locationBuilder_; } - private java.util.List - instances_ = java.util.Collections.emptyList(); - + private java.util.List instances_ = + java.util.Collections.emptyList(); private void ensureInstancesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - instances_ = - new java.util.ArrayList< - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate>(instances_); + instances_ = new java.util.ArrayList(instances_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder> - instancesBuilder_; + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder> instancesBuilder_; /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - public java.util.List - getInstancesList() { + public java.util.List getInstancesList() { if (instancesBuilder_ == null) { return java.util.Collections.unmodifiableList(instances_); } else { @@ -13654,16 +12341,12 @@ private void ensureInstancesIsMutable() { } } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ public int getInstancesCount() { if (instancesBuilder_ == null) { @@ -13673,19 +12356,14 @@ public int getInstancesCount() { } } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate getInstances( - int index) { + public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate getInstances(int index) { if (instancesBuilder_ == null) { return instances_.get(index); } else { @@ -13693,16 +12371,12 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate getIn } } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ public Builder setInstances( int index, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate value) { @@ -13719,21 +12393,15 @@ public Builder setInstances( return this; } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ public Builder setInstances( - int index, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder - builderForValue) { + int index, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder builderForValue) { if (instancesBuilder_ == null) { ensureInstancesIsMutable(); instances_.set(index, builderForValue.build()); @@ -13744,19 +12412,14 @@ public Builder setInstances( return this; } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - public Builder addInstances( - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate value) { + public Builder addInstances(com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate value) { if (instancesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -13770,16 +12433,12 @@ public Builder addInstances( return this; } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ public Builder addInstances( int index, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate value) { @@ -13796,20 +12455,15 @@ public Builder addInstances( return this; } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ public Builder addInstances( - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder - builderForValue) { + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder builderForValue) { if (instancesBuilder_ == null) { ensureInstancesIsMutable(); instances_.add(builderForValue.build()); @@ -13820,21 +12474,15 @@ public Builder addInstances( return this; } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ public Builder addInstances( - int index, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder - builderForValue) { + int index, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder builderForValue) { if (instancesBuilder_ == null) { ensureInstancesIsMutable(); instances_.add(index, builderForValue.build()); @@ -13845,24 +12493,19 @@ public Builder addInstances( return this; } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ public Builder addAllInstances( - java.lang.Iterable< - ? extends com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate> - values) { + java.lang.Iterable values) { if (instancesBuilder_ == null) { ensureInstancesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, instances_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, instances_); onChanged(); } else { instancesBuilder_.addAllMessages(values); @@ -13870,16 +12513,12 @@ public Builder addAllInstances( return this; } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ public Builder clearInstances() { if (instancesBuilder_ == null) { @@ -13892,16 +12531,12 @@ public Builder clearInstances() { return this; } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ public Builder removeInstances(int index) { if (instancesBuilder_ == null) { @@ -13914,56 +12549,42 @@ public Builder removeInstances(int index) { return this; } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder - getInstancesBuilder(int index) { + public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder getInstancesBuilder( + int index) { return getInstancesFieldBuilder().getBuilder(index); } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder - getInstancesOrBuilder(int index) { + public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder getInstancesOrBuilder( + int index) { if (instancesBuilder_ == null) { - return instances_.get(index); - } else { + return instances_.get(index); } else { return instancesBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - public java.util.List< - ? extends com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder> - getInstancesOrBuilderList() { + public java.util.List + getInstancesOrBuilderList() { if (instancesBuilder_ != null) { return instancesBuilder_.getMessageOrBuilderList(); } else { @@ -13971,74 +12592,52 @@ public Builder removeInstances(int index) { } } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder - addInstancesBuilder() { - return getInstancesFieldBuilder() - .addBuilder( - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate - .getDefaultInstance()); + public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder addInstancesBuilder() { + return getInstancesFieldBuilder().addBuilder( + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.getDefaultInstance()); } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder - addInstancesBuilder(int index) { - return getInstancesFieldBuilder() - .addBuilder( - index, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate - .getDefaultInstance()); + public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder addInstancesBuilder( + int index) { + return getInstancesFieldBuilder().addBuilder( + index, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.getDefaultInstance()); } /** - * - * *
      * Describe instances that can be created by this AllocationPolicy.
      * Only instances[0] is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - public java.util.List< - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder> - getInstancesBuilderList() { + public java.util.List + getInstancesBuilderList() { return getInstancesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder> + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder> getInstancesFieldBuilder() { if (instancesBuilder_ == null) { - instancesBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder, - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder>( - instances_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); + instancesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate.Builder, com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder>( + instances_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); instances_ = null; } return instancesBuilder_; @@ -14046,47 +12645,34 @@ public Builder removeInstances(int index) { private com.google.cloud.batch.v1.ServiceAccount serviceAccount_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.ServiceAccount, - com.google.cloud.batch.v1.ServiceAccount.Builder, - com.google.cloud.batch.v1.ServiceAccountOrBuilder> - serviceAccountBuilder_; + com.google.cloud.batch.v1.ServiceAccount, com.google.cloud.batch.v1.ServiceAccount.Builder, com.google.cloud.batch.v1.ServiceAccountOrBuilder> serviceAccountBuilder_; /** - * - * *
      * Service account that VMs will run as.
      * 
* * .google.cloud.batch.v1.ServiceAccount service_account = 9; - * * @return Whether the serviceAccount field is set. */ public boolean hasServiceAccount() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Service account that VMs will run as.
      * 
* * .google.cloud.batch.v1.ServiceAccount service_account = 9; - * * @return The serviceAccount. */ public com.google.cloud.batch.v1.ServiceAccount getServiceAccount() { if (serviceAccountBuilder_ == null) { - return serviceAccount_ == null - ? com.google.cloud.batch.v1.ServiceAccount.getDefaultInstance() - : serviceAccount_; + return serviceAccount_ == null ? com.google.cloud.batch.v1.ServiceAccount.getDefaultInstance() : serviceAccount_; } else { return serviceAccountBuilder_.getMessage(); } } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14107,8 +12693,6 @@ public Builder setServiceAccount(com.google.cloud.batch.v1.ServiceAccount value) return this; } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14127,8 +12711,6 @@ public Builder setServiceAccount( return this; } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14137,9 +12719,9 @@ public Builder setServiceAccount( */ public Builder mergeServiceAccount(com.google.cloud.batch.v1.ServiceAccount value) { if (serviceAccountBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) - && serviceAccount_ != null - && serviceAccount_ != com.google.cloud.batch.v1.ServiceAccount.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) && + serviceAccount_ != null && + serviceAccount_ != com.google.cloud.batch.v1.ServiceAccount.getDefaultInstance()) { getServiceAccountBuilder().mergeFrom(value); } else { serviceAccount_ = value; @@ -14152,8 +12734,6 @@ public Builder mergeServiceAccount(com.google.cloud.batch.v1.ServiceAccount valu return this; } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14171,8 +12751,6 @@ public Builder clearServiceAccount() { return this; } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14185,8 +12763,6 @@ public com.google.cloud.batch.v1.ServiceAccount.Builder getServiceAccountBuilder return getServiceAccountFieldBuilder().getBuilder(); } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14197,14 +12773,11 @@ public com.google.cloud.batch.v1.ServiceAccountOrBuilder getServiceAccountOrBuil if (serviceAccountBuilder_ != null) { return serviceAccountBuilder_.getMessageOrBuilder(); } else { - return serviceAccount_ == null - ? com.google.cloud.batch.v1.ServiceAccount.getDefaultInstance() - : serviceAccount_; + return serviceAccount_ == null ? + com.google.cloud.batch.v1.ServiceAccount.getDefaultInstance() : serviceAccount_; } } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14212,35 +12785,34 @@ public com.google.cloud.batch.v1.ServiceAccountOrBuilder getServiceAccountOrBuil * .google.cloud.batch.v1.ServiceAccount service_account = 9; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.ServiceAccount, - com.google.cloud.batch.v1.ServiceAccount.Builder, - com.google.cloud.batch.v1.ServiceAccountOrBuilder> + com.google.cloud.batch.v1.ServiceAccount, com.google.cloud.batch.v1.ServiceAccount.Builder, com.google.cloud.batch.v1.ServiceAccountOrBuilder> getServiceAccountFieldBuilder() { if (serviceAccountBuilder_ == null) { - serviceAccountBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.ServiceAccount, - com.google.cloud.batch.v1.ServiceAccount.Builder, - com.google.cloud.batch.v1.ServiceAccountOrBuilder>( - getServiceAccount(), getParentForChildren(), isClean()); + serviceAccountBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.ServiceAccount, com.google.cloud.batch.v1.ServiceAccount.Builder, com.google.cloud.batch.v1.ServiceAccountOrBuilder>( + getServiceAccount(), + getParentForChildren(), + isClean()); serviceAccount_ = null; } return serviceAccountBuilder_; } - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } - private com.google.protobuf.MapField internalGetMutableLabels() { if (labels_ == null) { - labels_ = com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry); + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); } if (!labels_.isMutable()) { labels_ = labels_.copy(); @@ -14249,13 +12821,10 @@ private com.google.protobuf.MapField interna onChanged(); return labels_; } - public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
      * Labels applied to all VM instances and other resources
      * created by AllocationPolicy.
@@ -14269,21 +12838,20 @@ public int getLabelsCount() {
      * map<string, string> labels = 6;
      */
     @java.lang.Override
-    public boolean containsLabels(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsLabels(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetLabels().getMap().containsKey(key);
     }
-    /** Use {@link #getLabelsMap()} instead. */
+    /**
+     * Use {@link #getLabelsMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getLabels() {
       return getLabelsMap();
     }
     /**
-     *
-     *
      * 
      * Labels applied to all VM instances and other resources
      * created by AllocationPolicy.
@@ -14301,8 +12869,6 @@ public java.util.Map getLabelsMap() {
       return internalGetLabels().getMap();
     }
     /**
-     *
-     *
      * 
      * Labels applied to all VM instances and other resources
      * created by AllocationPolicy.
@@ -14316,19 +12882,17 @@ public java.util.Map getLabelsMap() {
      * map<string, string> labels = 6;
      */
     @java.lang.Override
-    public /* nullable */ java.lang.String getLabelsOrDefault(
+    public /* nullable */
+java.lang.String getLabelsOrDefault(
         java.lang.String key,
         /* nullable */
-        java.lang.String defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetLabels().getMap();
+java.lang.String defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetLabels().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * Labels applied to all VM instances and other resources
      * created by AllocationPolicy.
@@ -14342,25 +12906,23 @@ public java.util.Map getLabelsMap() {
      * map<string, string> labels = 6;
      */
     @java.lang.Override
-    public java.lang.String getLabelsOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetLabels().getMap();
+    public java.lang.String getLabelsOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetLabels().getMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
       return map.get(key);
     }
-
     public Builder clearLabels() {
       bitField0_ = (bitField0_ & ~0x00000008);
-      internalGetMutableLabels().getMutableMap().clear();
+      internalGetMutableLabels().getMutableMap()
+          .clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * Labels applied to all VM instances and other resources
      * created by AllocationPolicy.
@@ -14373,22 +12935,23 @@ public Builder clearLabels() {
      *
      * map<string, string> labels = 6;
      */
-    public Builder removeLabels(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableLabels().getMutableMap().remove(key);
+    public Builder removeLabels(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableLabels().getMutableMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableLabels() {
+    public java.util.Map
+        getMutableLabels() {
       bitField0_ |= 0x00000008;
       return internalGetMutableLabels().getMutableMap();
     }
     /**
-     *
-     *
      * 
      * Labels applied to all VM instances and other resources
      * created by AllocationPolicy.
@@ -14401,20 +12964,17 @@ public java.util.Map getMutableLabels() {
      *
      * map<string, string> labels = 6;
      */
-    public Builder putLabels(java.lang.String key, java.lang.String value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      if (value == null) {
-        throw new NullPointerException("map value");
-      }
-      internalGetMutableLabels().getMutableMap().put(key, value);
+    public Builder putLabels(
+        java.lang.String key,
+        java.lang.String value) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      if (value == null) { throw new NullPointerException("map value"); }
+      internalGetMutableLabels().getMutableMap()
+          .put(key, value);
       bitField0_ |= 0x00000008;
       return this;
     }
     /**
-     *
-     *
      * 
      * Labels applied to all VM instances and other resources
      * created by AllocationPolicy.
@@ -14427,55 +12987,44 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
      *
      * map<string, string> labels = 6;
      */
-    public Builder putAllLabels(java.util.Map values) {
-      internalGetMutableLabels().getMutableMap().putAll(values);
+    public Builder putAllLabels(
+        java.util.Map values) {
+      internalGetMutableLabels().getMutableMap()
+          .putAll(values);
       bitField0_ |= 0x00000008;
       return this;
     }
 
     private com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy,
-            com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder,
-            com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder>
-        networkBuilder_;
+        com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy, com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder> networkBuilder_;
     /**
-     *
-     *
      * 
      * The network policy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network = 7; - * * @return Whether the network field is set. */ public boolean hasNetwork() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * The network policy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network = 7; - * * @return The network. */ public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy getNetwork() { if (networkBuilder_ == null) { - return network_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance() - : network_; + return network_ == null ? com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance() : network_; } else { return networkBuilder_.getMessage(); } } /** - * - * *
      * The network policy.
      * 
@@ -14496,8 +13045,6 @@ public Builder setNetwork(com.google.cloud.batch.v1.AllocationPolicy.NetworkPoli return this; } /** - * - * *
      * The network policy.
      * 
@@ -14516,8 +13063,6 @@ public Builder setNetwork( return this; } /** - * - * *
      * The network policy.
      * 
@@ -14526,10 +13071,9 @@ public Builder setNetwork( */ public Builder mergeNetwork(com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy value) { if (networkBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) - && network_ != null - && network_ - != com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) && + network_ != null && + network_ != com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance()) { getNetworkBuilder().mergeFrom(value); } else { network_ = value; @@ -14542,8 +13086,6 @@ public Builder mergeNetwork(com.google.cloud.batch.v1.AllocationPolicy.NetworkPo return this; } /** - * - * *
      * The network policy.
      * 
@@ -14561,8 +13103,6 @@ public Builder clearNetwork() { return this; } /** - * - * *
      * The network policy.
      * 
@@ -14575,8 +13115,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder getNetwo return getNetworkFieldBuilder().getBuilder(); } /** - * - * *
      * The network policy.
      * 
@@ -14587,14 +13125,11 @@ public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder getNetw if (networkBuilder_ != null) { return networkBuilder_.getMessageOrBuilder(); } else { - return network_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance() - : network_; + return network_ == null ? + com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.getDefaultInstance() : network_; } } /** - * - * *
      * The network policy.
      * 
@@ -14602,17 +13137,14 @@ public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder getNetw * .google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy, - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder> + com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy, com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder> getNetworkFieldBuilder() { if (networkBuilder_ == null) { - networkBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy, - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder>( - getNetwork(), getParentForChildren(), isClean()); + networkBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy, com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder>( + getNetwork(), + getParentForChildren(), + isClean()); network_ = null; } return networkBuilder_; @@ -14620,47 +13152,34 @@ public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder getNetw private com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy, - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder> - placementBuilder_; + com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy, com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder> placementBuilder_; /** - * - * *
      * The placement policy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; - * * @return Whether the placement field is set. */ public boolean hasPlacement() { return ((bitField0_ & 0x00000020) != 0); } /** - * - * *
      * The placement policy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; - * * @return The placement. */ public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy getPlacement() { if (placementBuilder_ == null) { - return placement_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance() - : placement_; + return placement_ == null ? com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance() : placement_; } else { return placementBuilder_.getMessage(); } } /** - * - * *
      * The placement policy.
      * 
@@ -14681,8 +13200,6 @@ public Builder setPlacement(com.google.cloud.batch.v1.AllocationPolicy.Placement return this; } /** - * - * *
      * The placement policy.
      * 
@@ -14701,22 +13218,17 @@ public Builder setPlacement( return this; } /** - * - * *
      * The placement policy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; */ - public Builder mergePlacement( - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy value) { + public Builder mergePlacement(com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy value) { if (placementBuilder_ == null) { - if (((bitField0_ & 0x00000020) != 0) - && placement_ != null - && placement_ - != com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy - .getDefaultInstance()) { + if (((bitField0_ & 0x00000020) != 0) && + placement_ != null && + placement_ != com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance()) { getPlacementBuilder().mergeFrom(value); } else { placement_ = value; @@ -14729,8 +13241,6 @@ public Builder mergePlacement( return this; } /** - * - * *
      * The placement policy.
      * 
@@ -14748,42 +13258,33 @@ public Builder clearPlacement() { return this; } /** - * - * *
      * The placement policy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; */ - public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder - getPlacementBuilder() { + public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder getPlacementBuilder() { bitField0_ |= 0x00000020; onChanged(); return getPlacementFieldBuilder().getBuilder(); } /** - * - * *
      * The placement policy.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; */ - public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder - getPlacementOrBuilder() { + public com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder getPlacementOrBuilder() { if (placementBuilder_ != null) { return placementBuilder_.getMessageOrBuilder(); } else { - return placement_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance() - : placement_; + return placement_ == null ? + com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.getDefaultInstance() : placement_; } } /** - * - * *
      * The placement policy.
      * 
@@ -14791,24 +13292,21 @@ public Builder clearPlacement() { * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy, - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder> + com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy, com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder> getPlacementFieldBuilder() { if (placementBuilder_ == null) { - placementBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy, - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder>( - getPlacement(), getParentForChildren(), isClean()); + placementBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy, com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicyOrBuilder>( + getPlacement(), + getParentForChildren(), + isClean()); placement_ = null; } return placementBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -14818,12 +13316,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.AllocationPolicy) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.AllocationPolicy) private static final com.google.cloud.batch.v1.AllocationPolicy DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.AllocationPolicy(); } @@ -14832,27 +13330,27 @@ public static com.google.cloud.batch.v1.AllocationPolicy getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AllocationPolicy parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AllocationPolicy parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -14867,4 +13365,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.AllocationPolicy getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicyOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicyOrBuilder.java similarity index 80% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicyOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicyOrBuilder.java index 09af0e2fbdcd..78d27ff0767f 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicyOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicyOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/job.proto package com.google.cloud.batch.v1; -public interface AllocationPolicyOrBuilder - extends +public interface AllocationPolicyOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.AllocationPolicy) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Location where compute resources should be allocated for the Job.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.LocationPolicy location = 1; - * * @return Whether the location field is set. */ boolean hasLocation(); /** - * - * *
    * Location where compute resources should be allocated for the Job.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.LocationPolicy location = 1; - * * @return The location. */ com.google.cloud.batch.v1.AllocationPolicy.LocationPolicy getLocation(); /** - * - * *
    * Location where compute resources should be allocated for the Job.
    * 
@@ -59,97 +35,73 @@ public interface AllocationPolicyOrBuilder com.google.cloud.batch.v1.AllocationPolicy.LocationPolicyOrBuilder getLocationOrBuilder(); /** - * - * *
    * Describe instances that can be created by this AllocationPolicy.
    * Only instances[0] is supported now.
    * 
* - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - java.util.List + java.util.List getInstancesList(); /** - * - * *
    * Describe instances that can be created by this AllocationPolicy.
    * Only instances[0] is supported now.
    * 
* - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate getInstances(int index); /** - * - * *
    * Describe instances that can be created by this AllocationPolicy.
    * Only instances[0] is supported now.
    * 
* - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ int getInstancesCount(); /** - * - * *
    * Describe instances that can be created by this AllocationPolicy.
    * Only instances[0] is supported now.
    * 
* - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - java.util.List< - ? extends com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder> + java.util.List getInstancesOrBuilderList(); /** - * - * *
    * Describe instances that can be created by this AllocationPolicy.
    * Only instances[0] is supported now.
    * 
* - * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; - * + * repeated .google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplate instances = 8; */ - com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder - getInstancesOrBuilder(int index); + com.google.cloud.batch.v1.AllocationPolicy.InstancePolicyOrTemplateOrBuilder getInstancesOrBuilder( + int index); /** - * - * *
    * Service account that VMs will run as.
    * 
* * .google.cloud.batch.v1.ServiceAccount service_account = 9; - * * @return Whether the serviceAccount field is set. */ boolean hasServiceAccount(); /** - * - * *
    * Service account that VMs will run as.
    * 
* * .google.cloud.batch.v1.ServiceAccount service_account = 9; - * * @return The serviceAccount. */ com.google.cloud.batch.v1.ServiceAccount getServiceAccount(); /** - * - * *
    * Service account that VMs will run as.
    * 
@@ -159,8 +111,6 @@ public interface AllocationPolicyOrBuilder com.google.cloud.batch.v1.ServiceAccountOrBuilder getServiceAccountOrBuilder(); /** - * - * *
    * Labels applied to all VM instances and other resources
    * created by AllocationPolicy.
@@ -175,8 +125,6 @@ public interface AllocationPolicyOrBuilder
    */
   int getLabelsCount();
   /**
-   *
-   *
    * 
    * Labels applied to all VM instances and other resources
    * created by AllocationPolicy.
@@ -189,13 +137,15 @@ public interface AllocationPolicyOrBuilder
    *
    * map<string, string> labels = 6;
    */
-  boolean containsLabels(java.lang.String key);
-  /** Use {@link #getLabelsMap()} instead. */
+  boolean containsLabels(
+      java.lang.String key);
+  /**
+   * Use {@link #getLabelsMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getLabels();
+  java.util.Map
+  getLabels();
   /**
-   *
-   *
    * 
    * Labels applied to all VM instances and other resources
    * created by AllocationPolicy.
@@ -208,10 +158,9 @@ public interface AllocationPolicyOrBuilder
    *
    * map<string, string> labels = 6;
    */
-  java.util.Map getLabelsMap();
+  java.util.Map
+  getLabelsMap();
   /**
-   *
-   *
    * 
    * Labels applied to all VM instances and other resources
    * created by AllocationPolicy.
@@ -225,13 +174,11 @@ public interface AllocationPolicyOrBuilder
    * map<string, string> labels = 6;
    */
   /* nullable */
-  java.lang.String getLabelsOrDefault(
+java.lang.String getLabelsOrDefault(
       java.lang.String key,
       /* nullable */
-      java.lang.String defaultValue);
+java.lang.String defaultValue);
   /**
-   *
-   *
    * 
    * Labels applied to all VM instances and other resources
    * created by AllocationPolicy.
@@ -244,35 +191,28 @@ java.lang.String getLabelsOrDefault(
    *
    * map<string, string> labels = 6;
    */
-  java.lang.String getLabelsOrThrow(java.lang.String key);
+  java.lang.String getLabelsOrThrow(
+      java.lang.String key);
 
   /**
-   *
-   *
    * 
    * The network policy.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network = 7; - * * @return Whether the network field is set. */ boolean hasNetwork(); /** - * - * *
    * The network policy.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network = 7; - * * @return The network. */ com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy getNetwork(); /** - * - * *
    * The network policy.
    * 
@@ -282,32 +222,24 @@ java.lang.String getLabelsOrDefault( com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicyOrBuilder getNetworkOrBuilder(); /** - * - * *
    * The placement policy.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; - * * @return Whether the placement field is set. */ boolean hasPlacement(); /** - * - * *
    * The placement policy.
    * 
* * .google.cloud.batch.v1.AllocationPolicy.PlacementPolicy placement = 10; - * * @return The placement. */ com.google.cloud.batch.v1.AllocationPolicy.PlacementPolicy getPlacement(); /** - * - * *
    * The placement policy.
    * 
diff --git a/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchProto.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchProto.java new file mode 100644 index 000000000000..979b0bc084b2 --- /dev/null +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/BatchProto.java @@ -0,0 +1,230 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/batch/v1/batch.proto + +package com.google.cloud.batch.v1; + +public final class BatchProto { + private BatchProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_CreateJobRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_GetJobRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_GetJobRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_DeleteJobRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_ListJobsRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_ListJobsResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_ListTasksRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_ListTasksResponse_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_GetTaskRequest_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_OperationMetadata_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_OperationMetadata_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n!google/cloud/batch/v1/batch.proto\022\025goo" + + "gle.cloud.batch.v1\032\034google/api/annotatio" + + "ns.proto\032\027google/api/client.proto\032\037googl" + + "e/api/field_behavior.proto\032\031google/api/r" + + "esource.proto\032\037google/cloud/batch/v1/job" + + ".proto\032 google/cloud/batch/v1/task.proto" + + "\032#google/longrunning/operations.proto\032\033g" + + "oogle/protobuf/empty.proto\032\037google/proto" + + "buf/timestamp.proto\"\236\001\n\020CreateJobRequest" + + "\0221\n\006parent\030\001 \001(\tB!\342A\001\002\372A\032\022\030batch.googlea" + + "pis.com/Job\022\016\n\006job_id\030\002 \001(\t\022-\n\003job\030\003 \001(\013" + + "2\032.google.cloud.batch.v1.JobB\004\342A\001\002\022\030\n\nre" + + "quest_id\030\004 \001(\tB\004\342A\001\001\"@\n\rGetJobRequest\022/\n" + + "\004name\030\001 \001(\tB!\342A\001\002\372A\032\n\030batch.googleapis.c" + + "om/Job\"P\n\020DeleteJobRequest\022\014\n\004name\030\001 \001(\t" + + "\022\024\n\006reason\030\002 \001(\tB\004\342A\001\001\022\030\n\nrequest_id\030\004 \001" + + "(\tB\004\342A\001\001\"p\n\017ListJobsRequest\022\016\n\006parent\030\001 " + + "\001(\t\022\016\n\006filter\030\004 \001(\t\022\026\n\010order_by\030\005 \001(\tB\004\342" + + "A\001\001\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001" + + "(\t\"j\n\020ListJobsResponse\022(\n\004jobs\030\001 \003(\0132\032.g" + + "oogle.cloud.batch.v1.Job\022\027\n\017next_page_to" + + "ken\030\002 \001(\t\022\023\n\013unreachable\030\003 \003(\t\"\202\001\n\020ListT" + + "asksRequest\0227\n\006parent\030\001 \001(\tB\'\342A\001\002\372A \n\036ba" + + "tch.googleapis.com/TaskGroup\022\016\n\006filter\030\002" + + " \001(\t\022\021\n\tpage_size\030\003 \001(\005\022\022\n\npage_token\030\004 " + + "\001(\t\"m\n\021ListTasksResponse\022*\n\005tasks\030\001 \003(\0132" + + "\033.google.cloud.batch.v1.Task\022\027\n\017next_pag" + + "e_token\030\002 \001(\t\022\023\n\013unreachable\030\003 \003(\t\"B\n\016Ge" + + "tTaskRequest\0220\n\004name\030\001 \001(\tB\"\342A\001\002\372A\033\n\031bat" + + "ch.googleapis.com/Task\"\207\002\n\021OperationMeta" + + "data\0225\n\013create_time\030\001 \001(\0132\032.google.proto" + + "buf.TimestampB\004\342A\001\003\0222\n\010end_time\030\002 \001(\0132\032." + + "google.protobuf.TimestampB\004\342A\001\003\022\024\n\006targe" + + "t\030\003 \001(\tB\004\342A\001\003\022\022\n\004verb\030\004 \001(\tB\004\342A\001\003\022\034\n\016sta" + + "tus_message\030\005 \001(\tB\004\342A\001\003\022$\n\026requested_can" + + "cellation\030\006 \001(\010B\004\342A\001\003\022\031\n\013api_version\030\007 \001" + + "(\tB\004\342A\001\0032\266\010\n\014BatchService\022\233\001\n\tCreateJob\022" + + "\'.google.cloud.batch.v1.CreateJobRequest" + + "\032\032.google.cloud.batch.v1.Job\"I\332A\021parent," + + "job,job_id\202\323\344\223\002/\"(/v1/{parent=projects/*" + + "/locations/*}/jobs:\003job\022\203\001\n\006GetJob\022$.goo" + + "gle.cloud.batch.v1.GetJobRequest\032\032.googl" + + "e.cloud.batch.v1.Job\"7\332A\004name\202\323\344\223\002*\022(/v1" + + "/{name=projects/*/locations/*/jobs/*}\022\317\001" + + "\n\tDeleteJob\022\'.google.cloud.batch.v1.Dele" + + "teJobRequest\032\035.google.longrunning.Operat" + + "ion\"z\312A@\n\025google.protobuf.Empty\022\'google." + + "cloud.batch.v1.OperationMetadata\332A\004name\202" + + "\323\344\223\002**(/v1/{name=projects/*/locations/*/" + + "jobs/*}\022\226\001\n\010ListJobs\022&.google.cloud.batc" + + "h.v1.ListJobsRequest\032\'.google.cloud.batc" + + "h.v1.ListJobsResponse\"9\332A\006parent\202\323\344\223\002*\022(" + + "/v1/{parent=projects/*/locations/*}/jobs" + + "\022\233\001\n\007GetTask\022%.google.cloud.batch.v1.Get" + + "TaskRequest\032\033.google.cloud.batch.v1.Task" + + "\"L\332A\004name\202\323\344\223\002?\022=/v1/{name=projects/*/lo" + + "cations/*/jobs/*/taskGroups/*/tasks/*}\022\256" + + "\001\n\tListTasks\022\'.google.cloud.batch.v1.Lis" + + "tTasksRequest\032(.google.cloud.batch.v1.Li" + + "stTasksResponse\"N\332A\006parent\202\323\344\223\002?\022=/v1/{p" + + "arent=projects/*/locations/*/jobs/*/task" + + "Groups/*}/tasks\032H\312A\024batch.googleapis.com" + + "\322A.https://www.googleapis.com/auth/cloud" + + "-platformB\253\001\n\031com.google.cloud.batch.v1B" + + "\nBatchProtoP\001Z/cloud.google.com/go/batch" + + "/apiv1/batchpb;batchpb\242\002\003GCB\252\002\025Google.Cl" + + "oud.Batch.V1\312\002\025Google\\Cloud\\Batch\\V1\352\002\030G" + + "oogle::Cloud::Batch::V1b\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.AnnotationsProto.getDescriptor(), + com.google.api.ClientProto.getDescriptor(), + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.cloud.batch.v1.JobProto.getDescriptor(), + com.google.cloud.batch.v1.TaskProto.getDescriptor(), + com.google.longrunning.OperationsProto.getDescriptor(), + com.google.protobuf.EmptyProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_cloud_batch_v1_CreateJobRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor, + new java.lang.String[] { "Parent", "JobId", "Job", "RequestId", }); + internal_static_google_cloud_batch_v1_GetJobRequest_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_cloud_batch_v1_GetJobRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_GetJobRequest_descriptor, + new java.lang.String[] { "Name", }); + internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_cloud_batch_v1_DeleteJobRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor, + new java.lang.String[] { "Name", "Reason", "RequestId", }); + internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_cloud_batch_v1_ListJobsRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor, + new java.lang.String[] { "Parent", "Filter", "OrderBy", "PageSize", "PageToken", }); + internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_cloud_batch_v1_ListJobsResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor, + new java.lang.String[] { "Jobs", "NextPageToken", "Unreachable", }); + internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_cloud_batch_v1_ListTasksRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor, + new java.lang.String[] { "Parent", "Filter", "PageSize", "PageToken", }); + internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_cloud_batch_v1_ListTasksResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor, + new java.lang.String[] { "Tasks", "NextPageToken", "Unreachable", }); + internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_cloud_batch_v1_GetTaskRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor, + new java.lang.String[] { "Name", }); + internal_static_google_cloud_batch_v1_OperationMetadata_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_cloud_batch_v1_OperationMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_OperationMetadata_descriptor, + new java.lang.String[] { "CreateTime", "EndTime", "Target", "Verb", "StatusMessage", "RequestedCancellation", "ApiVersion", }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.ClientProto.defaultHost); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.AnnotationsProto.http); + registry.add(com.google.api.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.oauthScopes); + registry.add(com.google.api.ResourceProto.resourceReference); + registry.add(com.google.longrunning.OperationsProto.operationInfo); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.AnnotationsProto.getDescriptor(); + com.google.api.ClientProto.getDescriptor(); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.cloud.batch.v1.JobProto.getDescriptor(); + com.google.cloud.batch.v1.TaskProto.getDescriptor(); + com.google.longrunning.OperationsProto.getDescriptor(); + com.google.protobuf.EmptyProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResource.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResource.java similarity index 66% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResource.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResource.java index 6bc5c1800ff9..52af4b08bce0 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResource.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResource.java @@ -1,76 +1,55 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/task.proto package com.google.cloud.batch.v1; /** - * - * *
  * Compute resource requirements
  * 
* * Protobuf type {@code google.cloud.batch.v1.ComputeResource} */ -public final class ComputeResource extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ComputeResource extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.ComputeResource) ComputeResourceOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ComputeResource.newBuilder() to construct. private ComputeResource(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private ComputeResource() {} + private ComputeResource() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ComputeResource(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_ComputeResource_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_ComputeResource_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_ComputeResource_fieldAccessorTable + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_ComputeResource_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.ComputeResource.class, - com.google.cloud.batch.v1.ComputeResource.Builder.class); + com.google.cloud.batch.v1.ComputeResource.class, com.google.cloud.batch.v1.ComputeResource.Builder.class); } public static final int CPU_MILLI_FIELD_NUMBER = 1; private long cpuMilli_ = 0L; /** - * - * *
    * The milliCPU count.
    * 
* * int64 cpu_milli = 1; - * * @return The cpuMilli. */ @java.lang.Override @@ -81,14 +60,11 @@ public long getCpuMilli() { public static final int MEMORY_MIB_FIELD_NUMBER = 2; private long memoryMib_ = 0L; /** - * - * *
    * Memory in MiB.
    * 
* * int64 memory_mib = 2; - * * @return The memoryMib. */ @java.lang.Override @@ -99,14 +75,11 @@ public long getMemoryMib() { public static final int BOOT_DISK_MIB_FIELD_NUMBER = 4; private long bootDiskMib_ = 0L; /** - * - * *
    * Extra boot disk size in MiB for each task.
    * 
* * int64 boot_disk_mib = 4; - * * @return The bootDiskMib. */ @java.lang.Override @@ -115,7 +88,6 @@ public long getBootDiskMib() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -127,7 +99,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (cpuMilli_ != 0L) { output.writeInt64(1, cpuMilli_); } @@ -147,13 +120,16 @@ public int getSerializedSize() { size = 0; if (cpuMilli_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, cpuMilli_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(1, cpuMilli_); } if (memoryMib_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(2, memoryMib_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(2, memoryMib_); } if (bootDiskMib_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, bootDiskMib_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(4, bootDiskMib_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -163,17 +139,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.ComputeResource)) { return super.equals(obj); } - com.google.cloud.batch.v1.ComputeResource other = - (com.google.cloud.batch.v1.ComputeResource) obj; + com.google.cloud.batch.v1.ComputeResource other = (com.google.cloud.batch.v1.ComputeResource) obj; - if (getCpuMilli() != other.getCpuMilli()) return false; - if (getMemoryMib() != other.getMemoryMib()) return false; - if (getBootDiskMib() != other.getBootDiskMib()) return false; + if (getCpuMilli() + != other.getCpuMilli()) return false; + if (getMemoryMib() + != other.getMemoryMib()) return false; + if (getBootDiskMib() + != other.getBootDiskMib()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -186,146 +164,145 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + CPU_MILLI_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getCpuMilli()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getCpuMilli()); hash = (37 * hash) + MEMORY_MIB_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getMemoryMib()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getMemoryMib()); hash = (37 * hash) + BOOT_DISK_MIB_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getBootDiskMib()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getBootDiskMib()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.cloud.batch.v1.ComputeResource parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.ComputeResource parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ComputeResource parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ComputeResource parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ComputeResource parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ComputeResource parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ComputeResource parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ComputeResource parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.ComputeResource parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.ComputeResource parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.ComputeResource parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.ComputeResource parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.ComputeResource parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.ComputeResource parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.ComputeResource prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Compute resource requirements
    * 
* * Protobuf type {@code google.cloud.batch.v1.ComputeResource} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.ComputeResource) com.google.cloud.batch.v1.ComputeResourceOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_ComputeResource_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_ComputeResource_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_ComputeResource_fieldAccessorTable + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_ComputeResource_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.ComputeResource.class, - com.google.cloud.batch.v1.ComputeResource.Builder.class); + com.google.cloud.batch.v1.ComputeResource.class, com.google.cloud.batch.v1.ComputeResource.Builder.class); } // Construct using com.google.cloud.batch.v1.ComputeResource.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -337,9 +314,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_ComputeResource_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_ComputeResource_descriptor; } @java.lang.Override @@ -358,11 +335,8 @@ public com.google.cloud.batch.v1.ComputeResource build() { @java.lang.Override public com.google.cloud.batch.v1.ComputeResource buildPartial() { - com.google.cloud.batch.v1.ComputeResource result = - new com.google.cloud.batch.v1.ComputeResource(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.ComputeResource result = new com.google.cloud.batch.v1.ComputeResource(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -384,39 +358,38 @@ private void buildPartial0(com.google.cloud.batch.v1.ComputeResource result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.ComputeResource) { - return mergeFrom((com.google.cloud.batch.v1.ComputeResource) other); + return mergeFrom((com.google.cloud.batch.v1.ComputeResource)other); } else { super.mergeFrom(other); return this; @@ -460,31 +433,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - cpuMilli_ = input.readInt64(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 16: - { - memoryMib_ = input.readInt64(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 32: - { - bootDiskMib_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 32 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + cpuMilli_ = input.readInt64(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 16: { + memoryMib_ = input.readInt64(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 32: { + bootDiskMib_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 32 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -494,19 +463,15 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private long cpuMilli_; + private long cpuMilli_ ; /** - * - * *
      * The milliCPU count.
      * 
* * int64 cpu_milli = 1; - * * @return The cpuMilli. */ @java.lang.Override @@ -514,14 +479,11 @@ public long getCpuMilli() { return cpuMilli_; } /** - * - * *
      * The milliCPU count.
      * 
* * int64 cpu_milli = 1; - * * @param value The cpuMilli to set. * @return This builder for chaining. */ @@ -533,14 +495,11 @@ public Builder setCpuMilli(long value) { return this; } /** - * - * *
      * The milliCPU count.
      * 
* * int64 cpu_milli = 1; - * * @return This builder for chaining. */ public Builder clearCpuMilli() { @@ -550,16 +509,13 @@ public Builder clearCpuMilli() { return this; } - private long memoryMib_; + private long memoryMib_ ; /** - * - * *
      * Memory in MiB.
      * 
* * int64 memory_mib = 2; - * * @return The memoryMib. */ @java.lang.Override @@ -567,14 +523,11 @@ public long getMemoryMib() { return memoryMib_; } /** - * - * *
      * Memory in MiB.
      * 
* * int64 memory_mib = 2; - * * @param value The memoryMib to set. * @return This builder for chaining. */ @@ -586,14 +539,11 @@ public Builder setMemoryMib(long value) { return this; } /** - * - * *
      * Memory in MiB.
      * 
* * int64 memory_mib = 2; - * * @return This builder for chaining. */ public Builder clearMemoryMib() { @@ -603,16 +553,13 @@ public Builder clearMemoryMib() { return this; } - private long bootDiskMib_; + private long bootDiskMib_ ; /** - * - * *
      * Extra boot disk size in MiB for each task.
      * 
* * int64 boot_disk_mib = 4; - * * @return The bootDiskMib. */ @java.lang.Override @@ -620,14 +567,11 @@ public long getBootDiskMib() { return bootDiskMib_; } /** - * - * *
      * Extra boot disk size in MiB for each task.
      * 
* * int64 boot_disk_mib = 4; - * * @param value The bootDiskMib to set. * @return This builder for chaining. */ @@ -639,14 +583,11 @@ public Builder setBootDiskMib(long value) { return this; } /** - * - * *
      * Extra boot disk size in MiB for each task.
      * 
* * int64 boot_disk_mib = 4; - * * @return This builder for chaining. */ public Builder clearBootDiskMib() { @@ -655,9 +596,9 @@ public Builder clearBootDiskMib() { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -667,12 +608,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.ComputeResource) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.ComputeResource) private static final com.google.cloud.batch.v1.ComputeResource DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.ComputeResource(); } @@ -681,27 +622,27 @@ public static com.google.cloud.batch.v1.ComputeResource getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ComputeResource parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ComputeResource parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -716,4 +657,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.ComputeResource getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResourceOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResourceOrBuilder.java similarity index 52% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResourceOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResourceOrBuilder.java index bbeac36efc04..6468bc35069c 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResourceOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResourceOrBuilder.java @@ -1,63 +1,38 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/task.proto package com.google.cloud.batch.v1; -public interface ComputeResourceOrBuilder - extends +public interface ComputeResourceOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.ComputeResource) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The milliCPU count.
    * 
* * int64 cpu_milli = 1; - * * @return The cpuMilli. */ long getCpuMilli(); /** - * - * *
    * Memory in MiB.
    * 
* * int64 memory_mib = 2; - * * @return The memoryMib. */ long getMemoryMib(); /** - * - * *
    * Extra boot disk size in MiB for each task.
    * 
* * int64 boot_disk_mib = 4; - * * @return The bootDiskMib. */ long getBootDiskMib(); diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequest.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequest.java similarity index 74% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequest.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequest.java index 8cfe4cf2ae99..237154e769ca 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequest.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; /** - * - * *
  * CreateJob Request.
  * 
* * Protobuf type {@code google.cloud.batch.v1.CreateJobRequest} */ -public final class CreateJobRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CreateJobRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.CreateJobRequest) CreateJobRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CreateJobRequest.newBuilder() to construct. private CreateJobRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CreateJobRequest() { parent_ = ""; jobId_ = ""; @@ -45,41 +27,34 @@ private CreateJobRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CreateJobRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_CreateJobRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_CreateJobRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.CreateJobRequest.class, - com.google.cloud.batch.v1.CreateJobRequest.Builder.class); + com.google.cloud.batch.v1.CreateJobRequest.class, com.google.cloud.batch.v1.CreateJobRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; /** - * - * *
    * Required. The parent resource name where the Job will be created.
    * Pattern: "projects/{project}/locations/{location}"
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -88,32 +63,30 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. The parent resource name where the Job will be created.
    * Pattern: "projects/{project}/locations/{location}"
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -122,12 +95,9 @@ public com.google.protobuf.ByteString getParentBytes() { } public static final int JOB_ID_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object jobId_ = ""; /** - * - * *
    * ID used to uniquely identify the Job within its parent scope.
    * This field should contain at most 63 characters and must start with
@@ -141,7 +111,6 @@ public com.google.protobuf.ByteString getParentBytes() {
    * 
* * string job_id = 2; - * * @return The jobId. */ @java.lang.Override @@ -150,15 +119,14 @@ public java.lang.String getJobId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); jobId_ = s; return s; } } /** - * - * *
    * ID used to uniquely identify the Job within its parent scope.
    * This field should contain at most 63 characters and must start with
@@ -172,15 +140,16 @@ public java.lang.String getJobId() {
    * 
* * string job_id = 2; - * * @return The bytes for jobId. */ @java.lang.Override - public com.google.protobuf.ByteString getJobIdBytes() { + public com.google.protobuf.ByteString + getJobIdBytes() { java.lang.Object ref = jobId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); jobId_ = b; return b; } else { @@ -191,14 +160,11 @@ public com.google.protobuf.ByteString getJobIdBytes() { public static final int JOB_FIELD_NUMBER = 3; private com.google.cloud.batch.v1.Job job_; /** - * - * *
    * Required. The Job to create.
    * 
* * .google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the job field is set. */ @java.lang.Override @@ -206,14 +172,11 @@ public boolean hasJob() { return job_ != null; } /** - * - * *
    * Required. The Job to create.
    * 
* * .google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The job. */ @java.lang.Override @@ -221,8 +184,6 @@ public com.google.cloud.batch.v1.Job getJob() { return job_ == null ? com.google.cloud.batch.v1.Job.getDefaultInstance() : job_; } /** - * - * *
    * Required. The Job to create.
    * 
@@ -235,12 +196,9 @@ public com.google.cloud.batch.v1.JobOrBuilder getJobOrBuilder() { } public static final int REQUEST_ID_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object requestId_ = ""; /** - * - * *
    * Optional. An optional request ID to identify requests. Specify a unique
    * request ID so that if you must retry your request, the server will know to
@@ -258,7 +216,6 @@ public com.google.cloud.batch.v1.JobOrBuilder getJobOrBuilder() {
    * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The requestId. */ @java.lang.Override @@ -267,15 +224,14 @@ public java.lang.String getRequestId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); requestId_ = s; return s; } } /** - * - * *
    * Optional. An optional request ID to identify requests. Specify a unique
    * request ID so that if you must retry your request, the server will know to
@@ -293,15 +249,16 @@ public java.lang.String getRequestId() {
    * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for requestId. */ @java.lang.Override - public com.google.protobuf.ByteString getRequestIdBytes() { + public com.google.protobuf.ByteString + getRequestIdBytes() { java.lang.Object ref = requestId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); requestId_ = b; return b; } else { @@ -310,7 +267,6 @@ public com.google.protobuf.ByteString getRequestIdBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -322,7 +278,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -351,7 +308,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, jobId_); } if (job_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getJob()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getJob()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(requestId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, requestId_); @@ -364,21 +322,24 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.CreateJobRequest)) { return super.equals(obj); } - com.google.cloud.batch.v1.CreateJobRequest other = - (com.google.cloud.batch.v1.CreateJobRequest) obj; + com.google.cloud.batch.v1.CreateJobRequest other = (com.google.cloud.batch.v1.CreateJobRequest) obj; - if (!getParent().equals(other.getParent())) return false; - if (!getJobId().equals(other.getJobId())) return false; + if (!getParent() + .equals(other.getParent())) return false; + if (!getJobId() + .equals(other.getJobId())) return false; if (hasJob() != other.hasJob()) return false; if (hasJob()) { - if (!getJob().equals(other.getJob())) return false; + if (!getJob() + .equals(other.getJob())) return false; } - if (!getRequestId().equals(other.getRequestId())) return false; + if (!getRequestId() + .equals(other.getRequestId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -405,136 +366,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.CreateJobRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.CreateJobRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.CreateJobRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.CreateJobRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.CreateJobRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.CreateJobRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.CreateJobRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.CreateJobRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.CreateJobRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.CreateJobRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.CreateJobRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.CreateJobRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.CreateJobRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.CreateJobRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.CreateJobRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * CreateJob Request.
    * 
* * Protobuf type {@code google.cloud.batch.v1.CreateJobRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.CreateJobRequest) com.google.cloud.batch.v1.CreateJobRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_CreateJobRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_CreateJobRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.CreateJobRequest.class, - com.google.cloud.batch.v1.CreateJobRequest.Builder.class); + com.google.cloud.batch.v1.CreateJobRequest.class, com.google.cloud.batch.v1.CreateJobRequest.Builder.class); } // Construct using com.google.cloud.batch.v1.CreateJobRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -551,9 +508,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_CreateJobRequest_descriptor; } @java.lang.Override @@ -572,11 +529,8 @@ public com.google.cloud.batch.v1.CreateJobRequest build() { @java.lang.Override public com.google.cloud.batch.v1.CreateJobRequest buildPartial() { - com.google.cloud.batch.v1.CreateJobRequest result = - new com.google.cloud.batch.v1.CreateJobRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.CreateJobRequest result = new com.google.cloud.batch.v1.CreateJobRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -590,7 +544,9 @@ private void buildPartial0(com.google.cloud.batch.v1.CreateJobRequest result) { result.jobId_ = jobId_; } if (((from_bitField0_ & 0x00000004) != 0)) { - result.job_ = jobBuilder_ == null ? job_ : jobBuilder_.build(); + result.job_ = jobBuilder_ == null + ? job_ + : jobBuilder_.build(); } if (((from_bitField0_ & 0x00000008) != 0)) { result.requestId_ = requestId_; @@ -601,39 +557,38 @@ private void buildPartial0(com.google.cloud.batch.v1.CreateJobRequest result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.CreateJobRequest) { - return mergeFrom((com.google.cloud.batch.v1.CreateJobRequest) other); + return mergeFrom((com.google.cloud.batch.v1.CreateJobRequest)other); } else { super.mergeFrom(other); return this; @@ -686,37 +641,34 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - jobId_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 26: - { - input.readMessage(getJobFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000004; - break; - } // case 26 - case 34: - { - requestId_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000008; - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + jobId_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 26: { + input.readMessage( + getJobFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000004; + break; + } // case 26 + case 34: { + requestId_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000008; + break; + } // case 34 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -726,28 +678,23 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object parent_ = ""; /** - * - * *
      * Required. The parent resource name where the Job will be created.
      * Pattern: "projects/{project}/locations/{location}"
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -756,24 +703,21 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. The parent resource name where the Job will be created.
      * Pattern: "projects/{project}/locations/{location}"
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -781,41 +725,30 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. The parent resource name where the Job will be created.
      * Pattern: "projects/{project}/locations/{location}"
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. The parent resource name where the Job will be created.
      * Pattern: "projects/{project}/locations/{location}"
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -825,24 +758,18 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. The parent resource name where the Job will be created.
      * Pattern: "projects/{project}/locations/{location}"
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -852,8 +779,6 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private java.lang.Object jobId_ = ""; /** - * - * *
      * ID used to uniquely identify the Job within its parent scope.
      * This field should contain at most 63 characters and must start with
@@ -867,13 +792,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
      * 
* * string job_id = 2; - * * @return The jobId. */ public java.lang.String getJobId() { java.lang.Object ref = jobId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); jobId_ = s; return s; @@ -882,8 +807,6 @@ public java.lang.String getJobId() { } } /** - * - * *
      * ID used to uniquely identify the Job within its parent scope.
      * This field should contain at most 63 characters and must start with
@@ -897,14 +820,15 @@ public java.lang.String getJobId() {
      * 
* * string job_id = 2; - * * @return The bytes for jobId. */ - public com.google.protobuf.ByteString getJobIdBytes() { + public com.google.protobuf.ByteString + getJobIdBytes() { java.lang.Object ref = jobId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); jobId_ = b; return b; } else { @@ -912,8 +836,6 @@ public com.google.protobuf.ByteString getJobIdBytes() { } } /** - * - * *
      * ID used to uniquely identify the Job within its parent scope.
      * This field should contain at most 63 characters and must start with
@@ -927,22 +849,18 @@ public com.google.protobuf.ByteString getJobIdBytes() {
      * 
* * string job_id = 2; - * * @param value The jobId to set. * @return This builder for chaining. */ - public Builder setJobId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setJobId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } jobId_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * ID used to uniquely identify the Job within its parent scope.
      * This field should contain at most 63 characters and must start with
@@ -956,7 +874,6 @@ public Builder setJobId(java.lang.String value) {
      * 
* * string job_id = 2; - * * @return This builder for chaining. */ public Builder clearJobId() { @@ -966,8 +883,6 @@ public Builder clearJobId() { return this; } /** - * - * *
      * ID used to uniquely identify the Job within its parent scope.
      * This field should contain at most 63 characters and must start with
@@ -981,14 +896,12 @@ public Builder clearJobId() {
      * 
* * string job_id = 2; - * * @param value The bytes for jobId to set. * @return This builder for chaining. */ - public Builder setJobIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setJobIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); jobId_ = value; bitField0_ |= 0x00000002; @@ -998,33 +911,24 @@ public Builder setJobIdBytes(com.google.protobuf.ByteString value) { private com.google.cloud.batch.v1.Job job_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.Job, - com.google.cloud.batch.v1.Job.Builder, - com.google.cloud.batch.v1.JobOrBuilder> - jobBuilder_; + com.google.cloud.batch.v1.Job, com.google.cloud.batch.v1.Job.Builder, com.google.cloud.batch.v1.JobOrBuilder> jobBuilder_; /** - * - * *
      * Required. The Job to create.
      * 
* * .google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the job field is set. */ public boolean hasJob() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Required. The Job to create.
      * 
* * .google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The job. */ public com.google.cloud.batch.v1.Job getJob() { @@ -1035,8 +939,6 @@ public com.google.cloud.batch.v1.Job getJob() { } } /** - * - * *
      * Required. The Job to create.
      * 
@@ -1057,15 +959,14 @@ public Builder setJob(com.google.cloud.batch.v1.Job value) { return this; } /** - * - * *
      * Required. The Job to create.
      * 
* * .google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setJob(com.google.cloud.batch.v1.Job.Builder builderForValue) { + public Builder setJob( + com.google.cloud.batch.v1.Job.Builder builderForValue) { if (jobBuilder_ == null) { job_ = builderForValue.build(); } else { @@ -1076,8 +977,6 @@ public Builder setJob(com.google.cloud.batch.v1.Job.Builder builderForValue) { return this; } /** - * - * *
      * Required. The Job to create.
      * 
@@ -1086,9 +985,9 @@ public Builder setJob(com.google.cloud.batch.v1.Job.Builder builderForValue) { */ public Builder mergeJob(com.google.cloud.batch.v1.Job value) { if (jobBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) - && job_ != null - && job_ != com.google.cloud.batch.v1.Job.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) && + job_ != null && + job_ != com.google.cloud.batch.v1.Job.getDefaultInstance()) { getJobBuilder().mergeFrom(value); } else { job_ = value; @@ -1101,8 +1000,6 @@ public Builder mergeJob(com.google.cloud.batch.v1.Job value) { return this; } /** - * - * *
      * Required. The Job to create.
      * 
@@ -1120,8 +1017,6 @@ public Builder clearJob() { return this; } /** - * - * *
      * Required. The Job to create.
      * 
@@ -1134,8 +1029,6 @@ public com.google.cloud.batch.v1.Job.Builder getJobBuilder() { return getJobFieldBuilder().getBuilder(); } /** - * - * *
      * Required. The Job to create.
      * 
@@ -1146,12 +1039,11 @@ public com.google.cloud.batch.v1.JobOrBuilder getJobOrBuilder() { if (jobBuilder_ != null) { return jobBuilder_.getMessageOrBuilder(); } else { - return job_ == null ? com.google.cloud.batch.v1.Job.getDefaultInstance() : job_; + return job_ == null ? + com.google.cloud.batch.v1.Job.getDefaultInstance() : job_; } } /** - * - * *
      * Required. The Job to create.
      * 
@@ -1159,17 +1051,14 @@ public com.google.cloud.batch.v1.JobOrBuilder getJobOrBuilder() { * .google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.Job, - com.google.cloud.batch.v1.Job.Builder, - com.google.cloud.batch.v1.JobOrBuilder> + com.google.cloud.batch.v1.Job, com.google.cloud.batch.v1.Job.Builder, com.google.cloud.batch.v1.JobOrBuilder> getJobFieldBuilder() { if (jobBuilder_ == null) { - jobBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.Job, - com.google.cloud.batch.v1.Job.Builder, - com.google.cloud.batch.v1.JobOrBuilder>( - getJob(), getParentForChildren(), isClean()); + jobBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.Job, com.google.cloud.batch.v1.Job.Builder, com.google.cloud.batch.v1.JobOrBuilder>( + getJob(), + getParentForChildren(), + isClean()); job_ = null; } return jobBuilder_; @@ -1177,8 +1066,6 @@ public com.google.cloud.batch.v1.JobOrBuilder getJobOrBuilder() { private java.lang.Object requestId_ = ""; /** - * - * *
      * Optional. An optional request ID to identify requests. Specify a unique
      * request ID so that if you must retry your request, the server will know to
@@ -1196,13 +1083,13 @@ public com.google.cloud.batch.v1.JobOrBuilder getJobOrBuilder() {
      * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The requestId. */ public java.lang.String getRequestId() { java.lang.Object ref = requestId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); requestId_ = s; return s; @@ -1211,8 +1098,6 @@ public java.lang.String getRequestId() { } } /** - * - * *
      * Optional. An optional request ID to identify requests. Specify a unique
      * request ID so that if you must retry your request, the server will know to
@@ -1230,14 +1115,15 @@ public java.lang.String getRequestId() {
      * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for requestId. */ - public com.google.protobuf.ByteString getRequestIdBytes() { + public com.google.protobuf.ByteString + getRequestIdBytes() { java.lang.Object ref = requestId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); requestId_ = b; return b; } else { @@ -1245,8 +1131,6 @@ public com.google.protobuf.ByteString getRequestIdBytes() { } } /** - * - * *
      * Optional. An optional request ID to identify requests. Specify a unique
      * request ID so that if you must retry your request, the server will know to
@@ -1264,22 +1148,18 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The requestId to set. * @return This builder for chaining. */ - public Builder setRequestId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setRequestId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } requestId_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * Optional. An optional request ID to identify requests. Specify a unique
      * request ID so that if you must retry your request, the server will know to
@@ -1297,7 +1177,6 @@ public Builder setRequestId(java.lang.String value) {
      * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearRequestId() { @@ -1307,8 +1186,6 @@ public Builder clearRequestId() { return this; } /** - * - * *
      * Optional. An optional request ID to identify requests. Specify a unique
      * request ID so that if you must retry your request, the server will know to
@@ -1326,23 +1203,21 @@ public Builder clearRequestId() {
      * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The bytes for requestId to set. * @return This builder for chaining. */ - public Builder setRequestIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setRequestIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); requestId_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1352,12 +1227,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.CreateJobRequest) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.CreateJobRequest) private static final com.google.cloud.batch.v1.CreateJobRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.CreateJobRequest(); } @@ -1366,27 +1241,27 @@ public static com.google.cloud.batch.v1.CreateJobRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CreateJobRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateJobRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1401,4 +1276,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.CreateJobRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequestOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequestOrBuilder.java similarity index 79% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequestOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequestOrBuilder.java index e9a5dd91a23d..e0940e7419a1 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequestOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/CreateJobRequestOrBuilder.java @@ -1,62 +1,35 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; -public interface CreateJobRequestOrBuilder - extends +public interface CreateJobRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.CreateJobRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The parent resource name where the Job will be created.
    * Pattern: "projects/{project}/locations/{location}"
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. The parent resource name where the Job will be created.
    * Pattern: "projects/{project}/locations/{location}"
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * ID used to uniquely identify the Job within its parent scope.
    * This field should contain at most 63 characters and must start with
@@ -70,13 +43,10 @@ public interface CreateJobRequestOrBuilder
    * 
* * string job_id = 2; - * * @return The jobId. */ java.lang.String getJobId(); /** - * - * *
    * ID used to uniquely identify the Job within its parent scope.
    * This field should contain at most 63 characters and must start with
@@ -90,38 +60,30 @@ public interface CreateJobRequestOrBuilder
    * 
* * string job_id = 2; - * * @return The bytes for jobId. */ - com.google.protobuf.ByteString getJobIdBytes(); + com.google.protobuf.ByteString + getJobIdBytes(); /** - * - * *
    * Required. The Job to create.
    * 
* * .google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return Whether the job field is set. */ boolean hasJob(); /** - * - * *
    * Required. The Job to create.
    * 
* * .google.cloud.batch.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED]; - * * @return The job. */ com.google.cloud.batch.v1.Job getJob(); /** - * - * *
    * Required. The Job to create.
    * 
@@ -131,8 +93,6 @@ public interface CreateJobRequestOrBuilder com.google.cloud.batch.v1.JobOrBuilder getJobOrBuilder(); /** - * - * *
    * Optional. An optional request ID to identify requests. Specify a unique
    * request ID so that if you must retry your request, the server will know to
@@ -150,13 +110,10 @@ public interface CreateJobRequestOrBuilder
    * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The requestId. */ java.lang.String getRequestId(); /** - * - * *
    * Optional. An optional request ID to identify requests. Specify a unique
    * request ID so that if you must retry your request, the server will know to
@@ -174,8 +131,8 @@ public interface CreateJobRequestOrBuilder
    * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for requestId. */ - com.google.protobuf.ByteString getRequestIdBytes(); + com.google.protobuf.ByteString + getRequestIdBytes(); } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequest.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequest.java similarity index 73% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequest.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequest.java index c809958cd0a5..3df37e9be1f2 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequest.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; /** - * - * *
  * DeleteJob Request.
  * 
* * Protobuf type {@code google.cloud.batch.v1.DeleteJobRequest} */ -public final class DeleteJobRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DeleteJobRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.DeleteJobRequest) DeleteJobRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DeleteJobRequest.newBuilder() to construct. private DeleteJobRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DeleteJobRequest() { name_ = ""; reason_ = ""; @@ -45,38 +27,33 @@ private DeleteJobRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DeleteJobRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_DeleteJobRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_DeleteJobRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.DeleteJobRequest.class, - com.google.cloud.batch.v1.DeleteJobRequest.Builder.class); + com.google.cloud.batch.v1.DeleteJobRequest.class, com.google.cloud.batch.v1.DeleteJobRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
    * Job name.
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -85,29 +62,29 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Job name.
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -116,18 +93,14 @@ public com.google.protobuf.ByteString getNameBytes() { } public static final int REASON_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object reason_ = ""; /** - * - * *
    * Optional. Reason for this deletion.
    * 
* * string reason = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The reason. */ @java.lang.Override @@ -136,29 +109,29 @@ public java.lang.String getReason() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); reason_ = s; return s; } } /** - * - * *
    * Optional. Reason for this deletion.
    * 
* * string reason = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for reason. */ @java.lang.Override - public com.google.protobuf.ByteString getReasonBytes() { + public com.google.protobuf.ByteString + getReasonBytes() { java.lang.Object ref = reason_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); reason_ = b; return b; } else { @@ -167,12 +140,9 @@ public com.google.protobuf.ByteString getReasonBytes() { } public static final int REQUEST_ID_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object requestId_ = ""; /** - * - * *
    * Optional. An optional request ID to identify requests. Specify a unique
    * request ID so that if you must retry your request, the server will know to
@@ -190,7 +160,6 @@ public com.google.protobuf.ByteString getReasonBytes() {
    * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The requestId. */ @java.lang.Override @@ -199,15 +168,14 @@ public java.lang.String getRequestId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); requestId_ = s; return s; } } /** - * - * *
    * Optional. An optional request ID to identify requests. Specify a unique
    * request ID so that if you must retry your request, the server will know to
@@ -225,15 +193,16 @@ public java.lang.String getRequestId() {
    * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for requestId. */ @java.lang.Override - public com.google.protobuf.ByteString getRequestIdBytes() { + public com.google.protobuf.ByteString + getRequestIdBytes() { java.lang.Object ref = requestId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); requestId_ = b; return b; } else { @@ -242,7 +211,6 @@ public com.google.protobuf.ByteString getRequestIdBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -254,7 +222,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -290,17 +259,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.DeleteJobRequest)) { return super.equals(obj); } - com.google.cloud.batch.v1.DeleteJobRequest other = - (com.google.cloud.batch.v1.DeleteJobRequest) obj; + com.google.cloud.batch.v1.DeleteJobRequest other = (com.google.cloud.batch.v1.DeleteJobRequest) obj; - if (!getName().equals(other.getName())) return false; - if (!getReason().equals(other.getReason())) return false; - if (!getRequestId().equals(other.getRequestId())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getReason() + .equals(other.getReason())) return false; + if (!getRequestId() + .equals(other.getRequestId())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -323,136 +294,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.DeleteJobRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.DeleteJobRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.DeleteJobRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.DeleteJobRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.DeleteJobRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * DeleteJob Request.
    * 
* * Protobuf type {@code google.cloud.batch.v1.DeleteJobRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.DeleteJobRequest) com.google.cloud.batch.v1.DeleteJobRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_DeleteJobRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_DeleteJobRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.DeleteJobRequest.class, - com.google.cloud.batch.v1.DeleteJobRequest.Builder.class); + com.google.cloud.batch.v1.DeleteJobRequest.class, com.google.cloud.batch.v1.DeleteJobRequest.Builder.class); } // Construct using com.google.cloud.batch.v1.DeleteJobRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -464,9 +431,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_DeleteJobRequest_descriptor; } @java.lang.Override @@ -485,11 +452,8 @@ public com.google.cloud.batch.v1.DeleteJobRequest build() { @java.lang.Override public com.google.cloud.batch.v1.DeleteJobRequest buildPartial() { - com.google.cloud.batch.v1.DeleteJobRequest result = - new com.google.cloud.batch.v1.DeleteJobRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.DeleteJobRequest result = new com.google.cloud.batch.v1.DeleteJobRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -511,39 +475,38 @@ private void buildPartial0(com.google.cloud.batch.v1.DeleteJobRequest result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.DeleteJobRequest) { - return mergeFrom((com.google.cloud.batch.v1.DeleteJobRequest) other); + return mergeFrom((com.google.cloud.batch.v1.DeleteJobRequest)other); } else { super.mergeFrom(other); return this; @@ -593,31 +556,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - reason_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 34: - { - requestId_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000004; - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + reason_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 34: { + requestId_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000004; + break; + } // case 34 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -627,25 +586,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Job name.
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -654,21 +610,20 @@ public java.lang.String getName() { } } /** - * - * *
      * Job name.
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -676,35 +631,28 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Job name.
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Job name.
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { @@ -714,21 +662,17 @@ public Builder clearName() { return this; } /** - * - * *
      * Job name.
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -738,20 +682,18 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object reason_ = ""; /** - * - * *
      * Optional. Reason for this deletion.
      * 
* * string reason = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The reason. */ public java.lang.String getReason() { java.lang.Object ref = reason_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); reason_ = s; return s; @@ -760,21 +702,20 @@ public java.lang.String getReason() { } } /** - * - * *
      * Optional. Reason for this deletion.
      * 
* * string reason = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for reason. */ - public com.google.protobuf.ByteString getReasonBytes() { + public com.google.protobuf.ByteString + getReasonBytes() { java.lang.Object ref = reason_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); reason_ = b; return b; } else { @@ -782,35 +723,28 @@ public com.google.protobuf.ByteString getReasonBytes() { } } /** - * - * *
      * Optional. Reason for this deletion.
      * 
* * string reason = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The reason to set. * @return This builder for chaining. */ - public Builder setReason(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setReason( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } reason_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Optional. Reason for this deletion.
      * 
* * string reason = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearReason() { @@ -820,21 +754,17 @@ public Builder clearReason() { return this; } /** - * - * *
      * Optional. Reason for this deletion.
      * 
* * string reason = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The bytes for reason to set. * @return This builder for chaining. */ - public Builder setReasonBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setReasonBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); reason_ = value; bitField0_ |= 0x00000002; @@ -844,8 +774,6 @@ public Builder setReasonBytes(com.google.protobuf.ByteString value) { private java.lang.Object requestId_ = ""; /** - * - * *
      * Optional. An optional request ID to identify requests. Specify a unique
      * request ID so that if you must retry your request, the server will know to
@@ -863,13 +791,13 @@ public Builder setReasonBytes(com.google.protobuf.ByteString value) {
      * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The requestId. */ public java.lang.String getRequestId() { java.lang.Object ref = requestId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); requestId_ = s; return s; @@ -878,8 +806,6 @@ public java.lang.String getRequestId() { } } /** - * - * *
      * Optional. An optional request ID to identify requests. Specify a unique
      * request ID so that if you must retry your request, the server will know to
@@ -897,14 +823,15 @@ public java.lang.String getRequestId() {
      * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for requestId. */ - public com.google.protobuf.ByteString getRequestIdBytes() { + public com.google.protobuf.ByteString + getRequestIdBytes() { java.lang.Object ref = requestId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); requestId_ = b; return b; } else { @@ -912,8 +839,6 @@ public com.google.protobuf.ByteString getRequestIdBytes() { } } /** - * - * *
      * Optional. An optional request ID to identify requests. Specify a unique
      * request ID so that if you must retry your request, the server will know to
@@ -931,22 +856,18 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The requestId to set. * @return This builder for chaining. */ - public Builder setRequestId(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setRequestId( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } requestId_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * Optional. An optional request ID to identify requests. Specify a unique
      * request ID so that if you must retry your request, the server will know to
@@ -964,7 +885,6 @@ public Builder setRequestId(java.lang.String value) {
      * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearRequestId() { @@ -974,8 +894,6 @@ public Builder clearRequestId() { return this; } /** - * - * *
      * Optional. An optional request ID to identify requests. Specify a unique
      * request ID so that if you must retry your request, the server will know to
@@ -993,23 +911,21 @@ public Builder clearRequestId() {
      * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The bytes for requestId to set. * @return This builder for chaining. */ - public Builder setRequestIdBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setRequestIdBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); requestId_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1019,12 +935,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.DeleteJobRequest) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.DeleteJobRequest) private static final com.google.cloud.batch.v1.DeleteJobRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.DeleteJobRequest(); } @@ -1033,27 +949,27 @@ public static com.google.cloud.batch.v1.DeleteJobRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DeleteJobRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DeleteJobRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1068,4 +984,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.DeleteJobRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequestOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequestOrBuilder.java similarity index 76% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequestOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequestOrBuilder.java index df1ef21cab98..257db3f8a159 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequestOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/DeleteJobRequestOrBuilder.java @@ -1,81 +1,53 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; -public interface DeleteJobRequestOrBuilder - extends +public interface DeleteJobRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.DeleteJobRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Job name.
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Job name.
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Optional. Reason for this deletion.
    * 
* * string reason = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The reason. */ java.lang.String getReason(); /** - * - * *
    * Optional. Reason for this deletion.
    * 
* * string reason = 2 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for reason. */ - com.google.protobuf.ByteString getReasonBytes(); + com.google.protobuf.ByteString + getReasonBytes(); /** - * - * *
    * Optional. An optional request ID to identify requests. Specify a unique
    * request ID so that if you must retry your request, the server will know to
@@ -93,13 +65,10 @@ public interface DeleteJobRequestOrBuilder
    * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The requestId. */ java.lang.String getRequestId(); /** - * - * *
    * Optional. An optional request ID to identify requests. Specify a unique
    * request ID so that if you must retry your request, the server will know to
@@ -117,8 +86,8 @@ public interface DeleteJobRequestOrBuilder
    * 
* * string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for requestId. */ - com.google.protobuf.ByteString getRequestIdBytes(); + com.google.protobuf.ByteString + getRequestIdBytes(); } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Environment.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Environment.java similarity index 65% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Environment.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Environment.java index 8ecb525ca8c8..1bf5bae05b19 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Environment.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Environment.java @@ -1,26 +1,9 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/task.proto package com.google.cloud.batch.v1; /** - * - * *
  * An Environment describes a collection of environment variables to set when
  * executing Tasks.
@@ -28,118 +11,108 @@
  *
  * Protobuf type {@code google.cloud.batch.v1.Environment}
  */
-public final class Environment extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Environment extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.Environment)
     EnvironmentOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Environment.newBuilder() to construct.
   private Environment(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private Environment() {}
+  private Environment() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Environment();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.batch.v1.TaskProto
-        .internal_static_google_cloud_batch_v1_Environment_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
   @java.lang.Override
-  protected com.google.protobuf.MapField internalGetMapField(int number) {
+  protected com.google.protobuf.MapField internalGetMapField(
+      int number) {
     switch (number) {
       case 1:
         return internalGetVariables();
       case 2:
         return internalGetSecretVariables();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.batch.v1.TaskProto
-        .internal_static_google_cloud_batch_v1_Environment_fieldAccessorTable
+    return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.batch.v1.Environment.class,
-            com.google.cloud.batch.v1.Environment.Builder.class);
+            com.google.cloud.batch.v1.Environment.class, com.google.cloud.batch.v1.Environment.Builder.class);
   }
 
-  public interface KMSEnvMapOrBuilder
-      extends
+  public interface KMSEnvMapOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.Environment.KMSEnvMap)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * The name of the KMS key that will be used to decrypt the cipher text.
      * 
* * string key_name = 1; - * * @return The keyName. */ java.lang.String getKeyName(); /** - * - * *
      * The name of the KMS key that will be used to decrypt the cipher text.
      * 
* * string key_name = 1; - * * @return The bytes for keyName. */ - com.google.protobuf.ByteString getKeyNameBytes(); + com.google.protobuf.ByteString + getKeyNameBytes(); /** - * - * *
      * The value of the cipherText response from the `encrypt` method.
      * 
* * string cipher_text = 2; - * * @return The cipherText. */ java.lang.String getCipherText(); /** - * - * *
      * The value of the cipherText response from the `encrypt` method.
      * 
* * string cipher_text = 2; - * * @return The bytes for cipherText. */ - com.google.protobuf.ByteString getCipherTextBytes(); + com.google.protobuf.ByteString + getCipherTextBytes(); } - /** Protobuf type {@code google.cloud.batch.v1.Environment.KMSEnvMap} */ - public static final class KMSEnvMap extends com.google.protobuf.GeneratedMessageV3 - implements + /** + * Protobuf type {@code google.cloud.batch.v1.Environment.KMSEnvMap} + */ + public static final class KMSEnvMap extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.Environment.KMSEnvMap) KMSEnvMapOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use KMSEnvMap.newBuilder() to construct. private KMSEnvMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private KMSEnvMap() { keyName_ = ""; cipherText_ = ""; @@ -147,38 +120,33 @@ private KMSEnvMap() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new KMSEnvMap(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_fieldAccessorTable + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.Environment.KMSEnvMap.class, - com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder.class); + com.google.cloud.batch.v1.Environment.KMSEnvMap.class, com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder.class); } public static final int KEY_NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object keyName_ = ""; /** - * - * *
      * The name of the KMS key that will be used to decrypt the cipher text.
      * 
* * string key_name = 1; - * * @return The keyName. */ @java.lang.Override @@ -187,29 +155,29 @@ public java.lang.String getKeyName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); keyName_ = s; return s; } } /** - * - * *
      * The name of the KMS key that will be used to decrypt the cipher text.
      * 
* * string key_name = 1; - * * @return The bytes for keyName. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyNameBytes() { + public com.google.protobuf.ByteString + getKeyNameBytes() { java.lang.Object ref = keyName_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); keyName_ = b; return b; } else { @@ -218,18 +186,14 @@ public com.google.protobuf.ByteString getKeyNameBytes() { } public static final int CIPHER_TEXT_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object cipherText_ = ""; /** - * - * *
      * The value of the cipherText response from the `encrypt` method.
      * 
* * string cipher_text = 2; - * * @return The cipherText. */ @java.lang.Override @@ -238,29 +202,29 @@ public java.lang.String getCipherText() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); cipherText_ = s; return s; } } /** - * - * *
      * The value of the cipherText response from the `encrypt` method.
      * 
* * string cipher_text = 2; - * * @return The bytes for cipherText. */ @java.lang.Override - public com.google.protobuf.ByteString getCipherTextBytes() { + public com.google.protobuf.ByteString + getCipherTextBytes() { java.lang.Object ref = cipherText_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); cipherText_ = b; return b; } else { @@ -269,7 +233,6 @@ public com.google.protobuf.ByteString getCipherTextBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -281,7 +244,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(keyName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, keyName_); } @@ -311,16 +275,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.Environment.KMSEnvMap)) { return super.equals(obj); } - com.google.cloud.batch.v1.Environment.KMSEnvMap other = - (com.google.cloud.batch.v1.Environment.KMSEnvMap) obj; + com.google.cloud.batch.v1.Environment.KMSEnvMap other = (com.google.cloud.batch.v1.Environment.KMSEnvMap) obj; - if (!getKeyName().equals(other.getKeyName())) return false; - if (!getCipherText().equals(other.getCipherText())) return false; + if (!getKeyName() + .equals(other.getKeyName())) return false; + if (!getCipherText() + .equals(other.getCipherText())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -342,93 +307,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.Environment.KMSEnvMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.Environment.KMSEnvMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -437,34 +398,36 @@ protected Builder newBuilderForType( Builder builder = new Builder(parent); return builder; } - /** Protobuf type {@code google.cloud.batch.v1.Environment.KMSEnvMap} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + /** + * Protobuf type {@code google.cloud.batch.v1.Environment.KMSEnvMap} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.Environment.KMSEnvMap) com.google.cloud.batch.v1.Environment.KMSEnvMapOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_fieldAccessorTable + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.Environment.KMSEnvMap.class, - com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder.class); + com.google.cloud.batch.v1.Environment.KMSEnvMap.class, com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder.class); } // Construct using com.google.cloud.batch.v1.Environment.KMSEnvMap.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -475,9 +438,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_KMSEnvMap_descriptor; } @java.lang.Override @@ -496,11 +459,8 @@ public com.google.cloud.batch.v1.Environment.KMSEnvMap build() { @java.lang.Override public com.google.cloud.batch.v1.Environment.KMSEnvMap buildPartial() { - com.google.cloud.batch.v1.Environment.KMSEnvMap result = - new com.google.cloud.batch.v1.Environment.KMSEnvMap(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.Environment.KMSEnvMap result = new com.google.cloud.batch.v1.Environment.KMSEnvMap(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -519,41 +479,38 @@ private void buildPartial0(com.google.cloud.batch.v1.Environment.KMSEnvMap resul public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.Environment.KMSEnvMap) { - return mergeFrom((com.google.cloud.batch.v1.Environment.KMSEnvMap) other); + return mergeFrom((com.google.cloud.batch.v1.Environment.KMSEnvMap)other); } else { super.mergeFrom(other); return this; @@ -561,8 +518,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.batch.v1.Environment.KMSEnvMap other) { - if (other == com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance()) - return this; + if (other == com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance()) return this; if (!other.getKeyName().isEmpty()) { keyName_ = other.keyName_; bitField0_ |= 0x00000001; @@ -599,25 +555,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - keyName_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - cipherText_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + keyName_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + cipherText_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -627,25 +580,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object keyName_ = ""; /** - * - * *
        * The name of the KMS key that will be used to decrypt the cipher text.
        * 
* * string key_name = 1; - * * @return The keyName. */ public java.lang.String getKeyName() { java.lang.Object ref = keyName_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); keyName_ = s; return s; @@ -654,21 +604,20 @@ public java.lang.String getKeyName() { } } /** - * - * *
        * The name of the KMS key that will be used to decrypt the cipher text.
        * 
* * string key_name = 1; - * * @return The bytes for keyName. */ - public com.google.protobuf.ByteString getKeyNameBytes() { + public com.google.protobuf.ByteString + getKeyNameBytes() { java.lang.Object ref = keyName_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); keyName_ = b; return b; } else { @@ -676,35 +625,28 @@ public com.google.protobuf.ByteString getKeyNameBytes() { } } /** - * - * *
        * The name of the KMS key that will be used to decrypt the cipher text.
        * 
* * string key_name = 1; - * * @param value The keyName to set. * @return This builder for chaining. */ - public Builder setKeyName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setKeyName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } keyName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * The name of the KMS key that will be used to decrypt the cipher text.
        * 
* * string key_name = 1; - * * @return This builder for chaining. */ public Builder clearKeyName() { @@ -714,21 +656,17 @@ public Builder clearKeyName() { return this; } /** - * - * *
        * The name of the KMS key that will be used to decrypt the cipher text.
        * 
* * string key_name = 1; - * * @param value The bytes for keyName to set. * @return This builder for chaining. */ - public Builder setKeyNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setKeyNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); keyName_ = value; bitField0_ |= 0x00000001; @@ -738,20 +676,18 @@ public Builder setKeyNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object cipherText_ = ""; /** - * - * *
        * The value of the cipherText response from the `encrypt` method.
        * 
* * string cipher_text = 2; - * * @return The cipherText. */ public java.lang.String getCipherText() { java.lang.Object ref = cipherText_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); cipherText_ = s; return s; @@ -760,21 +696,20 @@ public java.lang.String getCipherText() { } } /** - * - * *
        * The value of the cipherText response from the `encrypt` method.
        * 
* * string cipher_text = 2; - * * @return The bytes for cipherText. */ - public com.google.protobuf.ByteString getCipherTextBytes() { + public com.google.protobuf.ByteString + getCipherTextBytes() { java.lang.Object ref = cipherText_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); cipherText_ = b; return b; } else { @@ -782,35 +717,28 @@ public com.google.protobuf.ByteString getCipherTextBytes() { } } /** - * - * *
        * The value of the cipherText response from the `encrypt` method.
        * 
* * string cipher_text = 2; - * * @param value The cipherText to set. * @return This builder for chaining. */ - public Builder setCipherText(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCipherText( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } cipherText_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
        * The value of the cipherText response from the `encrypt` method.
        * 
* * string cipher_text = 2; - * * @return This builder for chaining. */ public Builder clearCipherText() { @@ -820,28 +748,23 @@ public Builder clearCipherText() { return this; } /** - * - * *
        * The value of the cipherText response from the `encrypt` method.
        * 
* * string cipher_text = 2; - * * @param value The bytes for cipherText to set. * @return This builder for chaining. */ - public Builder setCipherTextBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCipherTextBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); cipherText_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -854,12 +777,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.Environment.KMSEnvMap) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.Environment.KMSEnvMap) private static final com.google.cloud.batch.v1.Environment.KMSEnvMap DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.Environment.KMSEnvMap(); } @@ -868,28 +791,27 @@ public static com.google.cloud.batch.v1.Environment.KMSEnvMap getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public KMSEnvMap parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public KMSEnvMap parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -904,37 +826,36 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.Environment.KMSEnvMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int VARIABLES_FIELD_NUMBER = 1; - private static final class VariablesDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Environment_VariablesEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_VariablesEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - @SuppressWarnings("serial") - private com.google.protobuf.MapField variables_; - - private com.google.protobuf.MapField internalGetVariables() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> variables_; + private com.google.protobuf.MapField + internalGetVariables() { if (variables_ == null) { - return com.google.protobuf.MapField.emptyMapField(VariablesDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + VariablesDefaultEntryHolder.defaultEntry); } return variables_; } - public int getVariablesCount() { return internalGetVariables().getMap().size(); } /** - * - * *
    * A map of environment variable names to values.
    * 
@@ -942,21 +863,20 @@ public int getVariablesCount() { * map<string, string> variables = 1; */ @java.lang.Override - public boolean containsVariables(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsVariables( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetVariables().getMap().containsKey(key); } - /** Use {@link #getVariablesMap()} instead. */ + /** + * Use {@link #getVariablesMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVariables() { return getVariablesMap(); } /** - * - * *
    * A map of environment variable names to values.
    * 
@@ -968,8 +888,6 @@ public java.util.Map getVariablesMap() { return internalGetVariables().getMap(); } /** - * - * *
    * A map of environment variable names to values.
    * 
@@ -977,19 +895,17 @@ public java.util.Map getVariablesMap() { * map<string, string> variables = 1; */ @java.lang.Override - public /* nullable */ java.lang.String getVariablesOrDefault( + public /* nullable */ +java.lang.String getVariablesOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetVariables().getMap(); +java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetVariables().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
    * A map of environment variable names to values.
    * 
@@ -997,11 +913,11 @@ public java.util.Map getVariablesMap() { * map<string, string> variables = 1; */ @java.lang.Override - public java.lang.String getVariablesOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetVariables().getMap(); + public java.lang.String getVariablesOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetVariables().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -1009,36 +925,32 @@ public java.lang.String getVariablesOrThrow(java.lang.String key) { } public static final int SECRET_VARIABLES_FIELD_NUMBER = 2; - private static final class SecretVariablesDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Environment_SecretVariablesEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_SecretVariablesEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - @SuppressWarnings("serial") - private com.google.protobuf.MapField secretVariables_; - + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> secretVariables_; private com.google.protobuf.MapField - internalGetSecretVariables() { + internalGetSecretVariables() { if (secretVariables_ == null) { return com.google.protobuf.MapField.emptyMapField( SecretVariablesDefaultEntryHolder.defaultEntry); } return secretVariables_; } - public int getSecretVariablesCount() { return internalGetSecretVariables().getMap().size(); } /** - * - * *
    * A map of environment variable names to Secret Manager secret names.
    * The VM will access the named secrets to set the value of each environment
@@ -1048,21 +960,20 @@ public int getSecretVariablesCount() {
    * map<string, string> secret_variables = 2;
    */
   @java.lang.Override
-  public boolean containsSecretVariables(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsSecretVariables(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetSecretVariables().getMap().containsKey(key);
   }
-  /** Use {@link #getSecretVariablesMap()} instead. */
+  /**
+   * Use {@link #getSecretVariablesMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getSecretVariables() {
     return getSecretVariablesMap();
   }
   /**
-   *
-   *
    * 
    * A map of environment variable names to Secret Manager secret names.
    * The VM will access the named secrets to set the value of each environment
@@ -1076,8 +987,6 @@ public java.util.Map getSecretVariablesMap()
     return internalGetSecretVariables().getMap();
   }
   /**
-   *
-   *
    * 
    * A map of environment variable names to Secret Manager secret names.
    * The VM will access the named secrets to set the value of each environment
@@ -1087,19 +996,17 @@ public java.util.Map getSecretVariablesMap()
    * map<string, string> secret_variables = 2;
    */
   @java.lang.Override
-  public /* nullable */ java.lang.String getSecretVariablesOrDefault(
+  public /* nullable */
+java.lang.String getSecretVariablesOrDefault(
       java.lang.String key,
       /* nullable */
-      java.lang.String defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetSecretVariables().getMap();
+java.lang.String defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetSecretVariables().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * A map of environment variable names to Secret Manager secret names.
    * The VM will access the named secrets to set the value of each environment
@@ -1109,11 +1016,11 @@ public java.util.Map getSecretVariablesMap()
    * map<string, string> secret_variables = 2;
    */
   @java.lang.Override
-  public java.lang.String getSecretVariablesOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetSecretVariables().getMap();
+  public java.lang.String getSecretVariablesOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetSecretVariables().getMap();
     if (!map.containsKey(key)) {
       throw new java.lang.IllegalArgumentException();
     }
@@ -1123,15 +1030,12 @@ public java.lang.String getSecretVariablesOrThrow(java.lang.String key) {
   public static final int ENCRYPTED_VARIABLES_FIELD_NUMBER = 3;
   private com.google.cloud.batch.v1.Environment.KMSEnvMap encryptedVariables_;
   /**
-   *
-   *
    * 
    * An encrypted JSON dictionary where the key/value pairs correspond to
    * environment variable names and their values.
    * 
* * .google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3; - * * @return Whether the encryptedVariables field is set. */ @java.lang.Override @@ -1139,26 +1043,19 @@ public boolean hasEncryptedVariables() { return encryptedVariables_ != null; } /** - * - * *
    * An encrypted JSON dictionary where the key/value pairs correspond to
    * environment variable names and their values.
    * 
* * .google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3; - * * @return The encryptedVariables. */ @java.lang.Override public com.google.cloud.batch.v1.Environment.KMSEnvMap getEncryptedVariables() { - return encryptedVariables_ == null - ? com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance() - : encryptedVariables_; + return encryptedVariables_ == null ? com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance() : encryptedVariables_; } /** - * - * *
    * An encrypted JSON dictionary where the key/value pairs correspond to
    * environment variable names and their values.
@@ -1168,13 +1065,10 @@ public com.google.cloud.batch.v1.Environment.KMSEnvMap getEncryptedVariables() {
    */
   @java.lang.Override
   public com.google.cloud.batch.v1.Environment.KMSEnvMapOrBuilder getEncryptedVariablesOrBuilder() {
-    return encryptedVariables_ == null
-        ? com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance()
-        : encryptedVariables_;
+    return encryptedVariables_ == null ? com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance() : encryptedVariables_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -1186,11 +1080,20 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
-    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
-        output, internalGetVariables(), VariablesDefaultEntryHolder.defaultEntry, 1);
-    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
-        output, internalGetSecretVariables(), SecretVariablesDefaultEntryHolder.defaultEntry, 2);
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
+    com.google.protobuf.GeneratedMessageV3
+      .serializeStringMapTo(
+        output,
+        internalGetVariables(),
+        VariablesDefaultEntryHolder.defaultEntry,
+        1);
+    com.google.protobuf.GeneratedMessageV3
+      .serializeStringMapTo(
+        output,
+        internalGetSecretVariables(),
+        SecretVariablesDefaultEntryHolder.defaultEntry,
+        2);
     if (encryptedVariables_ != null) {
       output.writeMessage(3, getEncryptedVariables());
     }
@@ -1203,28 +1106,29 @@ public int getSerializedSize() {
     if (size != -1) return size;
 
     size = 0;
-    for (java.util.Map.Entry entry :
-        internalGetVariables().getMap().entrySet()) {
-      com.google.protobuf.MapEntry variables__ =
-          VariablesDefaultEntryHolder.defaultEntry
-              .newBuilderForType()
-              .setKey(entry.getKey())
-              .setValue(entry.getValue())
-              .build();
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, variables__);
-    }
-    for (java.util.Map.Entry entry :
-        internalGetSecretVariables().getMap().entrySet()) {
-      com.google.protobuf.MapEntry secretVariables__ =
-          SecretVariablesDefaultEntryHolder.defaultEntry
-              .newBuilderForType()
-              .setKey(entry.getKey())
-              .setValue(entry.getValue())
-              .build();
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, secretVariables__);
+    for (java.util.Map.Entry entry
+         : internalGetVariables().getMap().entrySet()) {
+      com.google.protobuf.MapEntry
+      variables__ = VariablesDefaultEntryHolder.defaultEntry.newBuilderForType()
+          .setKey(entry.getKey())
+          .setValue(entry.getValue())
+          .build();
+      size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(1, variables__);
+    }
+    for (java.util.Map.Entry entry
+         : internalGetSecretVariables().getMap().entrySet()) {
+      com.google.protobuf.MapEntry
+      secretVariables__ = SecretVariablesDefaultEntryHolder.defaultEntry.newBuilderForType()
+          .setKey(entry.getKey())
+          .setValue(entry.getValue())
+          .build();
+      size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, secretVariables__);
     }
     if (encryptedVariables_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getEncryptedVariables());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, getEncryptedVariables());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -1234,18 +1138,21 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.batch.v1.Environment)) {
       return super.equals(obj);
     }
     com.google.cloud.batch.v1.Environment other = (com.google.cloud.batch.v1.Environment) obj;
 
-    if (!internalGetVariables().equals(other.internalGetVariables())) return false;
-    if (!internalGetSecretVariables().equals(other.internalGetSecretVariables())) return false;
+    if (!internalGetVariables().equals(
+        other.internalGetVariables())) return false;
+    if (!internalGetSecretVariables().equals(
+        other.internalGetSecretVariables())) return false;
     if (hasEncryptedVariables() != other.hasEncryptedVariables()) return false;
     if (hasEncryptedVariables()) {
-      if (!getEncryptedVariables().equals(other.getEncryptedVariables())) return false;
+      if (!getEncryptedVariables()
+          .equals(other.getEncryptedVariables())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -1275,103 +1182,99 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.cloud.batch.v1.Environment parseFrom(java.nio.ByteBuffer data)
+  public static com.google.cloud.batch.v1.Environment parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.batch.v1.Environment parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.cloud.batch.v1.Environment parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.cloud.batch.v1.Environment parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.batch.v1.Environment parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.batch.v1.Environment parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.batch.v1.Environment parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.batch.v1.Environment parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.batch.v1.Environment parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   public static com.google.cloud.batch.v1.Environment parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.cloud.batch.v1.Environment parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.batch.v1.Environment parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.batch.v1.Environment parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.batch.v1.Environment prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * An Environment describes a collection of environment variables to set when
    * executing Tasks.
@@ -1379,56 +1282,59 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.batch.v1.Environment}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.Environment)
       com.google.cloud.batch.v1.EnvironmentOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.batch.v1.TaskProto
-          .internal_static_google_cloud_batch_v1_Environment_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMapField(
+        int number) {
       switch (number) {
         case 1:
           return internalGetVariables();
         case 2:
           return internalGetSecretVariables();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMutableMapField(
+        int number) {
       switch (number) {
         case 1:
           return internalGetMutableVariables();
         case 2:
           return internalGetMutableSecretVariables();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.batch.v1.TaskProto
-          .internal_static_google_cloud_batch_v1_Environment_fieldAccessorTable
+      return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.batch.v1.Environment.class,
-              com.google.cloud.batch.v1.Environment.Builder.class);
+              com.google.cloud.batch.v1.Environment.class, com.google.cloud.batch.v1.Environment.Builder.class);
     }
 
     // Construct using com.google.cloud.batch.v1.Environment.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1444,9 +1350,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.batch.v1.TaskProto
-          .internal_static_google_cloud_batch_v1_Environment_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Environment_descriptor;
     }
 
     @java.lang.Override
@@ -1465,11 +1371,8 @@ public com.google.cloud.batch.v1.Environment build() {
 
     @java.lang.Override
     public com.google.cloud.batch.v1.Environment buildPartial() {
-      com.google.cloud.batch.v1.Environment result =
-          new com.google.cloud.batch.v1.Environment(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.cloud.batch.v1.Environment result = new com.google.cloud.batch.v1.Environment(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -1485,10 +1388,9 @@ private void buildPartial0(com.google.cloud.batch.v1.Environment result) {
         result.secretVariables_.makeImmutable();
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.encryptedVariables_ =
-            encryptedVariablesBuilder_ == null
-                ? encryptedVariables_
-                : encryptedVariablesBuilder_.build();
+        result.encryptedVariables_ = encryptedVariablesBuilder_ == null
+            ? encryptedVariables_
+            : encryptedVariablesBuilder_.build();
       }
     }
 
@@ -1496,39 +1398,38 @@ private void buildPartial0(com.google.cloud.batch.v1.Environment result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.batch.v1.Environment) {
-        return mergeFrom((com.google.cloud.batch.v1.Environment) other);
+        return mergeFrom((com.google.cloud.batch.v1.Environment)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1537,9 +1438,11 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
 
     public Builder mergeFrom(com.google.cloud.batch.v1.Environment other) {
       if (other == com.google.cloud.batch.v1.Environment.getDefaultInstance()) return this;
-      internalGetMutableVariables().mergeFrom(other.internalGetVariables());
+      internalGetMutableVariables().mergeFrom(
+          other.internalGetVariables());
       bitField0_ |= 0x00000001;
-      internalGetMutableSecretVariables().mergeFrom(other.internalGetSecretVariables());
+      internalGetMutableSecretVariables().mergeFrom(
+          other.internalGetSecretVariables());
       bitField0_ |= 0x00000002;
       if (other.hasEncryptedVariables()) {
         mergeEncryptedVariables(other.getEncryptedVariables());
@@ -1570,44 +1473,37 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.protobuf.MapEntry variables__ =
-                    input.readMessage(
-                        VariablesDefaultEntryHolder.defaultEntry.getParserForType(),
-                        extensionRegistry);
-                internalGetMutableVariables()
-                    .getMutableMap()
-                    .put(variables__.getKey(), variables__.getValue());
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.protobuf.MapEntry secretVariables__ =
-                    input.readMessage(
-                        SecretVariablesDefaultEntryHolder.defaultEntry.getParserForType(),
-                        extensionRegistry);
-                internalGetMutableSecretVariables()
-                    .getMutableMap()
-                    .put(secretVariables__.getKey(), secretVariables__.getValue());
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            case 26:
-              {
-                input.readMessage(
-                    getEncryptedVariablesFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.protobuf.MapEntry
+              variables__ = input.readMessage(
+                  VariablesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableVariables().getMutableMap().put(
+                  variables__.getKey(), variables__.getValue());
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 10
+            case 18: {
+              com.google.protobuf.MapEntry
+              secretVariables__ = input.readMessage(
+                  SecretVariablesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableSecretVariables().getMutableMap().put(
+                  secretVariables__.getKey(), secretVariables__.getValue());
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            case 26: {
+              input.readMessage(
+                  getEncryptedVariablesFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000004;
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1617,24 +1513,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
-    private com.google.protobuf.MapField variables_;
-
+    private com.google.protobuf.MapField<
+        java.lang.String, java.lang.String> variables_;
     private com.google.protobuf.MapField
         internalGetVariables() {
       if (variables_ == null) {
-        return com.google.protobuf.MapField.emptyMapField(VariablesDefaultEntryHolder.defaultEntry);
+        return com.google.protobuf.MapField.emptyMapField(
+            VariablesDefaultEntryHolder.defaultEntry);
       }
       return variables_;
     }
-
     private com.google.protobuf.MapField
         internalGetMutableVariables() {
       if (variables_ == null) {
-        variables_ =
-            com.google.protobuf.MapField.newMapField(VariablesDefaultEntryHolder.defaultEntry);
+        variables_ = com.google.protobuf.MapField.newMapField(
+            VariablesDefaultEntryHolder.defaultEntry);
       }
       if (!variables_.isMutable()) {
         variables_ = variables_.copy();
@@ -1643,13 +1538,10 @@ public Builder mergeFrom(
       onChanged();
       return variables_;
     }
-
     public int getVariablesCount() {
       return internalGetVariables().getMap().size();
     }
     /**
-     *
-     *
      * 
      * A map of environment variable names to values.
      * 
@@ -1657,21 +1549,20 @@ public int getVariablesCount() { * map<string, string> variables = 1; */ @java.lang.Override - public boolean containsVariables(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsVariables( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetVariables().getMap().containsKey(key); } - /** Use {@link #getVariablesMap()} instead. */ + /** + * Use {@link #getVariablesMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getVariables() { return getVariablesMap(); } /** - * - * *
      * A map of environment variable names to values.
      * 
@@ -1683,8 +1574,6 @@ public java.util.Map getVariablesMap() { return internalGetVariables().getMap(); } /** - * - * *
      * A map of environment variable names to values.
      * 
@@ -1692,19 +1581,17 @@ public java.util.Map getVariablesMap() { * map<string, string> variables = 1; */ @java.lang.Override - public /* nullable */ java.lang.String getVariablesOrDefault( + public /* nullable */ +java.lang.String getVariablesOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetVariables().getMap(); +java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetVariables().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
      * A map of environment variable names to values.
      * 
@@ -1712,81 +1599,79 @@ public java.util.Map getVariablesMap() { * map<string, string> variables = 1; */ @java.lang.Override - public java.lang.String getVariablesOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetVariables().getMap(); + public java.lang.String getVariablesOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetVariables().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } - public Builder clearVariables() { bitField0_ = (bitField0_ & ~0x00000001); - internalGetMutableVariables().getMutableMap().clear(); + internalGetMutableVariables().getMutableMap() + .clear(); return this; } /** - * - * *
      * A map of environment variable names to values.
      * 
* * map<string, string> variables = 1; */ - public Builder removeVariables(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - internalGetMutableVariables().getMutableMap().remove(key); + public Builder removeVariables( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + internalGetMutableVariables().getMutableMap() + .remove(key); return this; } - /** Use alternate mutation accessors instead. */ + /** + * Use alternate mutation accessors instead. + */ @java.lang.Deprecated - public java.util.Map getMutableVariables() { + public java.util.Map + getMutableVariables() { bitField0_ |= 0x00000001; return internalGetMutableVariables().getMutableMap(); } /** - * - * *
      * A map of environment variable names to values.
      * 
* * map<string, string> variables = 1; */ - public Builder putVariables(java.lang.String key, java.lang.String value) { - if (key == null) { - throw new NullPointerException("map key"); - } - if (value == null) { - throw new NullPointerException("map value"); - } - internalGetMutableVariables().getMutableMap().put(key, value); + public Builder putVariables( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new NullPointerException("map key"); } + if (value == null) { throw new NullPointerException("map value"); } + internalGetMutableVariables().getMutableMap() + .put(key, value); bitField0_ |= 0x00000001; return this; } /** - * - * *
      * A map of environment variable names to values.
      * 
* * map<string, string> variables = 1; */ - public Builder putAllVariables(java.util.Map values) { - internalGetMutableVariables().getMutableMap().putAll(values); + public Builder putAllVariables( + java.util.Map values) { + internalGetMutableVariables().getMutableMap() + .putAll(values); bitField0_ |= 0x00000001; return this; } - private com.google.protobuf.MapField secretVariables_; - + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> secretVariables_; private com.google.protobuf.MapField internalGetSecretVariables() { if (secretVariables_ == null) { @@ -1795,13 +1680,11 @@ public Builder putAllVariables(java.util.Map } return secretVariables_; } - private com.google.protobuf.MapField internalGetMutableSecretVariables() { if (secretVariables_ == null) { - secretVariables_ = - com.google.protobuf.MapField.newMapField( - SecretVariablesDefaultEntryHolder.defaultEntry); + secretVariables_ = com.google.protobuf.MapField.newMapField( + SecretVariablesDefaultEntryHolder.defaultEntry); } if (!secretVariables_.isMutable()) { secretVariables_ = secretVariables_.copy(); @@ -1810,13 +1693,10 @@ public Builder putAllVariables(java.util.Map onChanged(); return secretVariables_; } - public int getSecretVariablesCount() { return internalGetSecretVariables().getMap().size(); } /** - * - * *
      * A map of environment variable names to Secret Manager secret names.
      * The VM will access the named secrets to set the value of each environment
@@ -1826,21 +1706,20 @@ public int getSecretVariablesCount() {
      * map<string, string> secret_variables = 2;
      */
     @java.lang.Override
-    public boolean containsSecretVariables(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsSecretVariables(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetSecretVariables().getMap().containsKey(key);
     }
-    /** Use {@link #getSecretVariablesMap()} instead. */
+    /**
+     * Use {@link #getSecretVariablesMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getSecretVariables() {
       return getSecretVariablesMap();
     }
     /**
-     *
-     *
      * 
      * A map of environment variable names to Secret Manager secret names.
      * The VM will access the named secrets to set the value of each environment
@@ -1854,8 +1733,6 @@ public java.util.Map getSecretVariablesMap()
       return internalGetSecretVariables().getMap();
     }
     /**
-     *
-     *
      * 
      * A map of environment variable names to Secret Manager secret names.
      * The VM will access the named secrets to set the value of each environment
@@ -1865,19 +1742,17 @@ public java.util.Map getSecretVariablesMap()
      * map<string, string> secret_variables = 2;
      */
     @java.lang.Override
-    public /* nullable */ java.lang.String getSecretVariablesOrDefault(
+    public /* nullable */
+java.lang.String getSecretVariablesOrDefault(
         java.lang.String key,
         /* nullable */
-        java.lang.String defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetSecretVariables().getMap();
+java.lang.String defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetSecretVariables().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * A map of environment variable names to Secret Manager secret names.
      * The VM will access the named secrets to set the value of each environment
@@ -1887,25 +1762,23 @@ public java.util.Map getSecretVariablesMap()
      * map<string, string> secret_variables = 2;
      */
     @java.lang.Override
-    public java.lang.String getSecretVariablesOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetSecretVariables().getMap();
+    public java.lang.String getSecretVariablesOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetSecretVariables().getMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
       return map.get(key);
     }
-
     public Builder clearSecretVariables() {
       bitField0_ = (bitField0_ & ~0x00000002);
-      internalGetMutableSecretVariables().getMutableMap().clear();
+      internalGetMutableSecretVariables().getMutableMap()
+          .clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * A map of environment variable names to Secret Manager secret names.
      * The VM will access the named secrets to set the value of each environment
@@ -1914,22 +1787,23 @@ public Builder clearSecretVariables() {
      *
      * map<string, string> secret_variables = 2;
      */
-    public Builder removeSecretVariables(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableSecretVariables().getMutableMap().remove(key);
+    public Builder removeSecretVariables(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableSecretVariables().getMutableMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableSecretVariables() {
+    public java.util.Map
+        getMutableSecretVariables() {
       bitField0_ |= 0x00000002;
       return internalGetMutableSecretVariables().getMutableMap();
     }
     /**
-     *
-     *
      * 
      * A map of environment variable names to Secret Manager secret names.
      * The VM will access the named secrets to set the value of each environment
@@ -1938,20 +1812,17 @@ public java.util.Map getMutableSecretVariabl
      *
      * map<string, string> secret_variables = 2;
      */
-    public Builder putSecretVariables(java.lang.String key, java.lang.String value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      if (value == null) {
-        throw new NullPointerException("map value");
-      }
-      internalGetMutableSecretVariables().getMutableMap().put(key, value);
+    public Builder putSecretVariables(
+        java.lang.String key,
+        java.lang.String value) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      if (value == null) { throw new NullPointerException("map value"); }
+      internalGetMutableSecretVariables().getMutableMap()
+          .put(key, value);
       bitField0_ |= 0x00000002;
       return this;
     }
     /**
-     *
-     *
      * 
      * A map of environment variable names to Secret Manager secret names.
      * The VM will access the named secrets to set the value of each environment
@@ -1960,57 +1831,46 @@ public Builder putSecretVariables(java.lang.String key, java.lang.String value)
      *
      * map<string, string> secret_variables = 2;
      */
-    public Builder putAllSecretVariables(java.util.Map values) {
-      internalGetMutableSecretVariables().getMutableMap().putAll(values);
+    public Builder putAllSecretVariables(
+        java.util.Map values) {
+      internalGetMutableSecretVariables().getMutableMap()
+          .putAll(values);
       bitField0_ |= 0x00000002;
       return this;
     }
 
     private com.google.cloud.batch.v1.Environment.KMSEnvMap encryptedVariables_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.batch.v1.Environment.KMSEnvMap,
-            com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder,
-            com.google.cloud.batch.v1.Environment.KMSEnvMapOrBuilder>
-        encryptedVariablesBuilder_;
+        com.google.cloud.batch.v1.Environment.KMSEnvMap, com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder, com.google.cloud.batch.v1.Environment.KMSEnvMapOrBuilder> encryptedVariablesBuilder_;
     /**
-     *
-     *
      * 
      * An encrypted JSON dictionary where the key/value pairs correspond to
      * environment variable names and their values.
      * 
* * .google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3; - * * @return Whether the encryptedVariables field is set. */ public boolean hasEncryptedVariables() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * An encrypted JSON dictionary where the key/value pairs correspond to
      * environment variable names and their values.
      * 
* * .google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3; - * * @return The encryptedVariables. */ public com.google.cloud.batch.v1.Environment.KMSEnvMap getEncryptedVariables() { if (encryptedVariablesBuilder_ == null) { - return encryptedVariables_ == null - ? com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance() - : encryptedVariables_; + return encryptedVariables_ == null ? com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance() : encryptedVariables_; } else { return encryptedVariablesBuilder_.getMessage(); } } /** - * - * *
      * An encrypted JSON dictionary where the key/value pairs correspond to
      * environment variable names and their values.
@@ -2032,8 +1892,6 @@ public Builder setEncryptedVariables(com.google.cloud.batch.v1.Environment.KMSEn
       return this;
     }
     /**
-     *
-     *
      * 
      * An encrypted JSON dictionary where the key/value pairs correspond to
      * environment variable names and their values.
@@ -2053,8 +1911,6 @@ public Builder setEncryptedVariables(
       return this;
     }
     /**
-     *
-     *
      * 
      * An encrypted JSON dictionary where the key/value pairs correspond to
      * environment variable names and their values.
@@ -2064,10 +1920,9 @@ public Builder setEncryptedVariables(
      */
     public Builder mergeEncryptedVariables(com.google.cloud.batch.v1.Environment.KMSEnvMap value) {
       if (encryptedVariablesBuilder_ == null) {
-        if (((bitField0_ & 0x00000004) != 0)
-            && encryptedVariables_ != null
-            && encryptedVariables_
-                != com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000004) != 0) &&
+          encryptedVariables_ != null &&
+          encryptedVariables_ != com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance()) {
           getEncryptedVariablesBuilder().mergeFrom(value);
         } else {
           encryptedVariables_ = value;
@@ -2080,8 +1935,6 @@ public Builder mergeEncryptedVariables(com.google.cloud.batch.v1.Environment.KMS
       return this;
     }
     /**
-     *
-     *
      * 
      * An encrypted JSON dictionary where the key/value pairs correspond to
      * environment variable names and their values.
@@ -2100,8 +1953,6 @@ public Builder clearEncryptedVariables() {
       return this;
     }
     /**
-     *
-     *
      * 
      * An encrypted JSON dictionary where the key/value pairs correspond to
      * environment variable names and their values.
@@ -2115,8 +1966,6 @@ public com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder getEncryptedVaria
       return getEncryptedVariablesFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * An encrypted JSON dictionary where the key/value pairs correspond to
      * environment variable names and their values.
@@ -2124,19 +1973,15 @@ public com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder getEncryptedVaria
      *
      * .google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3;
      */
-    public com.google.cloud.batch.v1.Environment.KMSEnvMapOrBuilder
-        getEncryptedVariablesOrBuilder() {
+    public com.google.cloud.batch.v1.Environment.KMSEnvMapOrBuilder getEncryptedVariablesOrBuilder() {
       if (encryptedVariablesBuilder_ != null) {
         return encryptedVariablesBuilder_.getMessageOrBuilder();
       } else {
-        return encryptedVariables_ == null
-            ? com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance()
-            : encryptedVariables_;
+        return encryptedVariables_ == null ?
+            com.google.cloud.batch.v1.Environment.KMSEnvMap.getDefaultInstance() : encryptedVariables_;
       }
     }
     /**
-     *
-     *
      * 
      * An encrypted JSON dictionary where the key/value pairs correspond to
      * environment variable names and their values.
@@ -2145,24 +1990,21 @@ public com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder getEncryptedVaria
      * .google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.batch.v1.Environment.KMSEnvMap,
-            com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder,
-            com.google.cloud.batch.v1.Environment.KMSEnvMapOrBuilder>
+        com.google.cloud.batch.v1.Environment.KMSEnvMap, com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder, com.google.cloud.batch.v1.Environment.KMSEnvMapOrBuilder> 
         getEncryptedVariablesFieldBuilder() {
       if (encryptedVariablesBuilder_ == null) {
-        encryptedVariablesBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.cloud.batch.v1.Environment.KMSEnvMap,
-                com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder,
-                com.google.cloud.batch.v1.Environment.KMSEnvMapOrBuilder>(
-                getEncryptedVariables(), getParentForChildren(), isClean());
+        encryptedVariablesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.cloud.batch.v1.Environment.KMSEnvMap, com.google.cloud.batch.v1.Environment.KMSEnvMap.Builder, com.google.cloud.batch.v1.Environment.KMSEnvMapOrBuilder>(
+                getEncryptedVariables(),
+                getParentForChildren(),
+                isClean());
         encryptedVariables_ = null;
       }
       return encryptedVariablesBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2172,12 +2014,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.Environment)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.Environment)
   private static final com.google.cloud.batch.v1.Environment DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.batch.v1.Environment();
   }
@@ -2186,27 +2028,27 @@ public static com.google.cloud.batch.v1.Environment getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Environment parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Environment parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2221,4 +2063,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.batch.v1.Environment getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/EnvironmentOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/EnvironmentOrBuilder.java
similarity index 69%
rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/EnvironmentOrBuilder.java
rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/EnvironmentOrBuilder.java
index a166f5088ffd..188dd5c168ee 100644
--- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/EnvironmentOrBuilder.java
+++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/EnvironmentOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/batch/v1/task.proto
 
 package com.google.cloud.batch.v1;
 
-public interface EnvironmentOrBuilder
-    extends
+public interface EnvironmentOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.Environment)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * A map of environment variable names to values.
    * 
@@ -34,31 +16,30 @@ public interface EnvironmentOrBuilder */ int getVariablesCount(); /** - * - * *
    * A map of environment variable names to values.
    * 
* * map<string, string> variables = 1; */ - boolean containsVariables(java.lang.String key); - /** Use {@link #getVariablesMap()} instead. */ + boolean containsVariables( + java.lang.String key); + /** + * Use {@link #getVariablesMap()} instead. + */ @java.lang.Deprecated - java.util.Map getVariables(); + java.util.Map + getVariables(); /** - * - * *
    * A map of environment variable names to values.
    * 
* * map<string, string> variables = 1; */ - java.util.Map getVariablesMap(); + java.util.Map + getVariablesMap(); /** - * - * *
    * A map of environment variable names to values.
    * 
@@ -66,24 +47,21 @@ public interface EnvironmentOrBuilder * map<string, string> variables = 1; */ /* nullable */ - java.lang.String getVariablesOrDefault( +java.lang.String getVariablesOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue); +java.lang.String defaultValue); /** - * - * *
    * A map of environment variable names to values.
    * 
* * map<string, string> variables = 1; */ - java.lang.String getVariablesOrThrow(java.lang.String key); + java.lang.String getVariablesOrThrow( + java.lang.String key); /** - * - * *
    * A map of environment variable names to Secret Manager secret names.
    * The VM will access the named secrets to set the value of each environment
@@ -94,8 +72,6 @@ java.lang.String getVariablesOrDefault(
    */
   int getSecretVariablesCount();
   /**
-   *
-   *
    * 
    * A map of environment variable names to Secret Manager secret names.
    * The VM will access the named secrets to set the value of each environment
@@ -104,13 +80,15 @@ java.lang.String getVariablesOrDefault(
    *
    * map<string, string> secret_variables = 2;
    */
-  boolean containsSecretVariables(java.lang.String key);
-  /** Use {@link #getSecretVariablesMap()} instead. */
+  boolean containsSecretVariables(
+      java.lang.String key);
+  /**
+   * Use {@link #getSecretVariablesMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getSecretVariables();
+  java.util.Map
+  getSecretVariables();
   /**
-   *
-   *
    * 
    * A map of environment variable names to Secret Manager secret names.
    * The VM will access the named secrets to set the value of each environment
@@ -119,10 +97,9 @@ java.lang.String getVariablesOrDefault(
    *
    * map<string, string> secret_variables = 2;
    */
-  java.util.Map getSecretVariablesMap();
+  java.util.Map
+  getSecretVariablesMap();
   /**
-   *
-   *
    * 
    * A map of environment variable names to Secret Manager secret names.
    * The VM will access the named secrets to set the value of each environment
@@ -132,13 +109,11 @@ java.lang.String getVariablesOrDefault(
    * map<string, string> secret_variables = 2;
    */
   /* nullable */
-  java.lang.String getSecretVariablesOrDefault(
+java.lang.String getSecretVariablesOrDefault(
       java.lang.String key,
       /* nullable */
-      java.lang.String defaultValue);
+java.lang.String defaultValue);
   /**
-   *
-   *
    * 
    * A map of environment variable names to Secret Manager secret names.
    * The VM will access the named secrets to set the value of each environment
@@ -147,37 +122,30 @@ java.lang.String getSecretVariablesOrDefault(
    *
    * map<string, string> secret_variables = 2;
    */
-  java.lang.String getSecretVariablesOrThrow(java.lang.String key);
+  java.lang.String getSecretVariablesOrThrow(
+      java.lang.String key);
 
   /**
-   *
-   *
    * 
    * An encrypted JSON dictionary where the key/value pairs correspond to
    * environment variable names and their values.
    * 
* * .google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3; - * * @return Whether the encryptedVariables field is set. */ boolean hasEncryptedVariables(); /** - * - * *
    * An encrypted JSON dictionary where the key/value pairs correspond to
    * environment variable names and their values.
    * 
* * .google.cloud.batch.v1.Environment.KMSEnvMap encrypted_variables = 3; - * * @return The encryptedVariables. */ com.google.cloud.batch.v1.Environment.KMSEnvMap getEncryptedVariables(); /** - * - * *
    * An encrypted JSON dictionary where the key/value pairs correspond to
    * environment variable names and their values.
diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCS.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCS.java
similarity index 66%
rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCS.java
rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCS.java
index 73fcd869fb1c..993546cd4cbe 100644
--- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCS.java
+++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCS.java
@@ -1,80 +1,58 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/batch/v1/volume.proto
 
 package com.google.cloud.batch.v1;
 
 /**
- *
- *
  * 
  * Represents a Google Cloud Storage volume.
  * 
* * Protobuf type {@code google.cloud.batch.v1.GCS} */ -public final class GCS extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GCS extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.GCS) GCSOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GCS.newBuilder() to construct. private GCS(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GCS() { remotePath_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GCS(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.VolumeProto - .internal_static_google_cloud_batch_v1_GCS_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.VolumeProto.internal_static_google_cloud_batch_v1_GCS_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.VolumeProto - .internal_static_google_cloud_batch_v1_GCS_fieldAccessorTable + return com.google.cloud.batch.v1.VolumeProto.internal_static_google_cloud_batch_v1_GCS_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.batch.v1.GCS.class, com.google.cloud.batch.v1.GCS.Builder.class); } public static final int REMOTE_PATH_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object remotePath_ = ""; /** - * - * *
    * Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
    * bucket_name, bucket_name/subdirectory/
    * 
* * string remote_path = 1; - * * @return The remotePath. */ @java.lang.Override @@ -83,30 +61,30 @@ public java.lang.String getRemotePath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); remotePath_ = s; return s; } } /** - * - * *
    * Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
    * bucket_name, bucket_name/subdirectory/
    * 
* * string remote_path = 1; - * * @return The bytes for remotePath. */ @java.lang.Override - public com.google.protobuf.ByteString getRemotePathBytes() { + public com.google.protobuf.ByteString + getRemotePathBytes() { java.lang.Object ref = remotePath_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); remotePath_ = b; return b; } else { @@ -115,7 +93,6 @@ public com.google.protobuf.ByteString getRemotePathBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -127,7 +104,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(remotePath_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, remotePath_); } @@ -151,14 +129,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.GCS)) { return super.equals(obj); } com.google.cloud.batch.v1.GCS other = (com.google.cloud.batch.v1.GCS) obj; - if (!getRemotePath().equals(other.getRemotePath())) return false; + if (!getRemotePath() + .equals(other.getRemotePath())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -177,134 +156,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.GCS parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.GCS parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.GCS parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.GCS parseFrom(com.google.protobuf.ByteString data) + public static com.google.cloud.batch.v1.GCS parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.GCS parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.GCS parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.GCS parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.GCS parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.GCS parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.cloud.batch.v1.GCS parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.GCS parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.batch.v1.GCS parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.cloud.batch.v1.GCS parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.GCS parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.GCS prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Represents a Google Cloud Storage volume.
    * 
* * Protobuf type {@code google.cloud.batch.v1.GCS} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.GCS) com.google.cloud.batch.v1.GCSOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.VolumeProto - .internal_static_google_cloud_batch_v1_GCS_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.VolumeProto.internal_static_google_cloud_batch_v1_GCS_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.VolumeProto - .internal_static_google_cloud_batch_v1_GCS_fieldAccessorTable + return com.google.cloud.batch.v1.VolumeProto.internal_static_google_cloud_batch_v1_GCS_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.batch.v1.GCS.class, com.google.cloud.batch.v1.GCS.Builder.class); } // Construct using com.google.cloud.batch.v1.GCS.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -314,9 +291,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.VolumeProto - .internal_static_google_cloud_batch_v1_GCS_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.VolumeProto.internal_static_google_cloud_batch_v1_GCS_descriptor; } @java.lang.Override @@ -336,9 +313,7 @@ public com.google.cloud.batch.v1.GCS build() { @java.lang.Override public com.google.cloud.batch.v1.GCS buildPartial() { com.google.cloud.batch.v1.GCS result = new com.google.cloud.batch.v1.GCS(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -354,39 +329,38 @@ private void buildPartial0(com.google.cloud.batch.v1.GCS result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.GCS) { - return mergeFrom((com.google.cloud.batch.v1.GCS) other); + return mergeFrom((com.google.cloud.batch.v1.GCS)other); } else { super.mergeFrom(other); return this; @@ -426,19 +400,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - remotePath_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + remotePath_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -448,26 +420,23 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object remotePath_ = ""; /** - * - * *
      * Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
      * bucket_name, bucket_name/subdirectory/
      * 
* * string remote_path = 1; - * * @return The remotePath. */ public java.lang.String getRemotePath() { java.lang.Object ref = remotePath_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); remotePath_ = s; return s; @@ -476,22 +445,21 @@ public java.lang.String getRemotePath() { } } /** - * - * *
      * Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
      * bucket_name, bucket_name/subdirectory/
      * 
* * string remote_path = 1; - * * @return The bytes for remotePath. */ - public com.google.protobuf.ByteString getRemotePathBytes() { + public com.google.protobuf.ByteString + getRemotePathBytes() { java.lang.Object ref = remotePath_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); remotePath_ = b; return b; } else { @@ -499,37 +467,30 @@ public com.google.protobuf.ByteString getRemotePathBytes() { } } /** - * - * *
      * Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
      * bucket_name, bucket_name/subdirectory/
      * 
* * string remote_path = 1; - * * @param value The remotePath to set. * @return This builder for chaining. */ - public Builder setRemotePath(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setRemotePath( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } remotePath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
      * bucket_name, bucket_name/subdirectory/
      * 
* * string remote_path = 1; - * * @return This builder for chaining. */ public Builder clearRemotePath() { @@ -539,31 +500,27 @@ public Builder clearRemotePath() { return this; } /** - * - * *
      * Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
      * bucket_name, bucket_name/subdirectory/
      * 
* * string remote_path = 1; - * * @param value The bytes for remotePath to set. * @return This builder for chaining. */ - public Builder setRemotePathBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setRemotePathBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); remotePath_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -573,12 +530,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.GCS) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.GCS) private static final com.google.cloud.batch.v1.GCS DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.GCS(); } @@ -587,27 +544,27 @@ public static com.google.cloud.batch.v1.GCS getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GCS parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GCS parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -622,4 +579,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.GCS getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCSOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCSOrBuilder.java similarity index 51% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCSOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCSOrBuilder.java index 07ce43266167..54538f8e1755 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCSOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GCSOrBuilder.java @@ -1,52 +1,31 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/volume.proto package com.google.cloud.batch.v1; -public interface GCSOrBuilder - extends +public interface GCSOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.GCS) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
    * bucket_name, bucket_name/subdirectory/
    * 
* * string remote_path = 1; - * * @return The remotePath. */ java.lang.String getRemotePath(); /** - * - * *
    * Remote path, either a bucket name or a subdirectory of a bucket, e.g.:
    * bucket_name, bucket_name/subdirectory/
    * 
* * string remote_path = 1; - * * @return The bytes for remotePath. */ - com.google.protobuf.ByteString getRemotePathBytes(); + com.google.protobuf.ByteString + getRemotePathBytes(); } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequest.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequest.java similarity index 61% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequest.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequest.java index 6d46f5f0a357..6edbadbe7d7a 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequest.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequest.java @@ -1,82 +1,57 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; /** - * - * *
  * GetJob Request.
  * 
* * Protobuf type {@code google.cloud.batch.v1.GetJobRequest} */ -public final class GetJobRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GetJobRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.GetJobRequest) GetJobRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GetJobRequest.newBuilder() to construct. private GetJobRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GetJobRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GetJobRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_GetJobRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_GetJobRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_GetJobRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_GetJobRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.GetJobRequest.class, - com.google.cloud.batch.v1.GetJobRequest.Builder.class); + com.google.cloud.batch.v1.GetJobRequest.class, com.google.cloud.batch.v1.GetJobRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
    * Required. Job name.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -85,31 +60,29 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. Job name.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -118,7 +91,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -130,7 +102,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -154,14 +127,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.GetJobRequest)) { return super.equals(obj); } com.google.cloud.batch.v1.GetJobRequest other = (com.google.cloud.batch.v1.GetJobRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -180,136 +154,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.GetJobRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.GetJobRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.GetJobRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.GetJobRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.GetJobRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.GetJobRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.GetJobRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.GetJobRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.GetJobRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.GetJobRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.GetJobRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.GetJobRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.GetJobRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.GetJobRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.GetJobRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * GetJob Request.
    * 
* * Protobuf type {@code google.cloud.batch.v1.GetJobRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.GetJobRequest) com.google.cloud.batch.v1.GetJobRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_GetJobRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_GetJobRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_GetJobRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_GetJobRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.GetJobRequest.class, - com.google.cloud.batch.v1.GetJobRequest.Builder.class); + com.google.cloud.batch.v1.GetJobRequest.class, com.google.cloud.batch.v1.GetJobRequest.Builder.class); } // Construct using com.google.cloud.batch.v1.GetJobRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -319,9 +289,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_GetJobRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_GetJobRequest_descriptor; } @java.lang.Override @@ -340,11 +310,8 @@ public com.google.cloud.batch.v1.GetJobRequest build() { @java.lang.Override public com.google.cloud.batch.v1.GetJobRequest buildPartial() { - com.google.cloud.batch.v1.GetJobRequest result = - new com.google.cloud.batch.v1.GetJobRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.GetJobRequest result = new com.google.cloud.batch.v1.GetJobRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -360,39 +327,38 @@ private void buildPartial0(com.google.cloud.batch.v1.GetJobRequest result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.GetJobRequest) { - return mergeFrom((com.google.cloud.batch.v1.GetJobRequest) other); + return mergeFrom((com.google.cloud.batch.v1.GetJobRequest)other); } else { super.mergeFrom(other); return this; @@ -432,19 +398,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -454,27 +418,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Required. Job name.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -483,23 +442,20 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Job name.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -507,39 +463,28 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Job name.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. Job name.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -549,32 +494,26 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. Job name.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -584,12 +523,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.GetJobRequest) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.GetJobRequest) private static final com.google.cloud.batch.v1.GetJobRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.GetJobRequest(); } @@ -598,27 +537,27 @@ public static com.google.cloud.batch.v1.GetJobRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetJobRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetJobRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -633,4 +572,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.GetJobRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequestOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequestOrBuilder.java new file mode 100644 index 000000000000..f4d926deb1ed --- /dev/null +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetJobRequestOrBuilder.java @@ -0,0 +1,29 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/batch/v1/batch.proto + +package com.google.cloud.batch.v1; + +public interface GetJobRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.GetJobRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Job name.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. Job name.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequest.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequest.java similarity index 61% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequest.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequest.java index 3e70f2e2fa9a..286b8f2f3680 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequest.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequest.java @@ -1,82 +1,57 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; /** - * - * *
  * Request for a single Task by name.
  * 
* * Protobuf type {@code google.cloud.batch.v1.GetTaskRequest} */ -public final class GetTaskRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GetTaskRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.GetTaskRequest) GetTaskRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GetTaskRequest.newBuilder() to construct. private GetTaskRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private GetTaskRequest() { name_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GetTaskRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_GetTaskRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_GetTaskRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.GetTaskRequest.class, - com.google.cloud.batch.v1.GetTaskRequest.Builder.class); + com.google.cloud.batch.v1.GetTaskRequest.class, com.google.cloud.batch.v1.GetTaskRequest.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
    * Required. Task name.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ @java.lang.Override @@ -85,31 +60,29 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Required. Task name.
    * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -118,7 +91,6 @@ public com.google.protobuf.ByteString getNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -130,7 +102,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -154,14 +127,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.GetTaskRequest)) { return super.equals(obj); } com.google.cloud.batch.v1.GetTaskRequest other = (com.google.cloud.batch.v1.GetTaskRequest) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -180,136 +154,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.GetTaskRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.GetTaskRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.GetTaskRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.GetTaskRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.GetTaskRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.GetTaskRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.GetTaskRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.GetTaskRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.GetTaskRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.GetTaskRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.GetTaskRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.GetTaskRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.GetTaskRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.GetTaskRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.GetTaskRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Request for a single Task by name.
    * 
* * Protobuf type {@code google.cloud.batch.v1.GetTaskRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.GetTaskRequest) com.google.cloud.batch.v1.GetTaskRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_GetTaskRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_GetTaskRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.GetTaskRequest.class, - com.google.cloud.batch.v1.GetTaskRequest.Builder.class); + com.google.cloud.batch.v1.GetTaskRequest.class, com.google.cloud.batch.v1.GetTaskRequest.Builder.class); } // Construct using com.google.cloud.batch.v1.GetTaskRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -319,9 +289,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_GetTaskRequest_descriptor; } @java.lang.Override @@ -340,11 +310,8 @@ public com.google.cloud.batch.v1.GetTaskRequest build() { @java.lang.Override public com.google.cloud.batch.v1.GetTaskRequest buildPartial() { - com.google.cloud.batch.v1.GetTaskRequest result = - new com.google.cloud.batch.v1.GetTaskRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.GetTaskRequest result = new com.google.cloud.batch.v1.GetTaskRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -360,39 +327,38 @@ private void buildPartial0(com.google.cloud.batch.v1.GetTaskRequest result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.GetTaskRequest) { - return mergeFrom((com.google.cloud.batch.v1.GetTaskRequest) other); + return mergeFrom((com.google.cloud.batch.v1.GetTaskRequest)other); } else { super.mergeFrom(other); return this; @@ -432,19 +398,17 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -454,27 +418,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Required. Task name.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -483,23 +442,20 @@ public java.lang.String getName() { } } /** - * - * *
      * Required. Task name.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -507,39 +463,28 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Required. Task name.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. Task name.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearName() { @@ -549,32 +494,26 @@ public Builder clearName() { return this; } /** - * - * *
      * Required. Task name.
      * 
* - * - * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -584,12 +523,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.GetTaskRequest) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.GetTaskRequest) private static final com.google.cloud.batch.v1.GetTaskRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.GetTaskRequest(); } @@ -598,27 +537,27 @@ public static com.google.cloud.batch.v1.GetTaskRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GetTaskRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GetTaskRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -633,4 +572,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.GetTaskRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequestOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequestOrBuilder.java new file mode 100644 index 000000000000..f529f258c897 --- /dev/null +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/GetTaskRequestOrBuilder.java @@ -0,0 +1,29 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/batch/v1/batch.proto + +package com.google.cloud.batch.v1; + +public interface GetTaskRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.GetTaskRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+   * Required. Task name.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The name. + */ + java.lang.String getName(); + /** + *
+   * Required. Task name.
+   * 
+ * + * string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } + * @return The bytes for name. + */ + com.google.protobuf.ByteString + getNameBytes(); +} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Job.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Job.java similarity index 68% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Job.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Job.java index 0b45e5ced524..16c85f0ad002 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Job.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Job.java @@ -1,42 +1,24 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/job.proto package com.google.cloud.batch.v1; /** - * - * *
  * The Cloud Batch Job description.
  * 
* * Protobuf type {@code google.cloud.batch.v1.Job} */ -public final class Job extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Job extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.Job) JobOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Job.newBuilder() to construct. private Job(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Job() { name_ = ""; uid_ = ""; @@ -46,48 +28,46 @@ private Job() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Job(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_Job_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 8: return internalGetLabels(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_Job_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_Job_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.batch.v1.Job.class, com.google.cloud.batch.v1.Job.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** - * - * *
    * Output only. Job name.
    * For example: "projects/123456/locations/us-central1/jobs/job01".
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ @java.lang.Override @@ -96,30 +76,30 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Output only. Job name.
    * For example: "projects/123456/locations/us-central1/jobs/job01".
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -128,18 +108,14 @@ public com.google.protobuf.ByteString getNameBytes() { } public static final int UID_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object uid_ = ""; /** - * - * *
    * Output only. A system generated unique ID (in UUID4 format) for the Job.
    * 
* * string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The uid. */ @java.lang.Override @@ -148,29 +124,29 @@ public java.lang.String getUid() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); uid_ = s; return s; } } /** - * - * *
    * Output only. A system generated unique ID (in UUID4 format) for the Job.
    * 
* * string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for uid. */ @java.lang.Override - public com.google.protobuf.ByteString getUidBytes() { + public com.google.protobuf.ByteString + getUidBytes() { java.lang.Object ref = uid_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); uid_ = b; return b; } else { @@ -181,8 +157,6 @@ public com.google.protobuf.ByteString getUidBytes() { public static final int PRIORITY_FIELD_NUMBER = 3; private long priority_ = 0L; /** - * - * *
    * Priority of the Job.
    * The valid value range is [0, 100). Default value is 0.
@@ -192,7 +166,6 @@ public com.google.protobuf.ByteString getUidBytes() {
    * 
* * int64 priority = 3; - * * @return The priority. */ @java.lang.Override @@ -201,97 +174,74 @@ public long getPriority() { } public static final int TASK_GROUPS_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private java.util.List taskGroups_; /** - * - * *
    * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
    * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public java.util.List getTaskGroupsList() { return taskGroups_; } /** - * - * *
    * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
    * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override - public java.util.List + public java.util.List getTaskGroupsOrBuilderList() { return taskGroups_; } /** - * - * *
    * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
    * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public int getTaskGroupsCount() { return taskGroups_.size(); } /** - * - * *
    * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
    * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override public com.google.cloud.batch.v1.TaskGroup getTaskGroups(int index) { return taskGroups_.get(index); } /** - * - * *
    * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
    * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ @java.lang.Override - public com.google.cloud.batch.v1.TaskGroupOrBuilder getTaskGroupsOrBuilder(int index) { + public com.google.cloud.batch.v1.TaskGroupOrBuilder getTaskGroupsOrBuilder( + int index) { return taskGroups_.get(index); } public static final int ALLOCATION_POLICY_FIELD_NUMBER = 7; private com.google.cloud.batch.v1.AllocationPolicy allocationPolicy_; /** - * - * *
    * Compute resource allocation for all TaskGroups in the Job.
    * 
* * .google.cloud.batch.v1.AllocationPolicy allocation_policy = 7; - * * @return Whether the allocationPolicy field is set. */ @java.lang.Override @@ -299,25 +249,18 @@ public boolean hasAllocationPolicy() { return allocationPolicy_ != null; } /** - * - * *
    * Compute resource allocation for all TaskGroups in the Job.
    * 
* * .google.cloud.batch.v1.AllocationPolicy allocation_policy = 7; - * * @return The allocationPolicy. */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy getAllocationPolicy() { - return allocationPolicy_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.getDefaultInstance() - : allocationPolicy_; + return allocationPolicy_ == null ? com.google.cloud.batch.v1.AllocationPolicy.getDefaultInstance() : allocationPolicy_; } /** - * - * *
    * Compute resource allocation for all TaskGroups in the Job.
    * 
@@ -326,40 +269,36 @@ public com.google.cloud.batch.v1.AllocationPolicy getAllocationPolicy() { */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicyOrBuilder getAllocationPolicyOrBuilder() { - return allocationPolicy_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.getDefaultInstance() - : allocationPolicy_; + return allocationPolicy_ == null ? com.google.cloud.batch.v1.AllocationPolicy.getDefaultInstance() : allocationPolicy_; } public static final int LABELS_FIELD_NUMBER = 8; - private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_Job_LabelsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_Job_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - @SuppressWarnings("serial") - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } - public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
    * Labels for the Job. Labels could be user provided or system generated.
    * For example,
@@ -376,21 +315,20 @@ public int getLabelsCount() {
    * map<string, string> labels = 8;
    */
   @java.lang.Override
-  public boolean containsLabels(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsLabels(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetLabels().getMap().containsKey(key);
   }
-  /** Use {@link #getLabelsMap()} instead. */
+  /**
+   * Use {@link #getLabelsMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getLabels() {
     return getLabelsMap();
   }
   /**
-   *
-   *
    * 
    * Labels for the Job. Labels could be user provided or system generated.
    * For example,
@@ -411,8 +349,6 @@ public java.util.Map getLabelsMap() {
     return internalGetLabels().getMap();
   }
   /**
-   *
-   *
    * 
    * Labels for the Job. Labels could be user provided or system generated.
    * For example,
@@ -429,19 +365,17 @@ public java.util.Map getLabelsMap() {
    * map<string, string> labels = 8;
    */
   @java.lang.Override
-  public /* nullable */ java.lang.String getLabelsOrDefault(
+  public /* nullable */
+java.lang.String getLabelsOrDefault(
       java.lang.String key,
       /* nullable */
-      java.lang.String defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetLabels().getMap();
+java.lang.String defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetLabels().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * Labels for the Job. Labels could be user provided or system generated.
    * For example,
@@ -458,11 +392,11 @@ public java.util.Map getLabelsMap() {
    * map<string, string> labels = 8;
    */
   @java.lang.Override
-  public java.lang.String getLabelsOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetLabels().getMap();
+  public java.lang.String getLabelsOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetLabels().getMap();
     if (!map.containsKey(key)) {
       throw new java.lang.IllegalArgumentException();
     }
@@ -472,15 +406,11 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
   public static final int STATUS_FIELD_NUMBER = 9;
   private com.google.cloud.batch.v1.JobStatus status_;
   /**
-   *
-   *
    * 
    * Output only. Job status. It is read only for users.
    * 
* - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the status field is set. */ @java.lang.Override @@ -488,15 +418,11 @@ public boolean hasStatus() { return status_ != null; } /** - * - * *
    * Output only. Job status. It is read only for users.
    * 
* - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The status. */ @java.lang.Override @@ -504,14 +430,11 @@ public com.google.cloud.batch.v1.JobStatus getStatus() { return status_ == null ? com.google.cloud.batch.v1.JobStatus.getDefaultInstance() : status_; } /** - * - * *
    * Output only. Job status. It is read only for users.
    * 
* - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.cloud.batch.v1.JobStatusOrBuilder getStatusOrBuilder() { @@ -521,15 +444,11 @@ public com.google.cloud.batch.v1.JobStatusOrBuilder getStatusOrBuilder() { public static final int CREATE_TIME_FIELD_NUMBER = 11; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * Output only. When the Job was created.
    * 
* - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ @java.lang.Override @@ -537,15 +456,11 @@ public boolean hasCreateTime() { return createTime_ != null; } /** - * - * *
    * Output only. When the Job was created.
    * 
* - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ @java.lang.Override @@ -553,14 +468,11 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Output only. When the Job was created.
    * 
* - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -570,15 +482,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int UPDATE_TIME_FIELD_NUMBER = 12; private com.google.protobuf.Timestamp updateTime_; /** - * - * *
    * Output only. The last time the Job was updated.
    * 
* - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ @java.lang.Override @@ -586,15 +494,11 @@ public boolean hasUpdateTime() { return updateTime_ != null; } /** - * - * *
    * Output only. The last time the Job was updated.
    * 
* - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ @java.lang.Override @@ -602,14 +506,11 @@ public com.google.protobuf.Timestamp getUpdateTime() { return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } /** - * - * *
    * Output only. The last time the Job was updated.
    * 
* - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { @@ -619,14 +520,11 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { public static final int LOGS_POLICY_FIELD_NUMBER = 13; private com.google.cloud.batch.v1.LogsPolicy logsPolicy_; /** - * - * *
    * Log preservation policy for the Job.
    * 
* * .google.cloud.batch.v1.LogsPolicy logs_policy = 13; - * * @return Whether the logsPolicy field is set. */ @java.lang.Override @@ -634,25 +532,18 @@ public boolean hasLogsPolicy() { return logsPolicy_ != null; } /** - * - * *
    * Log preservation policy for the Job.
    * 
* * .google.cloud.batch.v1.LogsPolicy logs_policy = 13; - * * @return The logsPolicy. */ @java.lang.Override public com.google.cloud.batch.v1.LogsPolicy getLogsPolicy() { - return logsPolicy_ == null - ? com.google.cloud.batch.v1.LogsPolicy.getDefaultInstance() - : logsPolicy_; + return logsPolicy_ == null ? com.google.cloud.batch.v1.LogsPolicy.getDefaultInstance() : logsPolicy_; } /** - * - * *
    * Log preservation policy for the Job.
    * 
@@ -661,18 +552,13 @@ public com.google.cloud.batch.v1.LogsPolicy getLogsPolicy() { */ @java.lang.Override public com.google.cloud.batch.v1.LogsPolicyOrBuilder getLogsPolicyOrBuilder() { - return logsPolicy_ == null - ? com.google.cloud.batch.v1.LogsPolicy.getDefaultInstance() - : logsPolicy_; + return logsPolicy_ == null ? com.google.cloud.batch.v1.LogsPolicy.getDefaultInstance() : logsPolicy_; } public static final int NOTIFICATIONS_FIELD_NUMBER = 14; - @SuppressWarnings("serial") private java.util.List notifications_; /** - * - * *
    * Notification configurations.
    * 
@@ -684,8 +570,6 @@ public java.util.List getNotification return notifications_; } /** - * - * *
    * Notification configurations.
    * 
@@ -693,13 +577,11 @@ public java.util.List getNotification * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ @java.lang.Override - public java.util.List + public java.util.List getNotificationsOrBuilderList() { return notifications_; } /** - * - * *
    * Notification configurations.
    * 
@@ -711,8 +593,6 @@ public int getNotificationsCount() { return notifications_.size(); } /** - * - * *
    * Notification configurations.
    * 
@@ -724,8 +604,6 @@ public com.google.cloud.batch.v1.JobNotification getNotifications(int index) { return notifications_.get(index); } /** - * - * *
    * Notification configurations.
    * 
@@ -733,12 +611,12 @@ public com.google.cloud.batch.v1.JobNotification getNotifications(int index) { * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ @java.lang.Override - public com.google.cloud.batch.v1.JobNotificationOrBuilder getNotificationsOrBuilder(int index) { + public com.google.cloud.batch.v1.JobNotificationOrBuilder getNotificationsOrBuilder( + int index) { return notifications_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -750,7 +628,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -766,8 +645,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (allocationPolicy_ != null) { output.writeMessage(7, getAllocationPolicy()); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 8); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetLabels(), + LabelsDefaultEntryHolder.defaultEntry, + 8); if (status_ != null) { output.writeMessage(9, getStatus()); } @@ -799,38 +682,46 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, uid_); } if (priority_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, priority_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, priority_); } for (int i = 0; i < taskGroups_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, taskGroups_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, taskGroups_.get(i)); } if (allocationPolicy_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getAllocationPolicy()); - } - for (java.util.Map.Entry entry : - internalGetLabels().getMap().entrySet()) { - com.google.protobuf.MapEntry labels__ = - LabelsDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, labels__); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, getAllocationPolicy()); + } + for (java.util.Map.Entry entry + : internalGetLabels().getMap().entrySet()) { + com.google.protobuf.MapEntry + labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, labels__); } if (status_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, getStatus()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(9, getStatus()); } if (createTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(11, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(11, getCreateTime()); } if (updateTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, getUpdateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(12, getUpdateTime()); } if (logsPolicy_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(13, getLogsPolicy()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(13, getLogsPolicy()); } for (int i = 0; i < notifications_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(14, notifications_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(14, notifications_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -840,39 +731,50 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.Job)) { return super.equals(obj); } com.google.cloud.batch.v1.Job other = (com.google.cloud.batch.v1.Job) obj; - if (!getName().equals(other.getName())) return false; - if (!getUid().equals(other.getUid())) return false; - if (getPriority() != other.getPriority()) return false; - if (!getTaskGroupsList().equals(other.getTaskGroupsList())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getUid() + .equals(other.getUid())) return false; + if (getPriority() + != other.getPriority()) return false; + if (!getTaskGroupsList() + .equals(other.getTaskGroupsList())) return false; if (hasAllocationPolicy() != other.hasAllocationPolicy()) return false; if (hasAllocationPolicy()) { - if (!getAllocationPolicy().equals(other.getAllocationPolicy())) return false; + if (!getAllocationPolicy() + .equals(other.getAllocationPolicy())) return false; } - if (!internalGetLabels().equals(other.internalGetLabels())) return false; + if (!internalGetLabels().equals( + other.internalGetLabels())) return false; if (hasStatus() != other.hasStatus()) return false; if (hasStatus()) { - if (!getStatus().equals(other.getStatus())) return false; + if (!getStatus() + .equals(other.getStatus())) return false; } if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime().equals(other.getCreateTime())) return false; + if (!getCreateTime() + .equals(other.getCreateTime())) return false; } if (hasUpdateTime() != other.hasUpdateTime()) return false; if (hasUpdateTime()) { - if (!getUpdateTime().equals(other.getUpdateTime())) return false; + if (!getUpdateTime() + .equals(other.getUpdateTime())) return false; } if (hasLogsPolicy() != other.hasLogsPolicy()) return false; if (hasLogsPolicy()) { - if (!getLogsPolicy().equals(other.getLogsPolicy())) return false; + if (!getLogsPolicy() + .equals(other.getLogsPolicy())) return false; } - if (!getNotificationsList().equals(other.getNotificationsList())) return false; + if (!getNotificationsList() + .equals(other.getNotificationsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -889,7 +791,8 @@ public int hashCode() { hash = (37 * hash) + UID_FIELD_NUMBER; hash = (53 * hash) + getUid().hashCode(); hash = (37 * hash) + PRIORITY_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getPriority()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getPriority()); if (getTaskGroupsCount() > 0) { hash = (37 * hash) + TASK_GROUPS_FIELD_NUMBER; hash = (53 * hash) + getTaskGroupsList().hashCode(); @@ -927,154 +830,154 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.Job parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.Job parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Job parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.Job parseFrom(com.google.protobuf.ByteString data) + public static com.google.cloud.batch.v1.Job parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Job parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.Job parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Job parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.Job parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.Job parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.cloud.batch.v1.Job parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.Job parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.batch.v1.Job parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.cloud.batch.v1.Job parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.Job parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.Job prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * The Cloud Batch Job description.
    * 
* * Protobuf type {@code google.cloud.batch.v1.Job} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.Job) com.google.cloud.batch.v1.JobOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_Job_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_Job_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 8: return internalGetLabels(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMutableMapField(int number) { + protected com.google.protobuf.MapField internalGetMutableMapField( + int number) { switch (number) { case 8: return internalGetMutableLabels(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_Job_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_Job_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.batch.v1.Job.class, com.google.cloud.batch.v1.Job.Builder.class); } // Construct using com.google.cloud.batch.v1.Job.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1126,9 +1029,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_Job_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_Job_descriptor; } @java.lang.Override @@ -1149,9 +1052,7 @@ public com.google.cloud.batch.v1.Job build() { public com.google.cloud.batch.v1.Job buildPartial() { com.google.cloud.batch.v1.Job result = new com.google.cloud.batch.v1.Job(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -1189,24 +1090,33 @@ private void buildPartial0(com.google.cloud.batch.v1.Job result) { result.priority_ = priority_; } if (((from_bitField0_ & 0x00000010) != 0)) { - result.allocationPolicy_ = - allocationPolicyBuilder_ == null ? allocationPolicy_ : allocationPolicyBuilder_.build(); + result.allocationPolicy_ = allocationPolicyBuilder_ == null + ? allocationPolicy_ + : allocationPolicyBuilder_.build(); } if (((from_bitField0_ & 0x00000020) != 0)) { result.labels_ = internalGetLabels(); result.labels_.makeImmutable(); } if (((from_bitField0_ & 0x00000040) != 0)) { - result.status_ = statusBuilder_ == null ? status_ : statusBuilder_.build(); + result.status_ = statusBuilder_ == null + ? status_ + : statusBuilder_.build(); } if (((from_bitField0_ & 0x00000080) != 0)) { - result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build(); + result.createTime_ = createTimeBuilder_ == null + ? createTime_ + : createTimeBuilder_.build(); } if (((from_bitField0_ & 0x00000100) != 0)) { - result.updateTime_ = updateTimeBuilder_ == null ? updateTime_ : updateTimeBuilder_.build(); + result.updateTime_ = updateTimeBuilder_ == null + ? updateTime_ + : updateTimeBuilder_.build(); } if (((from_bitField0_ & 0x00000200) != 0)) { - result.logsPolicy_ = logsPolicyBuilder_ == null ? logsPolicy_ : logsPolicyBuilder_.build(); + result.logsPolicy_ = logsPolicyBuilder_ == null + ? logsPolicy_ + : logsPolicyBuilder_.build(); } } @@ -1214,39 +1124,38 @@ private void buildPartial0(com.google.cloud.batch.v1.Job result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.Job) { - return mergeFrom((com.google.cloud.batch.v1.Job) other); + return mergeFrom((com.google.cloud.batch.v1.Job)other); } else { super.mergeFrom(other); return this; @@ -1286,10 +1195,9 @@ public Builder mergeFrom(com.google.cloud.batch.v1.Job other) { taskGroupsBuilder_ = null; taskGroups_ = other.taskGroups_; bitField0_ = (bitField0_ & ~0x00000008); - taskGroupsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getTaskGroupsFieldBuilder() - : null; + taskGroupsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getTaskGroupsFieldBuilder() : null; } else { taskGroupsBuilder_.addAllMessages(other.taskGroups_); } @@ -1298,7 +1206,8 @@ public Builder mergeFrom(com.google.cloud.batch.v1.Job other) { if (other.hasAllocationPolicy()) { mergeAllocationPolicy(other.getAllocationPolicy()); } - internalGetMutableLabels().mergeFrom(other.internalGetLabels()); + internalGetMutableLabels().mergeFrom( + other.internalGetLabels()); bitField0_ |= 0x00000020; if (other.hasStatus()) { mergeStatus(other.getStatus()); @@ -1330,10 +1239,9 @@ public Builder mergeFrom(com.google.cloud.batch.v1.Job other) { notificationsBuilder_ = null; notifications_ = other.notifications_; bitField0_ = (bitField0_ & ~0x00000400); - notificationsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getNotificationsFieldBuilder() - : null; + notificationsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getNotificationsFieldBuilder() : null; } else { notificationsBuilder_.addAllMessages(other.notifications_); } @@ -1365,100 +1273,97 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - name_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - uid_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 24: - { - priority_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 24 - case 34: - { - com.google.cloud.batch.v1.TaskGroup m = - input.readMessage( - com.google.cloud.batch.v1.TaskGroup.parser(), extensionRegistry); - if (taskGroupsBuilder_ == null) { - ensureTaskGroupsIsMutable(); - taskGroups_.add(m); - } else { - taskGroupsBuilder_.addMessage(m); - } - break; - } // case 34 - case 58: - { - input.readMessage( - getAllocationPolicyFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000010; - break; - } // case 58 - case 66: - { - com.google.protobuf.MapEntry labels__ = - input.readMessage( - LabelsDefaultEntryHolder.defaultEntry.getParserForType(), - extensionRegistry); - internalGetMutableLabels() - .getMutableMap() - .put(labels__.getKey(), labels__.getValue()); - bitField0_ |= 0x00000020; - break; - } // case 66 - case 74: - { - input.readMessage(getStatusFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000040; - break; - } // case 74 - case 90: - { - input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000080; - break; - } // case 90 - case 98: - { - input.readMessage(getUpdateTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000100; - break; - } // case 98 - case 106: - { - input.readMessage(getLogsPolicyFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000200; - break; - } // case 106 - case 114: - { - com.google.cloud.batch.v1.JobNotification m = - input.readMessage( - com.google.cloud.batch.v1.JobNotification.parser(), extensionRegistry); - if (notificationsBuilder_ == null) { - ensureNotificationsIsMutable(); - notifications_.add(m); - } else { - notificationsBuilder_.addMessage(m); - } - break; - } // case 114 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + name_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + uid_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 24: { + priority_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 34: { + com.google.cloud.batch.v1.TaskGroup m = + input.readMessage( + com.google.cloud.batch.v1.TaskGroup.parser(), + extensionRegistry); + if (taskGroupsBuilder_ == null) { + ensureTaskGroupsIsMutable(); + taskGroups_.add(m); + } else { + taskGroupsBuilder_.addMessage(m); + } + break; + } // case 34 + case 58: { + input.readMessage( + getAllocationPolicyFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000010; + break; + } // case 58 + case 66: { + com.google.protobuf.MapEntry + labels__ = input.readMessage( + LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + internalGetMutableLabels().getMutableMap().put( + labels__.getKey(), labels__.getValue()); + bitField0_ |= 0x00000020; + break; + } // case 66 + case 74: { + input.readMessage( + getStatusFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000040; + break; + } // case 74 + case 90: { + input.readMessage( + getCreateTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000080; + break; + } // case 90 + case 98: { + input.readMessage( + getUpdateTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000100; + break; + } // case 98 + case 106: { + input.readMessage( + getLogsPolicyFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000200; + break; + } // case 106 + case 114: { + com.google.cloud.batch.v1.JobNotification m = + input.readMessage( + com.google.cloud.batch.v1.JobNotification.parser(), + extensionRegistry); + if (notificationsBuilder_ == null) { + ensureNotificationsIsMutable(); + notifications_.add(m); + } else { + notificationsBuilder_.addMessage(m); + } + break; + } // case 114 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1468,26 +1373,23 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object name_ = ""; /** - * - * *
      * Output only. Job name.
      * For example: "projects/123456/locations/us-central1/jobs/job01".
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1496,22 +1398,21 @@ public java.lang.String getName() { } } /** - * - * *
      * Output only. Job name.
      * For example: "projects/123456/locations/us-central1/jobs/job01".
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -1519,37 +1420,30 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Output only. Job name.
      * For example: "projects/123456/locations/us-central1/jobs/job01".
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setName( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Output only. Job name.
      * For example: "projects/123456/locations/us-central1/jobs/job01".
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearName() { @@ -1559,22 +1453,18 @@ public Builder clearName() { return this; } /** - * - * *
      * Output only. Job name.
      * For example: "projects/123456/locations/us-central1/jobs/job01".
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; @@ -1584,20 +1474,18 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object uid_ = ""; /** - * - * *
      * Output only. A system generated unique ID (in UUID4 format) for the Job.
      * 
* * string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The uid. */ public java.lang.String getUid() { java.lang.Object ref = uid_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); uid_ = s; return s; @@ -1606,21 +1494,20 @@ public java.lang.String getUid() { } } /** - * - * *
      * Output only. A system generated unique ID (in UUID4 format) for the Job.
      * 
* * string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for uid. */ - public com.google.protobuf.ByteString getUidBytes() { + public com.google.protobuf.ByteString + getUidBytes() { java.lang.Object ref = uid_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); uid_ = b; return b; } else { @@ -1628,35 +1515,28 @@ public com.google.protobuf.ByteString getUidBytes() { } } /** - * - * *
      * Output only. A system generated unique ID (in UUID4 format) for the Job.
      * 
* * string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The uid to set. * @return This builder for chaining. */ - public Builder setUid(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setUid( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } uid_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Output only. A system generated unique ID (in UUID4 format) for the Job.
      * 
* * string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearUid() { @@ -1666,21 +1546,17 @@ public Builder clearUid() { return this; } /** - * - * *
      * Output only. A system generated unique ID (in UUID4 format) for the Job.
      * 
* * string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for uid to set. * @return This builder for chaining. */ - public Builder setUidBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setUidBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); uid_ = value; bitField0_ |= 0x00000002; @@ -1688,10 +1564,8 @@ public Builder setUidBytes(com.google.protobuf.ByteString value) { return this; } - private long priority_; + private long priority_ ; /** - * - * *
      * Priority of the Job.
      * The valid value range is [0, 100). Default value is 0.
@@ -1701,7 +1575,6 @@ public Builder setUidBytes(com.google.protobuf.ByteString value) {
      * 
* * int64 priority = 3; - * * @return The priority. */ @java.lang.Override @@ -1709,8 +1582,6 @@ public long getPriority() { return priority_; } /** - * - * *
      * Priority of the Job.
      * The valid value range is [0, 100). Default value is 0.
@@ -1720,7 +1591,6 @@ public long getPriority() {
      * 
* * int64 priority = 3; - * * @param value The priority to set. * @return This builder for chaining. */ @@ -1732,8 +1602,6 @@ public Builder setPriority(long value) { return this; } /** - * - * *
      * Priority of the Job.
      * The valid value range is [0, 100). Default value is 0.
@@ -1743,7 +1611,6 @@ public Builder setPriority(long value) {
      * 
* * int64 priority = 3; - * * @return This builder for chaining. */ public Builder clearPriority() { @@ -1754,31 +1621,23 @@ public Builder clearPriority() { } private java.util.List taskGroups_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureTaskGroupsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { taskGroups_ = new java.util.ArrayList(taskGroups_); bitField0_ |= 0x00000008; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.TaskGroup, - com.google.cloud.batch.v1.TaskGroup.Builder, - com.google.cloud.batch.v1.TaskGroupOrBuilder> - taskGroupsBuilder_; + com.google.cloud.batch.v1.TaskGroup, com.google.cloud.batch.v1.TaskGroup.Builder, com.google.cloud.batch.v1.TaskGroupOrBuilder> taskGroupsBuilder_; /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ public java.util.List getTaskGroupsList() { if (taskGroupsBuilder_ == null) { @@ -1788,15 +1647,11 @@ public java.util.List getTaskGroupsList() { } } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ public int getTaskGroupsCount() { if (taskGroupsBuilder_ == null) { @@ -1806,15 +1661,11 @@ public int getTaskGroupsCount() { } } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.cloud.batch.v1.TaskGroup getTaskGroups(int index) { if (taskGroupsBuilder_ == null) { @@ -1824,17 +1675,14 @@ public com.google.cloud.batch.v1.TaskGroup getTaskGroups(int index) { } } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder setTaskGroups(int index, com.google.cloud.batch.v1.TaskGroup value) { + public Builder setTaskGroups( + int index, com.google.cloud.batch.v1.TaskGroup value) { if (taskGroupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1848,15 +1696,11 @@ public Builder setTaskGroups(int index, com.google.cloud.batch.v1.TaskGroup valu return this; } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder setTaskGroups( int index, com.google.cloud.batch.v1.TaskGroup.Builder builderForValue) { @@ -1870,15 +1714,11 @@ public Builder setTaskGroups( return this; } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder addTaskGroups(com.google.cloud.batch.v1.TaskGroup value) { if (taskGroupsBuilder_ == null) { @@ -1894,17 +1734,14 @@ public Builder addTaskGroups(com.google.cloud.batch.v1.TaskGroup value) { return this; } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder addTaskGroups(int index, com.google.cloud.batch.v1.TaskGroup value) { + public Builder addTaskGroups( + int index, com.google.cloud.batch.v1.TaskGroup value) { if (taskGroupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1918,17 +1755,14 @@ public Builder addTaskGroups(int index, com.google.cloud.batch.v1.TaskGroup valu return this; } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public Builder addTaskGroups(com.google.cloud.batch.v1.TaskGroup.Builder builderForValue) { + public Builder addTaskGroups( + com.google.cloud.batch.v1.TaskGroup.Builder builderForValue) { if (taskGroupsBuilder_ == null) { ensureTaskGroupsIsMutable(); taskGroups_.add(builderForValue.build()); @@ -1939,15 +1773,11 @@ public Builder addTaskGroups(com.google.cloud.batch.v1.TaskGroup.Builder builder return this; } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder addTaskGroups( int index, com.google.cloud.batch.v1.TaskGroup.Builder builderForValue) { @@ -1961,21 +1791,18 @@ public Builder addTaskGroups( return this; } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder addAllTaskGroups( java.lang.Iterable values) { if (taskGroupsBuilder_ == null) { ensureTaskGroupsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, taskGroups_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, taskGroups_); onChanged(); } else { taskGroupsBuilder_.addAllMessages(values); @@ -1983,15 +1810,11 @@ public Builder addAllTaskGroups( return this; } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder clearTaskGroups() { if (taskGroupsBuilder_ == null) { @@ -2004,15 +1827,11 @@ public Builder clearTaskGroups() { return this; } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ public Builder removeTaskGroups(int index) { if (taskGroupsBuilder_ == null) { @@ -2025,50 +1844,39 @@ public Builder removeTaskGroups(int index) { return this; } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.batch.v1.TaskGroup.Builder getTaskGroupsBuilder(int index) { + public com.google.cloud.batch.v1.TaskGroup.Builder getTaskGroupsBuilder( + int index) { return getTaskGroupsFieldBuilder().getBuilder(index); } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.batch.v1.TaskGroupOrBuilder getTaskGroupsOrBuilder(int index) { + public com.google.cloud.batch.v1.TaskGroupOrBuilder getTaskGroupsOrBuilder( + int index) { if (taskGroupsBuilder_ == null) { - return taskGroups_.get(index); - } else { + return taskGroups_.get(index); } else { return taskGroupsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public java.util.List - getTaskGroupsOrBuilderList() { + public java.util.List + getTaskGroupsOrBuilderList() { if (taskGroupsBuilder_ != null) { return taskGroupsBuilder_.getMessageOrBuilderList(); } else { @@ -2076,62 +1884,49 @@ public com.google.cloud.batch.v1.TaskGroupOrBuilder getTaskGroupsOrBuilder(int i } } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ public com.google.cloud.batch.v1.TaskGroup.Builder addTaskGroupsBuilder() { - return getTaskGroupsFieldBuilder() - .addBuilder(com.google.cloud.batch.v1.TaskGroup.getDefaultInstance()); + return getTaskGroupsFieldBuilder().addBuilder( + com.google.cloud.batch.v1.TaskGroup.getDefaultInstance()); } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public com.google.cloud.batch.v1.TaskGroup.Builder addTaskGroupsBuilder(int index) { - return getTaskGroupsFieldBuilder() - .addBuilder(index, com.google.cloud.batch.v1.TaskGroup.getDefaultInstance()); + public com.google.cloud.batch.v1.TaskGroup.Builder addTaskGroupsBuilder( + int index) { + return getTaskGroupsFieldBuilder().addBuilder( + index, com.google.cloud.batch.v1.TaskGroup.getDefaultInstance()); } /** - * - * *
      * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
      * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - public java.util.List getTaskGroupsBuilderList() { + public java.util.List + getTaskGroupsBuilderList() { return getTaskGroupsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.TaskGroup, - com.google.cloud.batch.v1.TaskGroup.Builder, - com.google.cloud.batch.v1.TaskGroupOrBuilder> + com.google.cloud.batch.v1.TaskGroup, com.google.cloud.batch.v1.TaskGroup.Builder, com.google.cloud.batch.v1.TaskGroupOrBuilder> getTaskGroupsFieldBuilder() { if (taskGroupsBuilder_ == null) { - taskGroupsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.TaskGroup, - com.google.cloud.batch.v1.TaskGroup.Builder, - com.google.cloud.batch.v1.TaskGroupOrBuilder>( - taskGroups_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); + taskGroupsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.batch.v1.TaskGroup, com.google.cloud.batch.v1.TaskGroup.Builder, com.google.cloud.batch.v1.TaskGroupOrBuilder>( + taskGroups_, + ((bitField0_ & 0x00000008) != 0), + getParentForChildren(), + isClean()); taskGroups_ = null; } return taskGroupsBuilder_; @@ -2139,47 +1934,34 @@ public java.util.List getTaskGroups private com.google.cloud.batch.v1.AllocationPolicy allocationPolicy_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy, - com.google.cloud.batch.v1.AllocationPolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicyOrBuilder> - allocationPolicyBuilder_; + com.google.cloud.batch.v1.AllocationPolicy, com.google.cloud.batch.v1.AllocationPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicyOrBuilder> allocationPolicyBuilder_; /** - * - * *
      * Compute resource allocation for all TaskGroups in the Job.
      * 
* * .google.cloud.batch.v1.AllocationPolicy allocation_policy = 7; - * * @return Whether the allocationPolicy field is set. */ public boolean hasAllocationPolicy() { return ((bitField0_ & 0x00000010) != 0); } /** - * - * *
      * Compute resource allocation for all TaskGroups in the Job.
      * 
* * .google.cloud.batch.v1.AllocationPolicy allocation_policy = 7; - * * @return The allocationPolicy. */ public com.google.cloud.batch.v1.AllocationPolicy getAllocationPolicy() { if (allocationPolicyBuilder_ == null) { - return allocationPolicy_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.getDefaultInstance() - : allocationPolicy_; + return allocationPolicy_ == null ? com.google.cloud.batch.v1.AllocationPolicy.getDefaultInstance() : allocationPolicy_; } else { return allocationPolicyBuilder_.getMessage(); } } /** - * - * *
      * Compute resource allocation for all TaskGroups in the Job.
      * 
@@ -2200,8 +1982,6 @@ public Builder setAllocationPolicy(com.google.cloud.batch.v1.AllocationPolicy va return this; } /** - * - * *
      * Compute resource allocation for all TaskGroups in the Job.
      * 
@@ -2220,8 +2000,6 @@ public Builder setAllocationPolicy( return this; } /** - * - * *
      * Compute resource allocation for all TaskGroups in the Job.
      * 
@@ -2230,10 +2008,9 @@ public Builder setAllocationPolicy( */ public Builder mergeAllocationPolicy(com.google.cloud.batch.v1.AllocationPolicy value) { if (allocationPolicyBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0) - && allocationPolicy_ != null - && allocationPolicy_ - != com.google.cloud.batch.v1.AllocationPolicy.getDefaultInstance()) { + if (((bitField0_ & 0x00000010) != 0) && + allocationPolicy_ != null && + allocationPolicy_ != com.google.cloud.batch.v1.AllocationPolicy.getDefaultInstance()) { getAllocationPolicyBuilder().mergeFrom(value); } else { allocationPolicy_ = value; @@ -2246,8 +2023,6 @@ public Builder mergeAllocationPolicy(com.google.cloud.batch.v1.AllocationPolicy return this; } /** - * - * *
      * Compute resource allocation for all TaskGroups in the Job.
      * 
@@ -2265,8 +2040,6 @@ public Builder clearAllocationPolicy() { return this; } /** - * - * *
      * Compute resource allocation for all TaskGroups in the Job.
      * 
@@ -2279,8 +2052,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.Builder getAllocationPolicyBui return getAllocationPolicyFieldBuilder().getBuilder(); } /** - * - * *
      * Compute resource allocation for all TaskGroups in the Job.
      * 
@@ -2291,14 +2062,11 @@ public com.google.cloud.batch.v1.AllocationPolicyOrBuilder getAllocationPolicyOr if (allocationPolicyBuilder_ != null) { return allocationPolicyBuilder_.getMessageOrBuilder(); } else { - return allocationPolicy_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.getDefaultInstance() - : allocationPolicy_; + return allocationPolicy_ == null ? + com.google.cloud.batch.v1.AllocationPolicy.getDefaultInstance() : allocationPolicy_; } } /** - * - * *
      * Compute resource allocation for all TaskGroups in the Job.
      * 
@@ -2306,35 +2074,34 @@ public com.google.cloud.batch.v1.AllocationPolicyOrBuilder getAllocationPolicyOr * .google.cloud.batch.v1.AllocationPolicy allocation_policy = 7; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy, - com.google.cloud.batch.v1.AllocationPolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicyOrBuilder> + com.google.cloud.batch.v1.AllocationPolicy, com.google.cloud.batch.v1.AllocationPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicyOrBuilder> getAllocationPolicyFieldBuilder() { if (allocationPolicyBuilder_ == null) { - allocationPolicyBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy, - com.google.cloud.batch.v1.AllocationPolicy.Builder, - com.google.cloud.batch.v1.AllocationPolicyOrBuilder>( - getAllocationPolicy(), getParentForChildren(), isClean()); + allocationPolicyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.AllocationPolicy, com.google.cloud.batch.v1.AllocationPolicy.Builder, com.google.cloud.batch.v1.AllocationPolicyOrBuilder>( + getAllocationPolicy(), + getParentForChildren(), + isClean()); allocationPolicy_ = null; } return allocationPolicyBuilder_; } - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } - private com.google.protobuf.MapField internalGetMutableLabels() { if (labels_ == null) { - labels_ = com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry); + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); } if (!labels_.isMutable()) { labels_ = labels_.copy(); @@ -2343,13 +2110,10 @@ private com.google.protobuf.MapField interna onChanged(); return labels_; } - public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
      * Labels for the Job. Labels could be user provided or system generated.
      * For example,
@@ -2366,21 +2130,20 @@ public int getLabelsCount() {
      * map<string, string> labels = 8;
      */
     @java.lang.Override
-    public boolean containsLabels(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsLabels(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetLabels().getMap().containsKey(key);
     }
-    /** Use {@link #getLabelsMap()} instead. */
+    /**
+     * Use {@link #getLabelsMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getLabels() {
       return getLabelsMap();
     }
     /**
-     *
-     *
      * 
      * Labels for the Job. Labels could be user provided or system generated.
      * For example,
@@ -2401,8 +2164,6 @@ public java.util.Map getLabelsMap() {
       return internalGetLabels().getMap();
     }
     /**
-     *
-     *
      * 
      * Labels for the Job. Labels could be user provided or system generated.
      * For example,
@@ -2419,19 +2180,17 @@ public java.util.Map getLabelsMap() {
      * map<string, string> labels = 8;
      */
     @java.lang.Override
-    public /* nullable */ java.lang.String getLabelsOrDefault(
+    public /* nullable */
+java.lang.String getLabelsOrDefault(
         java.lang.String key,
         /* nullable */
-        java.lang.String defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetLabels().getMap();
+java.lang.String defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetLabels().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * Labels for the Job. Labels could be user provided or system generated.
      * For example,
@@ -2448,25 +2207,23 @@ public java.util.Map getLabelsMap() {
      * map<string, string> labels = 8;
      */
     @java.lang.Override
-    public java.lang.String getLabelsOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetLabels().getMap();
+    public java.lang.String getLabelsOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetLabels().getMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
       return map.get(key);
     }
-
     public Builder clearLabels() {
       bitField0_ = (bitField0_ & ~0x00000020);
-      internalGetMutableLabels().getMutableMap().clear();
+      internalGetMutableLabels().getMutableMap()
+          .clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * Labels for the Job. Labels could be user provided or system generated.
      * For example,
@@ -2482,22 +2239,23 @@ public Builder clearLabels() {
      *
      * map<string, string> labels = 8;
      */
-    public Builder removeLabels(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableLabels().getMutableMap().remove(key);
+    public Builder removeLabels(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableLabels().getMutableMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableLabels() {
+    public java.util.Map
+        getMutableLabels() {
       bitField0_ |= 0x00000020;
       return internalGetMutableLabels().getMutableMap();
     }
     /**
-     *
-     *
      * 
      * Labels for the Job. Labels could be user provided or system generated.
      * For example,
@@ -2513,20 +2271,17 @@ public java.util.Map getMutableLabels() {
      *
      * map<string, string> labels = 8;
      */
-    public Builder putLabels(java.lang.String key, java.lang.String value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      if (value == null) {
-        throw new NullPointerException("map value");
-      }
-      internalGetMutableLabels().getMutableMap().put(key, value);
+    public Builder putLabels(
+        java.lang.String key,
+        java.lang.String value) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      if (value == null) { throw new NullPointerException("map value"); }
+      internalGetMutableLabels().getMutableMap()
+          .put(key, value);
       bitField0_ |= 0x00000020;
       return this;
     }
     /**
-     *
-     *
      * 
      * Labels for the Job. Labels could be user provided or system generated.
      * For example,
@@ -2542,45 +2297,34 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
      *
      * map<string, string> labels = 8;
      */
-    public Builder putAllLabels(java.util.Map values) {
-      internalGetMutableLabels().getMutableMap().putAll(values);
+    public Builder putAllLabels(
+        java.util.Map values) {
+      internalGetMutableLabels().getMutableMap()
+          .putAll(values);
       bitField0_ |= 0x00000020;
       return this;
     }
 
     private com.google.cloud.batch.v1.JobStatus status_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.batch.v1.JobStatus,
-            com.google.cloud.batch.v1.JobStatus.Builder,
-            com.google.cloud.batch.v1.JobStatusOrBuilder>
-        statusBuilder_;
+        com.google.cloud.batch.v1.JobStatus, com.google.cloud.batch.v1.JobStatus.Builder, com.google.cloud.batch.v1.JobStatusOrBuilder> statusBuilder_;
     /**
-     *
-     *
      * 
      * Output only. Job status. It is read only for users.
      * 
* - * - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the status field is set. */ public boolean hasStatus() { return ((bitField0_ & 0x00000040) != 0); } /** - * - * *
      * Output only. Job status. It is read only for users.
      * 
* - * - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The status. */ public com.google.cloud.batch.v1.JobStatus getStatus() { @@ -2591,15 +2335,11 @@ public com.google.cloud.batch.v1.JobStatus getStatus() { } } /** - * - * *
      * Output only. Job status. It is read only for users.
      * 
* - * - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setStatus(com.google.cloud.batch.v1.JobStatus value) { if (statusBuilder_ == null) { @@ -2615,17 +2355,14 @@ public Builder setStatus(com.google.cloud.batch.v1.JobStatus value) { return this; } /** - * - * *
      * Output only. Job status. It is read only for users.
      * 
* - * - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setStatus(com.google.cloud.batch.v1.JobStatus.Builder builderForValue) { + public Builder setStatus( + com.google.cloud.batch.v1.JobStatus.Builder builderForValue) { if (statusBuilder_ == null) { status_ = builderForValue.build(); } else { @@ -2636,21 +2373,17 @@ public Builder setStatus(com.google.cloud.batch.v1.JobStatus.Builder builderForV return this; } /** - * - * *
      * Output only. Job status. It is read only for users.
      * 
* - * - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeStatus(com.google.cloud.batch.v1.JobStatus value) { if (statusBuilder_ == null) { - if (((bitField0_ & 0x00000040) != 0) - && status_ != null - && status_ != com.google.cloud.batch.v1.JobStatus.getDefaultInstance()) { + if (((bitField0_ & 0x00000040) != 0) && + status_ != null && + status_ != com.google.cloud.batch.v1.JobStatus.getDefaultInstance()) { getStatusBuilder().mergeFrom(value); } else { status_ = value; @@ -2663,15 +2396,11 @@ public Builder mergeStatus(com.google.cloud.batch.v1.JobStatus value) { return this; } /** - * - * *
      * Output only. Job status. It is read only for users.
      * 
* - * - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearStatus() { bitField0_ = (bitField0_ & ~0x00000040); @@ -2684,15 +2413,11 @@ public Builder clearStatus() { return this; } /** - * - * *
      * Output only. Job status. It is read only for users.
      * 
* - * - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.batch.v1.JobStatus.Builder getStatusBuilder() { bitField0_ |= 0x00000040; @@ -2700,46 +2425,36 @@ public com.google.cloud.batch.v1.JobStatus.Builder getStatusBuilder() { return getStatusFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. Job status. It is read only for users.
      * 
* - * - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.cloud.batch.v1.JobStatusOrBuilder getStatusOrBuilder() { if (statusBuilder_ != null) { return statusBuilder_.getMessageOrBuilder(); } else { - return status_ == null ? com.google.cloud.batch.v1.JobStatus.getDefaultInstance() : status_; + return status_ == null ? + com.google.cloud.batch.v1.JobStatus.getDefaultInstance() : status_; } } /** - * - * *
      * Output only. Job status. It is read only for users.
      * 
* - * - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.JobStatus, - com.google.cloud.batch.v1.JobStatus.Builder, - com.google.cloud.batch.v1.JobStatusOrBuilder> + com.google.cloud.batch.v1.JobStatus, com.google.cloud.batch.v1.JobStatus.Builder, com.google.cloud.batch.v1.JobStatusOrBuilder> getStatusFieldBuilder() { if (statusBuilder_ == null) { - statusBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.JobStatus, - com.google.cloud.batch.v1.JobStatus.Builder, - com.google.cloud.batch.v1.JobStatusOrBuilder>( - getStatus(), getParentForChildren(), isClean()); + statusBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.JobStatus, com.google.cloud.batch.v1.JobStatus.Builder, com.google.cloud.batch.v1.JobStatusOrBuilder>( + getStatus(), + getParentForChildren(), + isClean()); status_ = null; } return statusBuilder_; @@ -2747,58 +2462,39 @@ public com.google.cloud.batch.v1.JobStatusOrBuilder getStatusOrBuilder() { private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - createTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; /** - * - * *
      * Output only. When the Job was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000080) != 0); } /** - * - * *
      * Output only. When the Job was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. When the Job was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -2814,17 +2510,14 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. When the Job was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); } else { @@ -2835,21 +2528,17 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. When the Job was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { - if (((bitField0_ & 0x00000080) != 0) - && createTime_ != null - && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000080) != 0) && + createTime_ != null && + createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getCreateTimeBuilder().mergeFrom(value); } else { createTime_ = value; @@ -2862,15 +2551,11 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. When the Job was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearCreateTime() { bitField0_ = (bitField0_ & ~0x00000080); @@ -2883,15 +2568,11 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * Output only. When the Job was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { bitField0_ |= 0x00000080; @@ -2899,48 +2580,36 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. When the Job was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } } /** - * - * *
      * Output only. When the Job was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), getParentForChildren(), isClean()); + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); createTime_ = null; } return createTimeBuilder_; @@ -2948,58 +2617,39 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { private com.google.protobuf.Timestamp updateTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - updateTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updateTimeBuilder_; /** - * - * *
      * Output only. The last time the Job was updated.
      * 
* - * - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ public boolean hasUpdateTime() { return ((bitField0_ & 0x00000100) != 0); } /** - * - * *
      * Output only. The last time the Job was updated.
      * 
* - * - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ public com.google.protobuf.Timestamp getUpdateTime() { if (updateTimeBuilder_ == null) { - return updateTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateTime_; + return updateTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } else { return updateTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The last time the Job was updated.
      * 
* - * - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { @@ -3015,17 +2665,14 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The last time the Job was updated.
      * 
* - * - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setUpdateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (updateTimeBuilder_ == null) { updateTime_ = builderForValue.build(); } else { @@ -3036,21 +2683,17 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The last time the Job was updated.
      * 
* - * - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { if (updateTimeBuilder_ == null) { - if (((bitField0_ & 0x00000100) != 0) - && updateTime_ != null - && updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000100) != 0) && + updateTime_ != null && + updateTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getUpdateTimeBuilder().mergeFrom(value); } else { updateTime_ = value; @@ -3063,15 +2706,11 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The last time the Job was updated.
      * 
* - * - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearUpdateTime() { bitField0_ = (bitField0_ & ~0x00000100); @@ -3084,15 +2723,11 @@ public Builder clearUpdateTime() { return this; } /** - * - * *
      * Output only. The last time the Job was updated.
      * 
* - * - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { bitField0_ |= 0x00000100; @@ -3100,48 +2735,36 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { return getUpdateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The last time the Job was updated.
      * 
* - * - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { if (updateTimeBuilder_ != null) { return updateTimeBuilder_.getMessageOrBuilder(); } else { - return updateTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : updateTime_; + return updateTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : updateTime_; } } /** - * - * *
      * Output only. The last time the Job was updated.
      * 
* - * - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getUpdateTimeFieldBuilder() { if (updateTimeBuilder_ == null) { - updateTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getUpdateTime(), getParentForChildren(), isClean()); + updateTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getUpdateTime(), + getParentForChildren(), + isClean()); updateTime_ = null; } return updateTimeBuilder_; @@ -3149,47 +2772,34 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { private com.google.cloud.batch.v1.LogsPolicy logsPolicy_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.LogsPolicy, - com.google.cloud.batch.v1.LogsPolicy.Builder, - com.google.cloud.batch.v1.LogsPolicyOrBuilder> - logsPolicyBuilder_; + com.google.cloud.batch.v1.LogsPolicy, com.google.cloud.batch.v1.LogsPolicy.Builder, com.google.cloud.batch.v1.LogsPolicyOrBuilder> logsPolicyBuilder_; /** - * - * *
      * Log preservation policy for the Job.
      * 
* * .google.cloud.batch.v1.LogsPolicy logs_policy = 13; - * * @return Whether the logsPolicy field is set. */ public boolean hasLogsPolicy() { return ((bitField0_ & 0x00000200) != 0); } /** - * - * *
      * Log preservation policy for the Job.
      * 
* * .google.cloud.batch.v1.LogsPolicy logs_policy = 13; - * * @return The logsPolicy. */ public com.google.cloud.batch.v1.LogsPolicy getLogsPolicy() { if (logsPolicyBuilder_ == null) { - return logsPolicy_ == null - ? com.google.cloud.batch.v1.LogsPolicy.getDefaultInstance() - : logsPolicy_; + return logsPolicy_ == null ? com.google.cloud.batch.v1.LogsPolicy.getDefaultInstance() : logsPolicy_; } else { return logsPolicyBuilder_.getMessage(); } } /** - * - * *
      * Log preservation policy for the Job.
      * 
@@ -3210,15 +2820,14 @@ public Builder setLogsPolicy(com.google.cloud.batch.v1.LogsPolicy value) { return this; } /** - * - * *
      * Log preservation policy for the Job.
      * 
* * .google.cloud.batch.v1.LogsPolicy logs_policy = 13; */ - public Builder setLogsPolicy(com.google.cloud.batch.v1.LogsPolicy.Builder builderForValue) { + public Builder setLogsPolicy( + com.google.cloud.batch.v1.LogsPolicy.Builder builderForValue) { if (logsPolicyBuilder_ == null) { logsPolicy_ = builderForValue.build(); } else { @@ -3229,8 +2838,6 @@ public Builder setLogsPolicy(com.google.cloud.batch.v1.LogsPolicy.Builder builde return this; } /** - * - * *
      * Log preservation policy for the Job.
      * 
@@ -3239,9 +2846,9 @@ public Builder setLogsPolicy(com.google.cloud.batch.v1.LogsPolicy.Builder builde */ public Builder mergeLogsPolicy(com.google.cloud.batch.v1.LogsPolicy value) { if (logsPolicyBuilder_ == null) { - if (((bitField0_ & 0x00000200) != 0) - && logsPolicy_ != null - && logsPolicy_ != com.google.cloud.batch.v1.LogsPolicy.getDefaultInstance()) { + if (((bitField0_ & 0x00000200) != 0) && + logsPolicy_ != null && + logsPolicy_ != com.google.cloud.batch.v1.LogsPolicy.getDefaultInstance()) { getLogsPolicyBuilder().mergeFrom(value); } else { logsPolicy_ = value; @@ -3254,8 +2861,6 @@ public Builder mergeLogsPolicy(com.google.cloud.batch.v1.LogsPolicy value) { return this; } /** - * - * *
      * Log preservation policy for the Job.
      * 
@@ -3273,8 +2878,6 @@ public Builder clearLogsPolicy() { return this; } /** - * - * *
      * Log preservation policy for the Job.
      * 
@@ -3287,8 +2890,6 @@ public com.google.cloud.batch.v1.LogsPolicy.Builder getLogsPolicyBuilder() { return getLogsPolicyFieldBuilder().getBuilder(); } /** - * - * *
      * Log preservation policy for the Job.
      * 
@@ -3299,14 +2900,11 @@ public com.google.cloud.batch.v1.LogsPolicyOrBuilder getLogsPolicyOrBuilder() { if (logsPolicyBuilder_ != null) { return logsPolicyBuilder_.getMessageOrBuilder(); } else { - return logsPolicy_ == null - ? com.google.cloud.batch.v1.LogsPolicy.getDefaultInstance() - : logsPolicy_; + return logsPolicy_ == null ? + com.google.cloud.batch.v1.LogsPolicy.getDefaultInstance() : logsPolicy_; } } /** - * - * *
      * Log preservation policy for the Job.
      * 
@@ -3314,42 +2912,32 @@ public com.google.cloud.batch.v1.LogsPolicyOrBuilder getLogsPolicyOrBuilder() { * .google.cloud.batch.v1.LogsPolicy logs_policy = 13; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.LogsPolicy, - com.google.cloud.batch.v1.LogsPolicy.Builder, - com.google.cloud.batch.v1.LogsPolicyOrBuilder> + com.google.cloud.batch.v1.LogsPolicy, com.google.cloud.batch.v1.LogsPolicy.Builder, com.google.cloud.batch.v1.LogsPolicyOrBuilder> getLogsPolicyFieldBuilder() { if (logsPolicyBuilder_ == null) { - logsPolicyBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.LogsPolicy, - com.google.cloud.batch.v1.LogsPolicy.Builder, - com.google.cloud.batch.v1.LogsPolicyOrBuilder>( - getLogsPolicy(), getParentForChildren(), isClean()); + logsPolicyBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.LogsPolicy, com.google.cloud.batch.v1.LogsPolicy.Builder, com.google.cloud.batch.v1.LogsPolicyOrBuilder>( + getLogsPolicy(), + getParentForChildren(), + isClean()); logsPolicy_ = null; } return logsPolicyBuilder_; } private java.util.List notifications_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureNotificationsIsMutable() { if (!((bitField0_ & 0x00000400) != 0)) { - notifications_ = - new java.util.ArrayList(notifications_); + notifications_ = new java.util.ArrayList(notifications_); bitField0_ |= 0x00000400; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.JobNotification, - com.google.cloud.batch.v1.JobNotification.Builder, - com.google.cloud.batch.v1.JobNotificationOrBuilder> - notificationsBuilder_; + com.google.cloud.batch.v1.JobNotification, com.google.cloud.batch.v1.JobNotification.Builder, com.google.cloud.batch.v1.JobNotificationOrBuilder> notificationsBuilder_; /** - * - * *
      * Notification configurations.
      * 
@@ -3364,8 +2952,6 @@ public java.util.List getNotification } } /** - * - * *
      * Notification configurations.
      * 
@@ -3380,8 +2966,6 @@ public int getNotificationsCount() { } } /** - * - * *
      * Notification configurations.
      * 
@@ -3396,15 +2980,14 @@ public com.google.cloud.batch.v1.JobNotification getNotifications(int index) { } } /** - * - * *
      * Notification configurations.
      * 
* * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ - public Builder setNotifications(int index, com.google.cloud.batch.v1.JobNotification value) { + public Builder setNotifications( + int index, com.google.cloud.batch.v1.JobNotification value) { if (notificationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3418,8 +3001,6 @@ public Builder setNotifications(int index, com.google.cloud.batch.v1.JobNotifica return this; } /** - * - * *
      * Notification configurations.
      * 
@@ -3438,8 +3019,6 @@ public Builder setNotifications( return this; } /** - * - * *
      * Notification configurations.
      * 
@@ -3460,15 +3039,14 @@ public Builder addNotifications(com.google.cloud.batch.v1.JobNotification value) return this; } /** - * - * *
      * Notification configurations.
      * 
* * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ - public Builder addNotifications(int index, com.google.cloud.batch.v1.JobNotification value) { + public Builder addNotifications( + int index, com.google.cloud.batch.v1.JobNotification value) { if (notificationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3482,8 +3060,6 @@ public Builder addNotifications(int index, com.google.cloud.batch.v1.JobNotifica return this; } /** - * - * *
      * Notification configurations.
      * 
@@ -3502,8 +3078,6 @@ public Builder addNotifications( return this; } /** - * - * *
      * Notification configurations.
      * 
@@ -3522,8 +3096,6 @@ public Builder addNotifications( return this; } /** - * - * *
      * Notification configurations.
      * 
@@ -3534,7 +3106,8 @@ public Builder addAllNotifications( java.lang.Iterable values) { if (notificationsBuilder_ == null) { ensureNotificationsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, notifications_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, notifications_); onChanged(); } else { notificationsBuilder_.addAllMessages(values); @@ -3542,8 +3115,6 @@ public Builder addAllNotifications( return this; } /** - * - * *
      * Notification configurations.
      * 
@@ -3561,8 +3132,6 @@ public Builder clearNotifications() { return this; } /** - * - * *
      * Notification configurations.
      * 
@@ -3580,44 +3149,39 @@ public Builder removeNotifications(int index) { return this; } /** - * - * *
      * Notification configurations.
      * 
* * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ - public com.google.cloud.batch.v1.JobNotification.Builder getNotificationsBuilder(int index) { + public com.google.cloud.batch.v1.JobNotification.Builder getNotificationsBuilder( + int index) { return getNotificationsFieldBuilder().getBuilder(index); } /** - * - * *
      * Notification configurations.
      * 
* * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ - public com.google.cloud.batch.v1.JobNotificationOrBuilder getNotificationsOrBuilder(int index) { + public com.google.cloud.batch.v1.JobNotificationOrBuilder getNotificationsOrBuilder( + int index) { if (notificationsBuilder_ == null) { - return notifications_.get(index); - } else { + return notifications_.get(index); } else { return notificationsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Notification configurations.
      * 
* * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ - public java.util.List - getNotificationsOrBuilderList() { + public java.util.List + getNotificationsOrBuilderList() { if (notificationsBuilder_ != null) { return notificationsBuilder_.getMessageOrBuilderList(); } else { @@ -3625,8 +3189,6 @@ public com.google.cloud.batch.v1.JobNotificationOrBuilder getNotificationsOrBuil } } /** - * - * *
      * Notification configurations.
      * 
@@ -3634,47 +3196,38 @@ public com.google.cloud.batch.v1.JobNotificationOrBuilder getNotificationsOrBuil * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ public com.google.cloud.batch.v1.JobNotification.Builder addNotificationsBuilder() { - return getNotificationsFieldBuilder() - .addBuilder(com.google.cloud.batch.v1.JobNotification.getDefaultInstance()); + return getNotificationsFieldBuilder().addBuilder( + com.google.cloud.batch.v1.JobNotification.getDefaultInstance()); } /** - * - * *
      * Notification configurations.
      * 
* * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ - public com.google.cloud.batch.v1.JobNotification.Builder addNotificationsBuilder(int index) { - return getNotificationsFieldBuilder() - .addBuilder(index, com.google.cloud.batch.v1.JobNotification.getDefaultInstance()); + public com.google.cloud.batch.v1.JobNotification.Builder addNotificationsBuilder( + int index) { + return getNotificationsFieldBuilder().addBuilder( + index, com.google.cloud.batch.v1.JobNotification.getDefaultInstance()); } /** - * - * *
      * Notification configurations.
      * 
* * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ - public java.util.List - getNotificationsBuilderList() { + public java.util.List + getNotificationsBuilderList() { return getNotificationsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.JobNotification, - com.google.cloud.batch.v1.JobNotification.Builder, - com.google.cloud.batch.v1.JobNotificationOrBuilder> + com.google.cloud.batch.v1.JobNotification, com.google.cloud.batch.v1.JobNotification.Builder, com.google.cloud.batch.v1.JobNotificationOrBuilder> getNotificationsFieldBuilder() { if (notificationsBuilder_ == null) { - notificationsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.JobNotification, - com.google.cloud.batch.v1.JobNotification.Builder, - com.google.cloud.batch.v1.JobNotificationOrBuilder>( + notificationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.batch.v1.JobNotification, com.google.cloud.batch.v1.JobNotification.Builder, com.google.cloud.batch.v1.JobNotificationOrBuilder>( notifications_, ((bitField0_ & 0x00000400) != 0), getParentForChildren(), @@ -3683,9 +3236,9 @@ public com.google.cloud.batch.v1.JobNotification.Builder addNotificationsBuilder } return notificationsBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -3695,12 +3248,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.Job) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.Job) private static final com.google.cloud.batch.v1.Job DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.Job(); } @@ -3709,27 +3262,27 @@ public static com.google.cloud.batch.v1.Job getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Job parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Job parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -3744,4 +3297,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.Job getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobName.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobName.java similarity index 100% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobName.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobName.java diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotification.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotification.java similarity index 70% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotification.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotification.java index c81ec9aec7b1..fc268d29d4b4 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotification.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotification.java @@ -1,80 +1,58 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/job.proto package com.google.cloud.batch.v1; /** - * - * *
  * Notification configurations.
  * 
* * Protobuf type {@code google.cloud.batch.v1.JobNotification} */ -public final class JobNotification extends com.google.protobuf.GeneratedMessageV3 - implements +public final class JobNotification extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.JobNotification) JobNotificationOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use JobNotification.newBuilder() to construct. private JobNotification(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private JobNotification() { pubsubTopic_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new JobNotification(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobNotification_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobNotification_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobNotification_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobNotification_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.JobNotification.class, - com.google.cloud.batch.v1.JobNotification.Builder.class); + com.google.cloud.batch.v1.JobNotification.class, com.google.cloud.batch.v1.JobNotification.Builder.class); } /** - * - * *
    * The message type.
    * 
* * Protobuf enum {@code google.cloud.batch.v1.JobNotification.Type} */ - public enum Type implements com.google.protobuf.ProtocolMessageEnum { + public enum Type + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Unspecified.
      * 
@@ -83,8 +61,6 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { */ TYPE_UNSPECIFIED(0), /** - * - * *
      * Notify users that the job state has changed.
      * 
@@ -93,8 +69,6 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { */ JOB_STATE_CHANGED(1), /** - * - * *
      * Notify users that the task state has changed.
      * 
@@ -106,8 +80,6 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * Unspecified.
      * 
@@ -116,8 +88,6 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { */ public static final int TYPE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Notify users that the job state has changed.
      * 
@@ -126,8 +96,6 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { */ public static final int JOB_STATE_CHANGED_VALUE = 1; /** - * - * *
      * Notify users that the task state has changed.
      * 
@@ -136,6 +104,7 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { */ public static final int TASK_STATE_CHANGED_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -160,49 +129,49 @@ public static Type valueOf(int value) { */ public static Type forNumber(int value) { switch (value) { - case 0: - return TYPE_UNSPECIFIED; - case 1: - return JOB_STATE_CHANGED; - case 2: - return TASK_STATE_CHANGED; - default: - return null; + case 0: return TYPE_UNSPECIFIED; + case 1: return JOB_STATE_CHANGED; + case 2: return TASK_STATE_CHANGED; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + Type> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Type findValueByNumber(int number) { + return Type.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Type findValueByNumber(int number) { - return Type.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.cloud.batch.v1.JobNotification.getDescriptor().getEnumTypes().get(0); } private static final Type[] VALUES = values(); - public static Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Type valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -219,107 +188,89 @@ private Type(int value) { // @@protoc_insertion_point(enum_scope:google.cloud.batch.v1.JobNotification.Type) } - public interface MessageOrBuilder - extends + public interface MessageOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.JobNotification.Message) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The message type.
      * 
* * .google.cloud.batch.v1.JobNotification.Type type = 1; - * * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** - * - * *
      * The message type.
      * 
* * .google.cloud.batch.v1.JobNotification.Type type = 1; - * * @return The type. */ com.google.cloud.batch.v1.JobNotification.Type getType(); /** - * - * *
      * The new job state.
      * 
* * .google.cloud.batch.v1.JobStatus.State new_job_state = 2; - * * @return The enum numeric value on the wire for newJobState. */ int getNewJobStateValue(); /** - * - * *
      * The new job state.
      * 
* * .google.cloud.batch.v1.JobStatus.State new_job_state = 2; - * * @return The newJobState. */ com.google.cloud.batch.v1.JobStatus.State getNewJobState(); /** - * - * *
      * The new task state.
      * 
* * .google.cloud.batch.v1.TaskStatus.State new_task_state = 3; - * * @return The enum numeric value on the wire for newTaskState. */ int getNewTaskStateValue(); /** - * - * *
      * The new task state.
      * 
* * .google.cloud.batch.v1.TaskStatus.State new_task_state = 3; - * * @return The newTaskState. */ com.google.cloud.batch.v1.TaskStatus.State getNewTaskState(); } /** - * - * *
    * Message details.
-   * Describe the attribute that a message should have.
-   * Without specified message attributes, no message will be sent by default.
+   * Describe the conditions under which messages will be sent.
+   * If no attribute is defined, no message will be sent by default.
+   * One message should specify either the job or the task level attributes,
+   * but not both. For example,
+   * job level: JOB_STATE_CHANGED and/or a specified new_job_state;
+   * task level: TASK_STATE_CHANGED and/or a specified new_task_state.
    * 
* * Protobuf type {@code google.cloud.batch.v1.JobNotification.Message} */ - public static final class Message extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Message extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.JobNotification.Message) MessageOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Message.newBuilder() to construct. private Message(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Message() { type_ = 0; newJobState_ = 0; @@ -328,132 +279,103 @@ private Message() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Message(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobNotification_Message_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobNotification_Message_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.JobNotification.Message.class, - com.google.cloud.batch.v1.JobNotification.Message.Builder.class); + com.google.cloud.batch.v1.JobNotification.Message.class, com.google.cloud.batch.v1.JobNotification.Message.Builder.class); } public static final int TYPE_FIELD_NUMBER = 1; private int type_ = 0; /** - * - * *
      * The message type.
      * 
* * .google.cloud.batch.v1.JobNotification.Type type = 1; - * * @return The enum numeric value on the wire for type. */ - @java.lang.Override - public int getTypeValue() { + @java.lang.Override public int getTypeValue() { return type_; } /** - * - * *
      * The message type.
      * 
* * .google.cloud.batch.v1.JobNotification.Type type = 1; - * * @return The type. */ - @java.lang.Override - public com.google.cloud.batch.v1.JobNotification.Type getType() { - com.google.cloud.batch.v1.JobNotification.Type result = - com.google.cloud.batch.v1.JobNotification.Type.forNumber(type_); + @java.lang.Override public com.google.cloud.batch.v1.JobNotification.Type getType() { + com.google.cloud.batch.v1.JobNotification.Type result = com.google.cloud.batch.v1.JobNotification.Type.forNumber(type_); return result == null ? com.google.cloud.batch.v1.JobNotification.Type.UNRECOGNIZED : result; } public static final int NEW_JOB_STATE_FIELD_NUMBER = 2; private int newJobState_ = 0; /** - * - * *
      * The new job state.
      * 
* * .google.cloud.batch.v1.JobStatus.State new_job_state = 2; - * * @return The enum numeric value on the wire for newJobState. */ - @java.lang.Override - public int getNewJobStateValue() { + @java.lang.Override public int getNewJobStateValue() { return newJobState_; } /** - * - * *
      * The new job state.
      * 
* * .google.cloud.batch.v1.JobStatus.State new_job_state = 2; - * * @return The newJobState. */ - @java.lang.Override - public com.google.cloud.batch.v1.JobStatus.State getNewJobState() { - com.google.cloud.batch.v1.JobStatus.State result = - com.google.cloud.batch.v1.JobStatus.State.forNumber(newJobState_); + @java.lang.Override public com.google.cloud.batch.v1.JobStatus.State getNewJobState() { + com.google.cloud.batch.v1.JobStatus.State result = com.google.cloud.batch.v1.JobStatus.State.forNumber(newJobState_); return result == null ? com.google.cloud.batch.v1.JobStatus.State.UNRECOGNIZED : result; } public static final int NEW_TASK_STATE_FIELD_NUMBER = 3; private int newTaskState_ = 0; /** - * - * *
      * The new task state.
      * 
* * .google.cloud.batch.v1.TaskStatus.State new_task_state = 3; - * * @return The enum numeric value on the wire for newTaskState. */ - @java.lang.Override - public int getNewTaskStateValue() { + @java.lang.Override public int getNewTaskStateValue() { return newTaskState_; } /** - * - * *
      * The new task state.
      * 
* * .google.cloud.batch.v1.TaskStatus.State new_task_state = 3; - * * @return The newTaskState. */ - @java.lang.Override - public com.google.cloud.batch.v1.TaskStatus.State getNewTaskState() { - com.google.cloud.batch.v1.TaskStatus.State result = - com.google.cloud.batch.v1.TaskStatus.State.forNumber(newTaskState_); + @java.lang.Override public com.google.cloud.batch.v1.TaskStatus.State getNewTaskState() { + com.google.cloud.batch.v1.TaskStatus.State result = com.google.cloud.batch.v1.TaskStatus.State.forNumber(newTaskState_); return result == null ? com.google.cloud.batch.v1.TaskStatus.State.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -465,15 +387,15 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (type_ != com.google.cloud.batch.v1.JobNotification.Type.TYPE_UNSPECIFIED.getNumber()) { output.writeEnum(1, type_); } if (newJobState_ != com.google.cloud.batch.v1.JobStatus.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(2, newJobState_); } - if (newTaskState_ - != com.google.cloud.batch.v1.TaskStatus.State.STATE_UNSPECIFIED.getNumber()) { + if (newTaskState_ != com.google.cloud.batch.v1.TaskStatus.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(3, newTaskState_); } getUnknownFields().writeTo(output); @@ -486,14 +408,16 @@ public int getSerializedSize() { size = 0; if (type_ != com.google.cloud.batch.v1.JobNotification.Type.TYPE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, type_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, type_); } if (newJobState_ != com.google.cloud.batch.v1.JobStatus.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, newJobState_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, newJobState_); } - if (newTaskState_ - != com.google.cloud.batch.v1.TaskStatus.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, newTaskState_); + if (newTaskState_ != com.google.cloud.batch.v1.TaskStatus.State.STATE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, newTaskState_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -503,13 +427,12 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.JobNotification.Message)) { return super.equals(obj); } - com.google.cloud.batch.v1.JobNotification.Message other = - (com.google.cloud.batch.v1.JobNotification.Message) obj; + com.google.cloud.batch.v1.JobNotification.Message other = (com.google.cloud.batch.v1.JobNotification.Message) obj; if (type_ != other.type_) return false; if (newJobState_ != other.newJobState_) return false; @@ -537,93 +460,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.JobNotification.Message parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobNotification.Message parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.JobNotification.Message parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobNotification.Message parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.JobNotification.Message parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobNotification.Message parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.JobNotification.Message parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.JobNotification.Message parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.JobNotification.Message parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.JobNotification.Message parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.JobNotification.Message parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.JobNotification.Message parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.JobNotification.Message parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.JobNotification.Message parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.JobNotification.Message prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -633,43 +552,45 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Message details.
-     * Describe the attribute that a message should have.
-     * Without specified message attributes, no message will be sent by default.
+     * Describe the conditions under which messages will be sent.
+     * If no attribute is defined, no message will be sent by default.
+     * One message should specify either the job or the task level attributes,
+     * but not both. For example,
+     * job level: JOB_STATE_CHANGED and/or a specified new_job_state;
+     * task level: TASK_STATE_CHANGED and/or a specified new_task_state.
      * 
* * Protobuf type {@code google.cloud.batch.v1.JobNotification.Message} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.JobNotification.Message) com.google.cloud.batch.v1.JobNotification.MessageOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobNotification_Message_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobNotification_Message_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.JobNotification.Message.class, - com.google.cloud.batch.v1.JobNotification.Message.Builder.class); + com.google.cloud.batch.v1.JobNotification.Message.class, com.google.cloud.batch.v1.JobNotification.Message.Builder.class); } // Construct using com.google.cloud.batch.v1.JobNotification.Message.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -681,9 +602,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor; } @java.lang.Override @@ -702,11 +623,8 @@ public com.google.cloud.batch.v1.JobNotification.Message build() { @java.lang.Override public com.google.cloud.batch.v1.JobNotification.Message buildPartial() { - com.google.cloud.batch.v1.JobNotification.Message result = - new com.google.cloud.batch.v1.JobNotification.Message(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.JobNotification.Message result = new com.google.cloud.batch.v1.JobNotification.Message(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -728,41 +646,38 @@ private void buildPartial0(com.google.cloud.batch.v1.JobNotification.Message res public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.JobNotification.Message) { - return mergeFrom((com.google.cloud.batch.v1.JobNotification.Message) other); + return mergeFrom((com.google.cloud.batch.v1.JobNotification.Message)other); } else { super.mergeFrom(other); return this; @@ -770,8 +685,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.batch.v1.JobNotification.Message other) { - if (other == com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance()) - return this; + if (other == com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance()) return this; if (other.type_ != 0) { setTypeValue(other.getTypeValue()); } @@ -807,31 +721,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - type_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 16: - { - newJobState_ = input.readEnum(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 24: - { - newTaskState_ = input.readEnum(); - bitField0_ |= 0x00000004; - break; - } // case 24 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + type_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 16: { + newJobState_ = input.readEnum(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 24: { + newTaskState_ = input.readEnum(); + bitField0_ |= 0x00000004; + break; + } // case 24 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -841,34 +751,26 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private int type_ = 0; /** - * - * *
        * The message type.
        * 
* * .google.cloud.batch.v1.JobNotification.Type type = 1; - * * @return The enum numeric value on the wire for type. */ - @java.lang.Override - public int getTypeValue() { + @java.lang.Override public int getTypeValue() { return type_; } /** - * - * *
        * The message type.
        * 
* * .google.cloud.batch.v1.JobNotification.Type type = 1; - * * @param value The enum numeric value on the wire for type to set. * @return This builder for chaining. */ @@ -879,33 +781,24 @@ public Builder setTypeValue(int value) { return this; } /** - * - * *
        * The message type.
        * 
* * .google.cloud.batch.v1.JobNotification.Type type = 1; - * * @return The type. */ @java.lang.Override public com.google.cloud.batch.v1.JobNotification.Type getType() { - com.google.cloud.batch.v1.JobNotification.Type result = - com.google.cloud.batch.v1.JobNotification.Type.forNumber(type_); - return result == null - ? com.google.cloud.batch.v1.JobNotification.Type.UNRECOGNIZED - : result; + com.google.cloud.batch.v1.JobNotification.Type result = com.google.cloud.batch.v1.JobNotification.Type.forNumber(type_); + return result == null ? com.google.cloud.batch.v1.JobNotification.Type.UNRECOGNIZED : result; } /** - * - * *
        * The message type.
        * 
* * .google.cloud.batch.v1.JobNotification.Type type = 1; - * * @param value The type to set. * @return This builder for chaining. */ @@ -919,14 +812,11 @@ public Builder setType(com.google.cloud.batch.v1.JobNotification.Type value) { return this; } /** - * - * *
        * The message type.
        * 
* * .google.cloud.batch.v1.JobNotification.Type type = 1; - * * @return This builder for chaining. */ public Builder clearType() { @@ -938,29 +828,22 @@ public Builder clearType() { private int newJobState_ = 0; /** - * - * *
        * The new job state.
        * 
* * .google.cloud.batch.v1.JobStatus.State new_job_state = 2; - * * @return The enum numeric value on the wire for newJobState. */ - @java.lang.Override - public int getNewJobStateValue() { + @java.lang.Override public int getNewJobStateValue() { return newJobState_; } /** - * - * *
        * The new job state.
        * 
* * .google.cloud.batch.v1.JobStatus.State new_job_state = 2; - * * @param value The enum numeric value on the wire for newJobState to set. * @return This builder for chaining. */ @@ -971,31 +854,24 @@ public Builder setNewJobStateValue(int value) { return this; } /** - * - * *
        * The new job state.
        * 
* * .google.cloud.batch.v1.JobStatus.State new_job_state = 2; - * * @return The newJobState. */ @java.lang.Override public com.google.cloud.batch.v1.JobStatus.State getNewJobState() { - com.google.cloud.batch.v1.JobStatus.State result = - com.google.cloud.batch.v1.JobStatus.State.forNumber(newJobState_); + com.google.cloud.batch.v1.JobStatus.State result = com.google.cloud.batch.v1.JobStatus.State.forNumber(newJobState_); return result == null ? com.google.cloud.batch.v1.JobStatus.State.UNRECOGNIZED : result; } /** - * - * *
        * The new job state.
        * 
* * .google.cloud.batch.v1.JobStatus.State new_job_state = 2; - * * @param value The newJobState to set. * @return This builder for chaining. */ @@ -1009,14 +885,11 @@ public Builder setNewJobState(com.google.cloud.batch.v1.JobStatus.State value) { return this; } /** - * - * *
        * The new job state.
        * 
* * .google.cloud.batch.v1.JobStatus.State new_job_state = 2; - * * @return This builder for chaining. */ public Builder clearNewJobState() { @@ -1028,29 +901,22 @@ public Builder clearNewJobState() { private int newTaskState_ = 0; /** - * - * *
        * The new task state.
        * 
* * .google.cloud.batch.v1.TaskStatus.State new_task_state = 3; - * * @return The enum numeric value on the wire for newTaskState. */ - @java.lang.Override - public int getNewTaskStateValue() { + @java.lang.Override public int getNewTaskStateValue() { return newTaskState_; } /** - * - * *
        * The new task state.
        * 
* * .google.cloud.batch.v1.TaskStatus.State new_task_state = 3; - * * @param value The enum numeric value on the wire for newTaskState to set. * @return This builder for chaining. */ @@ -1061,31 +927,24 @@ public Builder setNewTaskStateValue(int value) { return this; } /** - * - * *
        * The new task state.
        * 
* * .google.cloud.batch.v1.TaskStatus.State new_task_state = 3; - * * @return The newTaskState. */ @java.lang.Override public com.google.cloud.batch.v1.TaskStatus.State getNewTaskState() { - com.google.cloud.batch.v1.TaskStatus.State result = - com.google.cloud.batch.v1.TaskStatus.State.forNumber(newTaskState_); + com.google.cloud.batch.v1.TaskStatus.State result = com.google.cloud.batch.v1.TaskStatus.State.forNumber(newTaskState_); return result == null ? com.google.cloud.batch.v1.TaskStatus.State.UNRECOGNIZED : result; } /** - * - * *
        * The new task state.
        * 
* * .google.cloud.batch.v1.TaskStatus.State new_task_state = 3; - * * @param value The newTaskState to set. * @return This builder for chaining. */ @@ -1099,14 +958,11 @@ public Builder setNewTaskState(com.google.cloud.batch.v1.TaskStatus.State value) return this; } /** - * - * *
        * The new task state.
        * 
* * .google.cloud.batch.v1.TaskStatus.State new_task_state = 3; - * * @return This builder for chaining. */ public Builder clearNewTaskState() { @@ -1115,7 +971,6 @@ public Builder clearNewTaskState() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1128,12 +983,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.JobNotification.Message) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.JobNotification.Message) private static final com.google.cloud.batch.v1.JobNotification.Message DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.JobNotification.Message(); } @@ -1142,28 +997,27 @@ public static com.google.cloud.batch.v1.JobNotification.Message getDefaultInstan return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Message parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Message parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1178,25 +1032,22 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.JobNotification.Message getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int PUBSUB_TOPIC_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object pubsubTopic_ = ""; /** - * - * *
    * The Pub/Sub topic where notifications like the job state changes
-   * will be published. This topic exist in the same project as the job
-   * and billings will be charged to this project.
+   * will be published. The topic must exist in the same project as
+   * the job and billings will be charged to this project.
    * If not specified, no Pub/Sub messages will be sent.
    * Topic format: `projects/{project}/topics/{topic}`.
    * 
* * string pubsub_topic = 1; - * * @return The pubsubTopic. */ @java.lang.Override @@ -1205,33 +1056,33 @@ public java.lang.String getPubsubTopic() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pubsubTopic_ = s; return s; } } /** - * - * *
    * The Pub/Sub topic where notifications like the job state changes
-   * will be published. This topic exist in the same project as the job
-   * and billings will be charged to this project.
+   * will be published. The topic must exist in the same project as
+   * the job and billings will be charged to this project.
    * If not specified, no Pub/Sub messages will be sent.
    * Topic format: `projects/{project}/topics/{topic}`.
    * 
* * string pubsub_topic = 1; - * * @return The bytes for pubsubTopic. */ @java.lang.Override - public com.google.protobuf.ByteString getPubsubTopicBytes() { + public com.google.protobuf.ByteString + getPubsubTopicBytes() { java.lang.Object ref = pubsubTopic_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pubsubTopic_ = b; return b; } else { @@ -1242,15 +1093,12 @@ public com.google.protobuf.ByteString getPubsubTopicBytes() { public static final int MESSAGE_FIELD_NUMBER = 2; private com.google.cloud.batch.v1.JobNotification.Message message_; /** - * - * *
    * The attribute requirements of messages to be sent to this Pub/Sub topic.
    * Without this field, no message will be sent.
    * 
* * .google.cloud.batch.v1.JobNotification.Message message = 2; - * * @return Whether the message field is set. */ @java.lang.Override @@ -1258,26 +1106,19 @@ public boolean hasMessage() { return message_ != null; } /** - * - * *
    * The attribute requirements of messages to be sent to this Pub/Sub topic.
    * Without this field, no message will be sent.
    * 
* * .google.cloud.batch.v1.JobNotification.Message message = 2; - * * @return The message. */ @java.lang.Override public com.google.cloud.batch.v1.JobNotification.Message getMessage() { - return message_ == null - ? com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance() - : message_; + return message_ == null ? com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance() : message_; } /** - * - * *
    * The attribute requirements of messages to be sent to this Pub/Sub topic.
    * Without this field, no message will be sent.
@@ -1287,13 +1128,10 @@ public com.google.cloud.batch.v1.JobNotification.Message getMessage() {
    */
   @java.lang.Override
   public com.google.cloud.batch.v1.JobNotification.MessageOrBuilder getMessageOrBuilder() {
-    return message_ == null
-        ? com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance()
-        : message_;
+    return message_ == null ? com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance() : message_;
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -1305,7 +1143,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pubsubTopic_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, pubsubTopic_);
     }
@@ -1325,7 +1164,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, pubsubTopic_);
     }
     if (message_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getMessage());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getMessage());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -1335,18 +1175,19 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.cloud.batch.v1.JobNotification)) {
       return super.equals(obj);
     }
-    com.google.cloud.batch.v1.JobNotification other =
-        (com.google.cloud.batch.v1.JobNotification) obj;
+    com.google.cloud.batch.v1.JobNotification other = (com.google.cloud.batch.v1.JobNotification) obj;
 
-    if (!getPubsubTopic().equals(other.getPubsubTopic())) return false;
+    if (!getPubsubTopic()
+        .equals(other.getPubsubTopic())) return false;
     if (hasMessage() != other.hasMessage()) return false;
     if (hasMessage()) {
-      if (!getMessage().equals(other.getMessage())) return false;
+      if (!getMessage()
+          .equals(other.getMessage())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -1370,136 +1211,132 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.cloud.batch.v1.JobNotification parseFrom(java.nio.ByteBuffer data)
+  public static com.google.cloud.batch.v1.JobNotification parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.batch.v1.JobNotification parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.batch.v1.JobNotification parseFrom(
       com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.batch.v1.JobNotification parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.batch.v1.JobNotification parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.cloud.batch.v1.JobNotification parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.cloud.batch.v1.JobNotification parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.batch.v1.JobNotification parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
-  public static com.google.cloud.batch.v1.JobNotification parseDelimitedFrom(
-      java.io.InputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+  public static com.google.cloud.batch.v1.JobNotification parseDelimitedFrom(java.io.InputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
 
   public static com.google.cloud.batch.v1.JobNotification parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.cloud.batch.v1.JobNotification parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.cloud.batch.v1.JobNotification parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.cloud.batch.v1.JobNotification prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Notification configurations.
    * 
* * Protobuf type {@code google.cloud.batch.v1.JobNotification} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.JobNotification) com.google.cloud.batch.v1.JobNotificationOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobNotification_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobNotification_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobNotification_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobNotification_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.JobNotification.class, - com.google.cloud.batch.v1.JobNotification.Builder.class); + com.google.cloud.batch.v1.JobNotification.class, com.google.cloud.batch.v1.JobNotification.Builder.class); } // Construct using com.google.cloud.batch.v1.JobNotification.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1514,9 +1351,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobNotification_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobNotification_descriptor; } @java.lang.Override @@ -1535,11 +1372,8 @@ public com.google.cloud.batch.v1.JobNotification build() { @java.lang.Override public com.google.cloud.batch.v1.JobNotification buildPartial() { - com.google.cloud.batch.v1.JobNotification result = - new com.google.cloud.batch.v1.JobNotification(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.JobNotification result = new com.google.cloud.batch.v1.JobNotification(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -1550,7 +1384,9 @@ private void buildPartial0(com.google.cloud.batch.v1.JobNotification result) { result.pubsubTopic_ = pubsubTopic_; } if (((from_bitField0_ & 0x00000002) != 0)) { - result.message_ = messageBuilder_ == null ? message_ : messageBuilder_.build(); + result.message_ = messageBuilder_ == null + ? message_ + : messageBuilder_.build(); } } @@ -1558,39 +1394,38 @@ private void buildPartial0(com.google.cloud.batch.v1.JobNotification result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.JobNotification) { - return mergeFrom((com.google.cloud.batch.v1.JobNotification) other); + return mergeFrom((com.google.cloud.batch.v1.JobNotification)other); } else { super.mergeFrom(other); return this; @@ -1633,25 +1468,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - pubsubTopic_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - input.readMessage(getMessageFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + pubsubTopic_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getMessageFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1661,29 +1495,26 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object pubsubTopic_ = ""; /** - * - * *
      * The Pub/Sub topic where notifications like the job state changes
-     * will be published. This topic exist in the same project as the job
-     * and billings will be charged to this project.
+     * will be published. The topic must exist in the same project as
+     * the job and billings will be charged to this project.
      * If not specified, no Pub/Sub messages will be sent.
      * Topic format: `projects/{project}/topics/{topic}`.
      * 
* * string pubsub_topic = 1; - * * @return The pubsubTopic. */ public java.lang.String getPubsubTopic() { java.lang.Object ref = pubsubTopic_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pubsubTopic_ = s; return s; @@ -1692,25 +1523,24 @@ public java.lang.String getPubsubTopic() { } } /** - * - * *
      * The Pub/Sub topic where notifications like the job state changes
-     * will be published. This topic exist in the same project as the job
-     * and billings will be charged to this project.
+     * will be published. The topic must exist in the same project as
+     * the job and billings will be charged to this project.
      * If not specified, no Pub/Sub messages will be sent.
      * Topic format: `projects/{project}/topics/{topic}`.
      * 
* * string pubsub_topic = 1; - * * @return The bytes for pubsubTopic. */ - public com.google.protobuf.ByteString getPubsubTopicBytes() { + public com.google.protobuf.ByteString + getPubsubTopicBytes() { java.lang.Object ref = pubsubTopic_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pubsubTopic_ = b; return b; } else { @@ -1718,43 +1548,36 @@ public com.google.protobuf.ByteString getPubsubTopicBytes() { } } /** - * - * *
      * The Pub/Sub topic where notifications like the job state changes
-     * will be published. This topic exist in the same project as the job
-     * and billings will be charged to this project.
+     * will be published. The topic must exist in the same project as
+     * the job and billings will be charged to this project.
      * If not specified, no Pub/Sub messages will be sent.
      * Topic format: `projects/{project}/topics/{topic}`.
      * 
* * string pubsub_topic = 1; - * * @param value The pubsubTopic to set. * @return This builder for chaining. */ - public Builder setPubsubTopic(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPubsubTopic( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } pubsubTopic_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The Pub/Sub topic where notifications like the job state changes
-     * will be published. This topic exist in the same project as the job
-     * and billings will be charged to this project.
+     * will be published. The topic must exist in the same project as
+     * the job and billings will be charged to this project.
      * If not specified, no Pub/Sub messages will be sent.
      * Topic format: `projects/{project}/topics/{topic}`.
      * 
* * string pubsub_topic = 1; - * * @return This builder for chaining. */ public Builder clearPubsubTopic() { @@ -1764,25 +1587,21 @@ public Builder clearPubsubTopic() { return this; } /** - * - * *
      * The Pub/Sub topic where notifications like the job state changes
-     * will be published. This topic exist in the same project as the job
-     * and billings will be charged to this project.
+     * will be published. The topic must exist in the same project as
+     * the job and billings will be charged to this project.
      * If not specified, no Pub/Sub messages will be sent.
      * Topic format: `projects/{project}/topics/{topic}`.
      * 
* * string pubsub_topic = 1; - * * @param value The bytes for pubsubTopic to set. * @return This builder for chaining. */ - public Builder setPubsubTopicBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPubsubTopicBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pubsubTopic_ = value; bitField0_ |= 0x00000001; @@ -1792,49 +1611,36 @@ public Builder setPubsubTopicBytes(com.google.protobuf.ByteString value) { private com.google.cloud.batch.v1.JobNotification.Message message_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.JobNotification.Message, - com.google.cloud.batch.v1.JobNotification.Message.Builder, - com.google.cloud.batch.v1.JobNotification.MessageOrBuilder> - messageBuilder_; + com.google.cloud.batch.v1.JobNotification.Message, com.google.cloud.batch.v1.JobNotification.Message.Builder, com.google.cloud.batch.v1.JobNotification.MessageOrBuilder> messageBuilder_; /** - * - * *
      * The attribute requirements of messages to be sent to this Pub/Sub topic.
      * Without this field, no message will be sent.
      * 
* * .google.cloud.batch.v1.JobNotification.Message message = 2; - * * @return Whether the message field is set. */ public boolean hasMessage() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * The attribute requirements of messages to be sent to this Pub/Sub topic.
      * Without this field, no message will be sent.
      * 
* * .google.cloud.batch.v1.JobNotification.Message message = 2; - * * @return The message. */ public com.google.cloud.batch.v1.JobNotification.Message getMessage() { if (messageBuilder_ == null) { - return message_ == null - ? com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance() - : message_; + return message_ == null ? com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance() : message_; } else { return messageBuilder_.getMessage(); } } /** - * - * *
      * The attribute requirements of messages to be sent to this Pub/Sub topic.
      * Without this field, no message will be sent.
@@ -1856,8 +1662,6 @@ public Builder setMessage(com.google.cloud.batch.v1.JobNotification.Message valu
       return this;
     }
     /**
-     *
-     *
      * 
      * The attribute requirements of messages to be sent to this Pub/Sub topic.
      * Without this field, no message will be sent.
@@ -1877,8 +1681,6 @@ public Builder setMessage(
       return this;
     }
     /**
-     *
-     *
      * 
      * The attribute requirements of messages to be sent to this Pub/Sub topic.
      * Without this field, no message will be sent.
@@ -1888,9 +1690,9 @@ public Builder setMessage(
      */
     public Builder mergeMessage(com.google.cloud.batch.v1.JobNotification.Message value) {
       if (messageBuilder_ == null) {
-        if (((bitField0_ & 0x00000002) != 0)
-            && message_ != null
-            && message_ != com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance()) {
+        if (((bitField0_ & 0x00000002) != 0) &&
+          message_ != null &&
+          message_ != com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance()) {
           getMessageBuilder().mergeFrom(value);
         } else {
           message_ = value;
@@ -1903,8 +1705,6 @@ public Builder mergeMessage(com.google.cloud.batch.v1.JobNotification.Message va
       return this;
     }
     /**
-     *
-     *
      * 
      * The attribute requirements of messages to be sent to this Pub/Sub topic.
      * Without this field, no message will be sent.
@@ -1923,8 +1723,6 @@ public Builder clearMessage() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The attribute requirements of messages to be sent to this Pub/Sub topic.
      * Without this field, no message will be sent.
@@ -1938,8 +1736,6 @@ public com.google.cloud.batch.v1.JobNotification.Message.Builder getMessageBuild
       return getMessageFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The attribute requirements of messages to be sent to this Pub/Sub topic.
      * Without this field, no message will be sent.
@@ -1951,14 +1747,11 @@ public com.google.cloud.batch.v1.JobNotification.MessageOrBuilder getMessageOrBu
       if (messageBuilder_ != null) {
         return messageBuilder_.getMessageOrBuilder();
       } else {
-        return message_ == null
-            ? com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance()
-            : message_;
+        return message_ == null ?
+            com.google.cloud.batch.v1.JobNotification.Message.getDefaultInstance() : message_;
       }
     }
     /**
-     *
-     *
      * 
      * The attribute requirements of messages to be sent to this Pub/Sub topic.
      * Without this field, no message will be sent.
@@ -1967,24 +1760,21 @@ public com.google.cloud.batch.v1.JobNotification.MessageOrBuilder getMessageOrBu
      * .google.cloud.batch.v1.JobNotification.Message message = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.cloud.batch.v1.JobNotification.Message,
-            com.google.cloud.batch.v1.JobNotification.Message.Builder,
-            com.google.cloud.batch.v1.JobNotification.MessageOrBuilder>
+        com.google.cloud.batch.v1.JobNotification.Message, com.google.cloud.batch.v1.JobNotification.Message.Builder, com.google.cloud.batch.v1.JobNotification.MessageOrBuilder> 
         getMessageFieldBuilder() {
       if (messageBuilder_ == null) {
-        messageBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.cloud.batch.v1.JobNotification.Message,
-                com.google.cloud.batch.v1.JobNotification.Message.Builder,
-                com.google.cloud.batch.v1.JobNotification.MessageOrBuilder>(
-                getMessage(), getParentForChildren(), isClean());
+        messageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.cloud.batch.v1.JobNotification.Message, com.google.cloud.batch.v1.JobNotification.Message.Builder, com.google.cloud.batch.v1.JobNotification.MessageOrBuilder>(
+                getMessage(),
+                getParentForChildren(),
+                isClean());
         message_ = null;
       }
       return messageBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1994,12 +1784,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.JobNotification)
   }
 
   // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.JobNotification)
   private static final com.google.cloud.batch.v1.JobNotification DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.cloud.batch.v1.JobNotification();
   }
@@ -2008,27 +1798,27 @@ public static com.google.cloud.batch.v1.JobNotification getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public JobNotification parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public JobNotification parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2043,4 +1833,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.cloud.batch.v1.JobNotification getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotificationOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotificationOrBuilder.java
similarity index 65%
rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotificationOrBuilder.java
rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotificationOrBuilder.java
index 9c9a3731f7f0..fbf0cd0d7641 100644
--- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotificationOrBuilder.java
+++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotificationOrBuilder.java
@@ -1,90 +1,61 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/batch/v1/job.proto
 
 package com.google.cloud.batch.v1;
 
-public interface JobNotificationOrBuilder
-    extends
+public interface JobNotificationOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.JobNotification)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The Pub/Sub topic where notifications like the job state changes
-   * will be published. This topic exist in the same project as the job
-   * and billings will be charged to this project.
+   * will be published. The topic must exist in the same project as
+   * the job and billings will be charged to this project.
    * If not specified, no Pub/Sub messages will be sent.
    * Topic format: `projects/{project}/topics/{topic}`.
    * 
* * string pubsub_topic = 1; - * * @return The pubsubTopic. */ java.lang.String getPubsubTopic(); /** - * - * *
    * The Pub/Sub topic where notifications like the job state changes
-   * will be published. This topic exist in the same project as the job
-   * and billings will be charged to this project.
+   * will be published. The topic must exist in the same project as
+   * the job and billings will be charged to this project.
    * If not specified, no Pub/Sub messages will be sent.
    * Topic format: `projects/{project}/topics/{topic}`.
    * 
* * string pubsub_topic = 1; - * * @return The bytes for pubsubTopic. */ - com.google.protobuf.ByteString getPubsubTopicBytes(); + com.google.protobuf.ByteString + getPubsubTopicBytes(); /** - * - * *
    * The attribute requirements of messages to be sent to this Pub/Sub topic.
    * Without this field, no message will be sent.
    * 
* * .google.cloud.batch.v1.JobNotification.Message message = 2; - * * @return Whether the message field is set. */ boolean hasMessage(); /** - * - * *
    * The attribute requirements of messages to be sent to this Pub/Sub topic.
    * Without this field, no message will be sent.
    * 
* * .google.cloud.batch.v1.JobNotification.Message message = 2; - * * @return The message. */ com.google.cloud.batch.v1.JobNotification.Message getMessage(); /** - * - * *
    * The attribute requirements of messages to be sent to this Pub/Sub topic.
    * Without this field, no message will be sent.
diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobOrBuilder.java
similarity index 77%
rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobOrBuilder.java
rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobOrBuilder.java
index a42c54e13863..5911a82d60aa 100644
--- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobOrBuilder.java
+++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobOrBuilder.java
@@ -1,83 +1,55 @@
-/*
- * Copyright 2023 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/cloud/batch/v1/job.proto
 
 package com.google.cloud.batch.v1;
 
-public interface JobOrBuilder
-    extends
+public interface JobOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.Job)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Output only. Job name.
    * For example: "projects/123456/locations/us-central1/jobs/job01".
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Output only. Job name.
    * For example: "projects/123456/locations/us-central1/jobs/job01".
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Output only. A system generated unique ID (in UUID4 format) for the Job.
    * 
* * string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The uid. */ java.lang.String getUid(); /** - * - * *
    * Output only. A system generated unique ID (in UUID4 format) for the Job.
    * 
* * string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for uid. */ - com.google.protobuf.ByteString getUidBytes(); + com.google.protobuf.ByteString + getUidBytes(); /** - * - * *
    * Priority of the Job.
    * The valid value range is [0, 100). Default value is 0.
@@ -87,100 +59,73 @@ public interface JobOrBuilder
    * 
* * int64 priority = 3; - * * @return The priority. */ long getPriority(); /** - * - * *
    * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
    * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - java.util.List getTaskGroupsList(); + java.util.List + getTaskGroupsList(); /** - * - * *
    * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
    * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ com.google.cloud.batch.v1.TaskGroup getTaskGroups(int index); /** - * - * *
    * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
    * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ int getTaskGroupsCount(); /** - * - * *
    * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
    * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - java.util.List + java.util.List getTaskGroupsOrBuilderList(); /** - * - * *
    * Required. TaskGroups in the Job. Only one TaskGroup is supported now.
    * 
* - * - * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; - * + * repeated .google.cloud.batch.v1.TaskGroup task_groups = 4 [(.google.api.field_behavior) = REQUIRED]; */ - com.google.cloud.batch.v1.TaskGroupOrBuilder getTaskGroupsOrBuilder(int index); + com.google.cloud.batch.v1.TaskGroupOrBuilder getTaskGroupsOrBuilder( + int index); /** - * - * *
    * Compute resource allocation for all TaskGroups in the Job.
    * 
* * .google.cloud.batch.v1.AllocationPolicy allocation_policy = 7; - * * @return Whether the allocationPolicy field is set. */ boolean hasAllocationPolicy(); /** - * - * *
    * Compute resource allocation for all TaskGroups in the Job.
    * 
* * .google.cloud.batch.v1.AllocationPolicy allocation_policy = 7; - * * @return The allocationPolicy. */ com.google.cloud.batch.v1.AllocationPolicy getAllocationPolicy(); /** - * - * *
    * Compute resource allocation for all TaskGroups in the Job.
    * 
@@ -190,8 +135,6 @@ public interface JobOrBuilder com.google.cloud.batch.v1.AllocationPolicyOrBuilder getAllocationPolicyOrBuilder(); /** - * - * *
    * Labels for the Job. Labels could be user provided or system generated.
    * For example,
@@ -209,8 +152,6 @@ public interface JobOrBuilder
    */
   int getLabelsCount();
   /**
-   *
-   *
    * 
    * Labels for the Job. Labels could be user provided or system generated.
    * For example,
@@ -226,13 +167,15 @@ public interface JobOrBuilder
    *
    * map<string, string> labels = 8;
    */
-  boolean containsLabels(java.lang.String key);
-  /** Use {@link #getLabelsMap()} instead. */
+  boolean containsLabels(
+      java.lang.String key);
+  /**
+   * Use {@link #getLabelsMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getLabels();
+  java.util.Map
+  getLabels();
   /**
-   *
-   *
    * 
    * Labels for the Job. Labels could be user provided or system generated.
    * For example,
@@ -248,10 +191,9 @@ public interface JobOrBuilder
    *
    * map<string, string> labels = 8;
    */
-  java.util.Map getLabelsMap();
+  java.util.Map
+  getLabelsMap();
   /**
-   *
-   *
    * 
    * Labels for the Job. Labels could be user provided or system generated.
    * For example,
@@ -268,13 +210,11 @@ public interface JobOrBuilder
    * map<string, string> labels = 8;
    */
   /* nullable */
-  java.lang.String getLabelsOrDefault(
+java.lang.String getLabelsOrDefault(
       java.lang.String key,
       /* nullable */
-      java.lang.String defaultValue);
+java.lang.String defaultValue);
   /**
-   *
-   *
    * 
    * Labels for the Job. Labels could be user provided or system generated.
    * For example,
@@ -290,149 +230,109 @@ java.lang.String getLabelsOrDefault(
    *
    * map<string, string> labels = 8;
    */
-  java.lang.String getLabelsOrThrow(java.lang.String key);
+  java.lang.String getLabelsOrThrow(
+      java.lang.String key);
 
   /**
-   *
-   *
    * 
    * Output only. Job status. It is read only for users.
    * 
* - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the status field is set. */ boolean hasStatus(); /** - * - * *
    * Output only. Job status. It is read only for users.
    * 
* - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The status. */ com.google.cloud.batch.v1.JobStatus getStatus(); /** - * - * *
    * Output only. Job status. It is read only for users.
    * 
* - * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.cloud.batch.v1.JobStatus status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.cloud.batch.v1.JobStatusOrBuilder getStatusOrBuilder(); /** - * - * *
    * Output only. When the Job was created.
    * 
* - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * Output only. When the Job was created.
    * 
* - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * Output only. When the Job was created.
    * 
* - * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
    * Output only. The last time the Job was updated.
    * 
* - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** - * - * *
    * Output only. The last time the Job was updated.
    * 
* - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** - * - * *
    * Output only. The last time the Job was updated.
    * 
* - * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** - * - * *
    * Log preservation policy for the Job.
    * 
* * .google.cloud.batch.v1.LogsPolicy logs_policy = 13; - * * @return Whether the logsPolicy field is set. */ boolean hasLogsPolicy(); /** - * - * *
    * Log preservation policy for the Job.
    * 
* * .google.cloud.batch.v1.LogsPolicy logs_policy = 13; - * * @return The logsPolicy. */ com.google.cloud.batch.v1.LogsPolicy getLogsPolicy(); /** - * - * *
    * Log preservation policy for the Job.
    * 
@@ -442,18 +342,15 @@ java.lang.String getLabelsOrDefault( com.google.cloud.batch.v1.LogsPolicyOrBuilder getLogsPolicyOrBuilder(); /** - * - * *
    * Notification configurations.
    * 
* * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ - java.util.List getNotificationsList(); + java.util.List + getNotificationsList(); /** - * - * *
    * Notification configurations.
    * 
@@ -462,8 +359,6 @@ java.lang.String getLabelsOrDefault( */ com.google.cloud.batch.v1.JobNotification getNotifications(int index); /** - * - * *
    * Notification configurations.
    * 
@@ -472,24 +367,21 @@ java.lang.String getLabelsOrDefault( */ int getNotificationsCount(); /** - * - * *
    * Notification configurations.
    * 
* * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ - java.util.List + java.util.List getNotificationsOrBuilderList(); /** - * - * *
    * Notification configurations.
    * 
* * repeated .google.cloud.batch.v1.JobNotification notifications = 14; */ - com.google.cloud.batch.v1.JobNotificationOrBuilder getNotificationsOrBuilder(int index); + com.google.cloud.batch.v1.JobNotificationOrBuilder getNotificationsOrBuilder( + int index); } diff --git a/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobProto.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobProto.java new file mode 100644 index 000000000000..d011343731f0 --- /dev/null +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobProto.java @@ -0,0 +1,427 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/cloud/batch/v1/job.proto + +package com.google.cloud.batch.v1; + +public final class JobProto { + private JobProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_Job_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_Job_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_Job_LabelsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_Job_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_LogsPolicy_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_LogsPolicy_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_JobStatus_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_JobStatus_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_JobNotification_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_JobNotification_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_JobNotification_Message_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_TaskGroup_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_TaskGroup_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_batch_v1_ServiceAccount_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_ServiceAccount_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\037google/cloud/batch/v1/job.proto\022\025googl" + + "e.cloud.batch.v1\032\037google/api/field_behav" + + "ior.proto\032\031google/api/resource.proto\032 go" + + "ogle/cloud/batch/v1/task.proto\032\036google/p" + + "rotobuf/duration.proto\032\037google/protobuf/" + + "timestamp.proto\"\226\005\n\003Job\022\022\n\004name\030\001 \001(\tB\004\342" + + "A\001\003\022\021\n\003uid\030\002 \001(\tB\004\342A\001\003\022\020\n\010priority\030\003 \001(\003" + + "\022;\n\013task_groups\030\004 \003(\0132 .google.cloud.bat" + + "ch.v1.TaskGroupB\004\342A\001\002\022B\n\021allocation_poli" + + "cy\030\007 \001(\0132\'.google.cloud.batch.v1.Allocat" + + "ionPolicy\0226\n\006labels\030\010 \003(\0132&.google.cloud" + + ".batch.v1.Job.LabelsEntry\0226\n\006status\030\t \001(" + + "\0132 .google.cloud.batch.v1.JobStatusB\004\342A\001" + + "\003\0225\n\013create_time\030\013 \001(\0132\032.google.protobuf" + + ".TimestampB\004\342A\001\003\0225\n\013update_time\030\014 \001(\0132\032." + + "google.protobuf.TimestampB\004\342A\001\003\0226\n\013logs_" + + "policy\030\r \001(\0132!.google.cloud.batch.v1.Log" + + "sPolicy\022=\n\rnotifications\030\016 \003(\0132&.google." + + "cloud.batch.v1.JobNotification\032-\n\013Labels" + + "Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001:Q\352" + + "AN\n\030batch.googleapis.com/Job\0222projects/{" + + "project}/locations/{location}/jobs/{job}" + + "\"\254\001\n\nLogsPolicy\022B\n\013destination\030\001 \001(\0162-.g" + + "oogle.cloud.batch.v1.LogsPolicy.Destinat" + + "ion\022\021\n\tlogs_path\030\002 \001(\t\"G\n\013Destination\022\033\n" + + "\027DESTINATION_UNSPECIFIED\020\000\022\021\n\rCLOUD_LOGG" + + "ING\020\001\022\010\n\004PATH\020\002\"\200\007\n\tJobStatus\0225\n\005state\030\001" + + " \001(\0162&.google.cloud.batch.v1.JobStatus.S" + + "tate\0229\n\rstatus_events\030\002 \003(\0132\".google.clo" + + "ud.batch.v1.StatusEvent\022E\n\013task_groups\030\004" + + " \003(\01320.google.cloud.batch.v1.JobStatus.T" + + "askGroupsEntry\022/\n\014run_duration\030\005 \001(\0132\031.g" + + "oogle.protobuf.Duration\032\321\001\n\016InstanceStat" + + "us\022\024\n\014machine_type\030\001 \001(\t\022U\n\022provisioning" + + "_model\030\002 \001(\01629.google.cloud.batch.v1.All" + + "ocationPolicy.ProvisioningModel\022\021\n\ttask_" + + "pack\030\003 \001(\003\022?\n\tboot_disk\030\004 \001(\0132,.google.c" + + "loud.batch.v1.AllocationPolicy.Disk\032\322\001\n\017" + + "TaskGroupStatus\022L\n\006counts\030\001 \003(\0132<.google" + + ".cloud.batch.v1.JobStatus.TaskGroupStatu" + + "s.CountsEntry\022B\n\tinstances\030\002 \003(\0132/.googl" + + "e.cloud.batch.v1.JobStatus.InstanceStatu" + + "s\032-\n\013CountsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002" + + " \001(\003:\0028\001\032c\n\017TaskGroupsEntry\022\013\n\003key\030\001 \001(\t" + + "\022?\n\005value\030\002 \001(\01320.google.cloud.batch.v1." + + "JobStatus.TaskGroupStatus:\0028\001\"{\n\005State\022\025" + + "\n\021STATE_UNSPECIFIED\020\000\022\n\n\006QUEUED\020\001\022\r\n\tSCH" + + "EDULED\020\002\022\013\n\007RUNNING\020\003\022\r\n\tSUCCEEDED\020\004\022\n\n\006" + + "FAILED\020\005\022\030\n\024DELETION_IN_PROGRESS\020\006\"\374\002\n\017J" + + "obNotification\022\024\n\014pubsub_topic\030\001 \001(\t\022?\n\007" + + "message\030\002 \001(\0132..google.cloud.batch.v1.Jo" + + "bNotification.Message\032\304\001\n\007Message\0229\n\004typ" + + "e\030\001 \001(\0162+.google.cloud.batch.v1.JobNotif" + + "ication.Type\022=\n\rnew_job_state\030\002 \001(\0162&.go" + + "ogle.cloud.batch.v1.JobStatus.State\022?\n\016n" + + "ew_task_state\030\003 \001(\0162\'.google.cloud.batch" + + ".v1.TaskStatus.State\"K\n\004Type\022\024\n\020TYPE_UNS" + + "PECIFIED\020\000\022\025\n\021JOB_STATE_CHANGED\020\001\022\026\n\022TAS" + + "K_STATE_CHANGED\020\002\"\220\016\n\020AllocationPolicy\022H" + + "\n\010location\030\001 \001(\01326.google.cloud.batch.v1" + + ".AllocationPolicy.LocationPolicy\022S\n\tinst" + + "ances\030\010 \003(\0132@.google.cloud.batch.v1.Allo" + + "cationPolicy.InstancePolicyOrTemplate\022>\n" + + "\017service_account\030\t \001(\0132%.google.cloud.ba" + + "tch.v1.ServiceAccount\022C\n\006labels\030\006 \003(\01323." + + "google.cloud.batch.v1.AllocationPolicy.L" + + "abelsEntry\022F\n\007network\030\007 \001(\01325.google.clo" + + "ud.batch.v1.AllocationPolicy.NetworkPoli" + + "cy\022J\n\tplacement\030\n \001(\01327.google.cloud.bat" + + "ch.v1.AllocationPolicy.PlacementPolicy\032+" + + "\n\016LocationPolicy\022\031\n\021allowed_locations\030\001 " + + "\003(\t\032q\n\004Disk\022\017\n\005image\030\004 \001(\tH\000\022\022\n\010snapshot" + + "\030\005 \001(\tH\000\022\014\n\004type\030\001 \001(\t\022\017\n\007size_gb\030\002 \001(\003\022" + + "\026\n\016disk_interface\030\006 \001(\tB\r\n\013data_source\032\212" + + "\001\n\014AttachedDisk\022@\n\010new_disk\030\001 \001(\0132,.goog" + + "le.cloud.batch.v1.AllocationPolicy.DiskH" + + "\000\022\027\n\rexisting_disk\030\002 \001(\tH\000\022\023\n\013device_nam" + + "e\030\003 \001(\tB\n\n\010attached\032i\n\013Accelerator\022\014\n\004ty" + + "pe\030\001 \001(\t\022\r\n\005count\030\002 \001(\003\022\037\n\023install_gpu_d" + + "rivers\030\003 \001(\010B\002\030\001\022\034\n\016driver_version\030\004 \001(\t" + + "B\004\342A\001\001\032\350\002\n\016InstancePolicy\022\024\n\014machine_typ" + + "e\030\002 \001(\t\022\030\n\020min_cpu_platform\030\003 \001(\t\022U\n\022pro" + + "visioning_model\030\004 \001(\01629.google.cloud.bat" + + "ch.v1.AllocationPolicy.ProvisioningModel" + + "\022I\n\014accelerators\030\005 \003(\01323.google.cloud.ba" + + "tch.v1.AllocationPolicy.Accelerator\022?\n\tb" + + "oot_disk\030\010 \001(\0132,.google.cloud.batch.v1.A" + + "llocationPolicy.Disk\022C\n\005disks\030\006 \003(\01324.go" + + "ogle.cloud.batch.v1.AllocationPolicy.Att" + + "achedDisk\032\261\001\n\030InstancePolicyOrTemplate\022H" + + "\n\006policy\030\001 \001(\01326.google.cloud.batch.v1.A" + + "llocationPolicy.InstancePolicyH\000\022\033\n\021inst" + + "ance_template\030\002 \001(\tH\000\022\033\n\023install_gpu_dri" + + "vers\030\003 \001(\010B\021\n\017policy_template\032W\n\020Network" + + "Interface\022\017\n\007network\030\001 \001(\t\022\022\n\nsubnetwork" + + "\030\002 \001(\t\022\036\n\026no_external_ip_address\030\003 \001(\010\032e" + + "\n\rNetworkPolicy\022T\n\022network_interfaces\030\001 " + + "\003(\01328.google.cloud.batch.v1.AllocationPo" + + "licy.NetworkInterface\032<\n\017PlacementPolicy" + + "\022\023\n\013collocation\030\001 \001(\t\022\024\n\014max_distance\030\002 " + + "\001(\003\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" + + "\030\002 \001(\t:\0028\001\"`\n\021ProvisioningModel\022\"\n\036PROVI" + + "SIONING_MODEL_UNSPECIFIED\020\000\022\014\n\010STANDARD\020" + + "\001\022\010\n\004SPOT\020\002\022\017\n\013PREEMPTIBLE\020\003\"\257\004\n\tTaskGro" + + "up\022\022\n\004name\030\001 \001(\tB\004\342A\001\003\0228\n\ttask_spec\030\003 \001(" + + "\0132\037.google.cloud.batch.v1.TaskSpecB\004\342A\001\002" + + "\022\022\n\ntask_count\030\004 \001(\003\022\023\n\013parallelism\030\005 \001(" + + "\003\022L\n\021scheduling_policy\030\006 \001(\01621.google.cl" + + "oud.batch.v1.TaskGroup.SchedulingPolicy\022" + + "=\n\021task_environments\030\t \003(\0132\".google.clou" + + "d.batch.v1.Environment\022\033\n\023task_count_per" + + "_node\030\n \001(\003\022\032\n\022require_hosts_file\030\013 \001(\010\022" + + "\026\n\016permissive_ssh\030\014 \001(\010\"\\\n\020SchedulingPol" + + "icy\022!\n\035SCHEDULING_POLICY_UNSPECIFIED\020\000\022\027" + + "\n\023AS_SOON_AS_POSSIBLE\020\001\022\014\n\010IN_ORDER\020\002:o\352" + + "Al\n\036batch.googleapis.com/TaskGroup\022Jproj" + + "ects/{project}/locations/{location}/jobs" + + "/{job}/taskGroups/{task_group}\"/\n\016Servic" + + "eAccount\022\r\n\005email\030\001 \001(\t\022\016\n\006scopes\030\002 \003(\tB" + + "\251\001\n\031com.google.cloud.batch.v1B\010JobProtoP" + + "\001Z/cloud.google.com/go/batch/apiv1/batch" + + "pb;batchpb\242\002\003GCB\252\002\025Google.Cloud.Batch.V1" + + "\312\002\025Google\\Cloud\\Batch\\V1\352\002\030Google::Cloud" + + "::Batch::V1b\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.FieldBehaviorProto.getDescriptor(), + com.google.api.ResourceProto.getDescriptor(), + com.google.cloud.batch.v1.TaskProto.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_cloud_batch_v1_Job_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_cloud_batch_v1_Job_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_Job_descriptor, + new java.lang.String[] { "Name", "Uid", "Priority", "TaskGroups", "AllocationPolicy", "Labels", "Status", "CreateTime", "UpdateTime", "LogsPolicy", "Notifications", }); + internal_static_google_cloud_batch_v1_Job_LabelsEntry_descriptor = + internal_static_google_cloud_batch_v1_Job_descriptor.getNestedTypes().get(0); + internal_static_google_cloud_batch_v1_Job_LabelsEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_Job_LabelsEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_google_cloud_batch_v1_LogsPolicy_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_cloud_batch_v1_LogsPolicy_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_LogsPolicy_descriptor, + new java.lang.String[] { "Destination", "LogsPath", }); + internal_static_google_cloud_batch_v1_JobStatus_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_cloud_batch_v1_JobStatus_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_JobStatus_descriptor, + new java.lang.String[] { "State", "StatusEvents", "TaskGroups", "RunDuration", }); + internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor = + internal_static_google_cloud_batch_v1_JobStatus_descriptor.getNestedTypes().get(0); + internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor, + new java.lang.String[] { "MachineType", "ProvisioningModel", "TaskPack", "BootDisk", }); + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor = + internal_static_google_cloud_batch_v1_JobStatus_descriptor.getNestedTypes().get(1); + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor, + new java.lang.String[] { "Counts", "Instances", }); + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_descriptor = + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor.getNestedTypes().get(0); + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_descriptor = + internal_static_google_cloud_batch_v1_JobStatus_descriptor.getNestedTypes().get(2); + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_google_cloud_batch_v1_JobNotification_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_cloud_batch_v1_JobNotification_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_JobNotification_descriptor, + new java.lang.String[] { "PubsubTopic", "Message", }); + internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor = + internal_static_google_cloud_batch_v1_JobNotification_descriptor.getNestedTypes().get(0); + internal_static_google_cloud_batch_v1_JobNotification_Message_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_JobNotification_Message_descriptor, + new java.lang.String[] { "Type", "NewJobState", "NewTaskState", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_cloud_batch_v1_AllocationPolicy_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor, + new java.lang.String[] { "Location", "Instances", "ServiceAccount", "Labels", "Network", "Placement", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor = + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(0); + internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_LocationPolicy_descriptor, + new java.lang.String[] { "AllowedLocations", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor = + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(1); + internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_Disk_descriptor, + new java.lang.String[] { "Image", "Snapshot", "Type", "SizeGb", "DiskInterface", "DataSource", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor = + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(2); + internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_AttachedDisk_descriptor, + new java.lang.String[] { "NewDisk", "ExistingDisk", "DeviceName", "Attached", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor = + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(3); + internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_Accelerator_descriptor, + new java.lang.String[] { "Type", "Count", "InstallGpuDrivers", "DriverVersion", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor = + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(4); + internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicy_descriptor, + new java.lang.String[] { "MachineType", "MinCpuPlatform", "ProvisioningModel", "Accelerators", "BootDisk", "Disks", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor = + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(5); + internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_InstancePolicyOrTemplate_descriptor, + new java.lang.String[] { "Policy", "InstanceTemplate", "InstallGpuDrivers", "PolicyTemplate", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor = + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(6); + internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkInterface_descriptor, + new java.lang.String[] { "Network", "Subnetwork", "NoExternalIpAddress", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor = + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(7); + internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_NetworkPolicy_descriptor, + new java.lang.String[] { "NetworkInterfaces", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor = + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(8); + internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_PlacementPolicy_descriptor, + new java.lang.String[] { "Collocation", "MaxDistance", }); + internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_descriptor = + internal_static_google_cloud_batch_v1_AllocationPolicy_descriptor.getNestedTypes().get(9); + internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_AllocationPolicy_LabelsEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_google_cloud_batch_v1_TaskGroup_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_cloud_batch_v1_TaskGroup_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_TaskGroup_descriptor, + new java.lang.String[] { "Name", "TaskSpec", "TaskCount", "Parallelism", "SchedulingPolicy", "TaskEnvironments", "TaskCountPerNode", "RequireHostsFile", "PermissiveSsh", }); + internal_static_google_cloud_batch_v1_ServiceAccount_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_cloud_batch_v1_ServiceAccount_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_ServiceAccount_descriptor, + new java.lang.String[] { "Email", "Scopes", }); + com.google.protobuf.ExtensionRegistry registry = + com.google.protobuf.ExtensionRegistry.newInstance(); + registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); + registry.add(com.google.api.ResourceProto.resource); + com.google.protobuf.Descriptors.FileDescriptor + .internalUpdateFileDescriptor(descriptor, registry); + com.google.api.FieldBehaviorProto.getDescriptor(); + com.google.api.ResourceProto.getDescriptor(); + com.google.cloud.batch.v1.TaskProto.getDescriptor(); + com.google.protobuf.DurationProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatus.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatus.java similarity index 70% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatus.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatus.java index aadcfef3f32d..8a7321d454a3 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatus.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatus.java @@ -1,42 +1,24 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/job.proto package com.google.cloud.batch.v1; /** - * - * *
  * Job status.
  * 
* * Protobuf type {@code google.cloud.batch.v1.JobStatus} */ -public final class JobStatus extends com.google.protobuf.GeneratedMessageV3 - implements +public final class JobStatus extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.JobStatus) JobStatusOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use JobStatus.newBuilder() to construct. private JobStatus(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private JobStatus() { state_ = 0; statusEvents_ = java.util.Collections.emptyList(); @@ -44,49 +26,46 @@ private JobStatus() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new JobStatus(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 4: return internalGetTaskGroups(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.JobStatus.class, - com.google.cloud.batch.v1.JobStatus.Builder.class); + com.google.cloud.batch.v1.JobStatus.class, com.google.cloud.batch.v1.JobStatus.Builder.class); } /** - * - * *
    * Valid Job states.
    * 
* * Protobuf enum {@code google.cloud.batch.v1.JobStatus.State} */ - public enum State implements com.google.protobuf.ProtocolMessageEnum { + public enum State + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Job state unspecified.
      * 
@@ -95,8 +74,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ STATE_UNSPECIFIED(0), /** - * - * *
      * Job is admitted (validated and persisted) and waiting for resources.
      * 
@@ -105,8 +82,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ QUEUED(1), /** - * - * *
      * Job is scheduled to run as soon as resource allocation is ready.
      * The resource allocation may happen at a later time but with a high
@@ -117,8 +92,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     SCHEDULED(2),
     /**
-     *
-     *
      * 
      * Resource allocation has been successful. At least one Task in the Job is
      * RUNNING.
@@ -128,8 +101,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     RUNNING(3),
     /**
-     *
-     *
      * 
      * All Tasks in the Job have finished successfully.
      * 
@@ -138,8 +109,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ SUCCEEDED(4), /** - * - * *
      * At least one Task in the Job has failed.
      * 
@@ -148,8 +117,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ FAILED(5), /** - * - * *
      * The Job will be deleted, but has not been deleted yet. Typically this is
      * because resources used by the Job are still being cleaned up.
@@ -162,8 +129,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * Job state unspecified.
      * 
@@ -172,8 +137,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Job is admitted (validated and persisted) and waiting for resources.
      * 
@@ -182,8 +145,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int QUEUED_VALUE = 1; /** - * - * *
      * Job is scheduled to run as soon as resource allocation is ready.
      * The resource allocation may happen at a later time but with a high
@@ -194,8 +155,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int SCHEDULED_VALUE = 2;
     /**
-     *
-     *
      * 
      * Resource allocation has been successful. At least one Task in the Job is
      * RUNNING.
@@ -205,8 +164,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int RUNNING_VALUE = 3;
     /**
-     *
-     *
      * 
      * All Tasks in the Job have finished successfully.
      * 
@@ -215,8 +172,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int SUCCEEDED_VALUE = 4; /** - * - * *
      * At least one Task in the Job has failed.
      * 
@@ -225,8 +180,6 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { */ public static final int FAILED_VALUE = 5; /** - * - * *
      * The Job will be deleted, but has not been deleted yet. Typically this is
      * because resources used by the Job are still being cleaned up.
@@ -236,6 +189,7 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int DELETION_IN_PROGRESS_VALUE = 6;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -260,57 +214,53 @@ public static State valueOf(int value) {
      */
     public static State forNumber(int value) {
       switch (value) {
-        case 0:
-          return STATE_UNSPECIFIED;
-        case 1:
-          return QUEUED;
-        case 2:
-          return SCHEDULED;
-        case 3:
-          return RUNNING;
-        case 4:
-          return SUCCEEDED;
-        case 5:
-          return FAILED;
-        case 6:
-          return DELETION_IN_PROGRESS;
-        default:
-          return null;
+        case 0: return STATE_UNSPECIFIED;
+        case 1: return QUEUED;
+        case 2: return SCHEDULED;
+        case 3: return RUNNING;
+        case 4: return SUCCEEDED;
+        case 5: return FAILED;
+        case 6: return DELETION_IN_PROGRESS;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        State> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public State findValueByNumber(int number) {
+              return State.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public State findValueByNumber(int number) {
-            return State.forNumber(number);
-          }
-        };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.cloud.batch.v1.JobStatus.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final State[] VALUES = values();
 
-    public static State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static State valueOf(
+        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -327,103 +277,78 @@ private State(int value) {
     // @@protoc_insertion_point(enum_scope:google.cloud.batch.v1.JobStatus.State)
   }
 
-  public interface InstanceStatusOrBuilder
-      extends
+  public interface InstanceStatusOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.JobStatus.InstanceStatus)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * The Compute Engine machine type.
      * 
* * string machine_type = 1; - * * @return The machineType. */ java.lang.String getMachineType(); /** - * - * *
      * The Compute Engine machine type.
      * 
* * string machine_type = 1; - * * @return The bytes for machineType. */ - com.google.protobuf.ByteString getMachineTypeBytes(); + com.google.protobuf.ByteString + getMachineTypeBytes(); /** - * - * *
      * The VM instance provisioning model.
      * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; * @return The enum numeric value on the wire for provisioningModel. */ int getProvisioningModelValue(); /** - * - * *
      * The VM instance provisioning model.
      * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; * @return The provisioningModel. */ com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel getProvisioningModel(); /** - * - * *
      * The max number of tasks can be assigned to this instance type.
      * 
* * int64 task_pack = 3; - * * @return The taskPack. */ long getTaskPack(); /** - * - * *
      * The VM boot disk.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4; - * * @return Whether the bootDisk field is set. */ boolean hasBootDisk(); /** - * - * *
      * The VM boot disk.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4; - * * @return The bootDisk. */ com.google.cloud.batch.v1.AllocationPolicy.Disk getBootDisk(); /** - * - * *
      * The VM boot disk.
      * 
@@ -433,24 +358,21 @@ public interface InstanceStatusOrBuilder com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getBootDiskOrBuilder(); } /** - * - * *
    * VM instance status.
    * 
* * Protobuf type {@code google.cloud.batch.v1.JobStatus.InstanceStatus} */ - public static final class InstanceStatus extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class InstanceStatus extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.JobStatus.InstanceStatus) InstanceStatusOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use InstanceStatus.newBuilder() to construct. private InstanceStatus(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private InstanceStatus() { machineType_ = ""; provisioningModel_ = 0; @@ -458,38 +380,33 @@ private InstanceStatus() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new InstanceStatus(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.JobStatus.InstanceStatus.class, - com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder.class); + com.google.cloud.batch.v1.JobStatus.InstanceStatus.class, com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder.class); } public static final int MACHINE_TYPE_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object machineType_ = ""; /** - * - * *
      * The Compute Engine machine type.
      * 
* * string machine_type = 1; - * * @return The machineType. */ @java.lang.Override @@ -498,29 +415,29 @@ public java.lang.String getMachineType() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); machineType_ = s; return s; } } /** - * - * *
      * The Compute Engine machine type.
      * 
* * string machine_type = 1; - * * @return The bytes for machineType. */ @java.lang.Override - public com.google.protobuf.ByteString getMachineTypeBytes() { + public com.google.protobuf.ByteString + getMachineTypeBytes() { java.lang.Object ref = machineType_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); machineType_ = b; return b; } else { @@ -531,54 +448,37 @@ public com.google.protobuf.ByteString getMachineTypeBytes() { public static final int PROVISIONING_MODEL_FIELD_NUMBER = 2; private int provisioningModel_ = 0; /** - * - * *
      * The VM instance provisioning model.
      * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; * @return The enum numeric value on the wire for provisioningModel. */ - @java.lang.Override - public int getProvisioningModelValue() { + @java.lang.Override public int getProvisioningModelValue() { return provisioningModel_; } /** - * - * *
      * The VM instance provisioning model.
      * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; * @return The provisioningModel. */ - @java.lang.Override - public com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel getProvisioningModel() { - com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel result = - com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.forNumber( - provisioningModel_); - return result == null - ? com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.UNRECOGNIZED - : result; + @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel getProvisioningModel() { + com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel result = com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.forNumber(provisioningModel_); + return result == null ? com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.UNRECOGNIZED : result; } public static final int TASK_PACK_FIELD_NUMBER = 3; private long taskPack_ = 0L; /** - * - * *
      * The max number of tasks can be assigned to this instance type.
      * 
* * int64 task_pack = 3; - * * @return The taskPack. */ @java.lang.Override @@ -589,14 +489,11 @@ public long getTaskPack() { public static final int BOOT_DISK_FIELD_NUMBER = 4; private com.google.cloud.batch.v1.AllocationPolicy.Disk bootDisk_; /** - * - * *
      * The VM boot disk.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4; - * * @return Whether the bootDisk field is set. */ @java.lang.Override @@ -604,25 +501,18 @@ public boolean hasBootDisk() { return bootDisk_ != null; } /** - * - * *
      * The VM boot disk.
      * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4; - * * @return The bootDisk. */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.Disk getBootDisk() { - return bootDisk_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() - : bootDisk_; + return bootDisk_ == null ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() : bootDisk_; } /** - * - * *
      * The VM boot disk.
      * 
@@ -631,13 +521,10 @@ public com.google.cloud.batch.v1.AllocationPolicy.Disk getBootDisk() { */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getBootDiskOrBuilder() { - return bootDisk_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() - : bootDisk_; + return bootDisk_ == null ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() : bootDisk_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -649,14 +536,12 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(machineType_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, machineType_); } - if (provisioningModel_ - != com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel - .PROVISIONING_MODEL_UNSPECIFIED - .getNumber()) { + if (provisioningModel_ != com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.PROVISIONING_MODEL_UNSPECIFIED.getNumber()) { output.writeEnum(2, provisioningModel_); } if (taskPack_ != 0L) { @@ -677,17 +562,17 @@ public int getSerializedSize() { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(machineType_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, machineType_); } - if (provisioningModel_ - != com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel - .PROVISIONING_MODEL_UNSPECIFIED - .getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, provisioningModel_); + if (provisioningModel_ != com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.PROVISIONING_MODEL_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, provisioningModel_); } if (taskPack_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, taskPack_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, taskPack_); } if (bootDisk_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getBootDisk()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getBootDisk()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -697,20 +582,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.JobStatus.InstanceStatus)) { return super.equals(obj); } - com.google.cloud.batch.v1.JobStatus.InstanceStatus other = - (com.google.cloud.batch.v1.JobStatus.InstanceStatus) obj; + com.google.cloud.batch.v1.JobStatus.InstanceStatus other = (com.google.cloud.batch.v1.JobStatus.InstanceStatus) obj; - if (!getMachineType().equals(other.getMachineType())) return false; + if (!getMachineType() + .equals(other.getMachineType())) return false; if (provisioningModel_ != other.provisioningModel_) return false; - if (getTaskPack() != other.getTaskPack()) return false; + if (getTaskPack() + != other.getTaskPack()) return false; if (hasBootDisk() != other.hasBootDisk()) return false; if (hasBootDisk()) { - if (!getBootDisk().equals(other.getBootDisk())) return false; + if (!getBootDisk() + .equals(other.getBootDisk())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -728,7 +615,8 @@ public int hashCode() { hash = (37 * hash) + PROVISIONING_MODEL_FIELD_NUMBER; hash = (53 * hash) + provisioningModel_; hash = (37 * hash) + TASK_PACK_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getTaskPack()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getTaskPack()); if (hasBootDisk()) { hash = (37 * hash) + BOOT_DISK_FIELD_NUMBER; hash = (53 * hash) + getBootDisk().hashCode(); @@ -739,93 +627,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.JobStatus.InstanceStatus parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.JobStatus.InstanceStatus prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -835,41 +719,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * VM instance status.
      * 
* * Protobuf type {@code google.cloud.batch.v1.JobStatus.InstanceStatus} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.JobStatus.InstanceStatus) com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.JobStatus.InstanceStatus.class, - com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder.class); + com.google.cloud.batch.v1.JobStatus.InstanceStatus.class, com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder.class); } // Construct using com.google.cloud.batch.v1.JobStatus.InstanceStatus.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -886,9 +768,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_InstanceStatus_descriptor; } @java.lang.Override @@ -907,11 +789,8 @@ public com.google.cloud.batch.v1.JobStatus.InstanceStatus build() { @java.lang.Override public com.google.cloud.batch.v1.JobStatus.InstanceStatus buildPartial() { - com.google.cloud.batch.v1.JobStatus.InstanceStatus result = - new com.google.cloud.batch.v1.JobStatus.InstanceStatus(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.JobStatus.InstanceStatus result = new com.google.cloud.batch.v1.JobStatus.InstanceStatus(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -928,7 +807,9 @@ private void buildPartial0(com.google.cloud.batch.v1.JobStatus.InstanceStatus re result.taskPack_ = taskPack_; } if (((from_bitField0_ & 0x00000008) != 0)) { - result.bootDisk_ = bootDiskBuilder_ == null ? bootDisk_ : bootDiskBuilder_.build(); + result.bootDisk_ = bootDiskBuilder_ == null + ? bootDisk_ + : bootDiskBuilder_.build(); } } @@ -936,41 +817,38 @@ private void buildPartial0(com.google.cloud.batch.v1.JobStatus.InstanceStatus re public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.JobStatus.InstanceStatus) { - return mergeFrom((com.google.cloud.batch.v1.JobStatus.InstanceStatus) other); + return mergeFrom((com.google.cloud.batch.v1.JobStatus.InstanceStatus)other); } else { super.mergeFrom(other); return this; @@ -978,8 +856,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.batch.v1.JobStatus.InstanceStatus other) { - if (other == com.google.cloud.batch.v1.JobStatus.InstanceStatus.getDefaultInstance()) - return this; + if (other == com.google.cloud.batch.v1.JobStatus.InstanceStatus.getDefaultInstance()) return this; if (!other.getMachineType().isEmpty()) { machineType_ = other.machineType_; bitField0_ |= 0x00000001; @@ -1020,37 +897,34 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - machineType_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 16: - { - provisioningModel_ = input.readEnum(); - bitField0_ |= 0x00000002; - break; - } // case 16 - case 24: - { - taskPack_ = input.readInt64(); - bitField0_ |= 0x00000004; - break; - } // case 24 - case 34: - { - input.readMessage(getBootDiskFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + machineType_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: { + provisioningModel_ = input.readEnum(); + bitField0_ |= 0x00000002; + break; + } // case 16 + case 24: { + taskPack_ = input.readInt64(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 34: { + input.readMessage( + getBootDiskFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 34 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1060,25 +934,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object machineType_ = ""; /** - * - * *
        * The Compute Engine machine type.
        * 
* * string machine_type = 1; - * * @return The machineType. */ public java.lang.String getMachineType() { java.lang.Object ref = machineType_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); machineType_ = s; return s; @@ -1087,21 +958,20 @@ public java.lang.String getMachineType() { } } /** - * - * *
        * The Compute Engine machine type.
        * 
* * string machine_type = 1; - * * @return The bytes for machineType. */ - public com.google.protobuf.ByteString getMachineTypeBytes() { + public com.google.protobuf.ByteString + getMachineTypeBytes() { java.lang.Object ref = machineType_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); machineType_ = b; return b; } else { @@ -1109,35 +979,28 @@ public com.google.protobuf.ByteString getMachineTypeBytes() { } } /** - * - * *
        * The Compute Engine machine type.
        * 
* * string machine_type = 1; - * * @param value The machineType to set. * @return This builder for chaining. */ - public Builder setMachineType(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setMachineType( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } machineType_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * The Compute Engine machine type.
        * 
* * string machine_type = 1; - * * @return This builder for chaining. */ public Builder clearMachineType() { @@ -1147,21 +1010,17 @@ public Builder clearMachineType() { return this; } /** - * - * *
        * The Compute Engine machine type.
        * 
* * string machine_type = 1; - * * @param value The bytes for machineType to set. * @return This builder for chaining. */ - public Builder setMachineTypeBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setMachineTypeBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); machineType_ = value; bitField0_ |= 0x00000001; @@ -1171,31 +1030,22 @@ public Builder setMachineTypeBytes(com.google.protobuf.ByteString value) { private int provisioningModel_ = 0; /** - * - * *
        * The VM instance provisioning model.
        * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; * @return The enum numeric value on the wire for provisioningModel. */ - @java.lang.Override - public int getProvisioningModelValue() { + @java.lang.Override public int getProvisioningModelValue() { return provisioningModel_; } /** - * - * *
        * The VM instance provisioning model.
        * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; * @param value The enum numeric value on the wire for provisioningModel to set. * @return This builder for chaining. */ @@ -1206,41 +1056,28 @@ public Builder setProvisioningModelValue(int value) { return this; } /** - * - * *
        * The VM instance provisioning model.
        * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; * @return The provisioningModel. */ @java.lang.Override public com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel getProvisioningModel() { - com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel result = - com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.forNumber( - provisioningModel_); - return result == null - ? com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.UNRECOGNIZED - : result; + com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel result = com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.forNumber(provisioningModel_); + return result == null ? com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel.UNRECOGNIZED : result; } /** - * - * *
        * The VM instance provisioning model.
        * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; * @param value The provisioningModel to set. * @return This builder for chaining. */ - public Builder setProvisioningModel( - com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel value) { + public Builder setProvisioningModel(com.google.cloud.batch.v1.AllocationPolicy.ProvisioningModel value) { if (value == null) { throw new NullPointerException(); } @@ -1250,15 +1087,11 @@ public Builder setProvisioningModel( return this; } /** - * - * *
        * The VM instance provisioning model.
        * 
* - * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; - * - * + * .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2; * @return This builder for chaining. */ public Builder clearProvisioningModel() { @@ -1268,16 +1101,13 @@ public Builder clearProvisioningModel() { return this; } - private long taskPack_; + private long taskPack_ ; /** - * - * *
        * The max number of tasks can be assigned to this instance type.
        * 
* * int64 task_pack = 3; - * * @return The taskPack. */ @java.lang.Override @@ -1285,14 +1115,11 @@ public long getTaskPack() { return taskPack_; } /** - * - * *
        * The max number of tasks can be assigned to this instance type.
        * 
* * int64 task_pack = 3; - * * @param value The taskPack to set. * @return This builder for chaining. */ @@ -1304,14 +1131,11 @@ public Builder setTaskPack(long value) { return this; } /** - * - * *
        * The max number of tasks can be assigned to this instance type.
        * 
* * int64 task_pack = 3; - * * @return This builder for chaining. */ public Builder clearTaskPack() { @@ -1323,47 +1147,34 @@ public Builder clearTaskPack() { private com.google.cloud.batch.v1.AllocationPolicy.Disk bootDisk_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.Disk, - com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, - com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder> - bootDiskBuilder_; + com.google.cloud.batch.v1.AllocationPolicy.Disk, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder> bootDiskBuilder_; /** - * - * *
        * The VM boot disk.
        * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4; - * * @return Whether the bootDisk field is set. */ public boolean hasBootDisk() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
        * The VM boot disk.
        * 
* * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4; - * * @return The bootDisk. */ public com.google.cloud.batch.v1.AllocationPolicy.Disk getBootDisk() { if (bootDiskBuilder_ == null) { - return bootDisk_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() - : bootDisk_; + return bootDisk_ == null ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() : bootDisk_; } else { return bootDiskBuilder_.getMessage(); } } /** - * - * *
        * The VM boot disk.
        * 
@@ -1384,8 +1195,6 @@ public Builder setBootDisk(com.google.cloud.batch.v1.AllocationPolicy.Disk value return this; } /** - * - * *
        * The VM boot disk.
        * 
@@ -1404,8 +1213,6 @@ public Builder setBootDisk( return this; } /** - * - * *
        * The VM boot disk.
        * 
@@ -1414,10 +1221,9 @@ public Builder setBootDisk( */ public Builder mergeBootDisk(com.google.cloud.batch.v1.AllocationPolicy.Disk value) { if (bootDiskBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) - && bootDisk_ != null - && bootDisk_ - != com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) && + bootDisk_ != null && + bootDisk_ != com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance()) { getBootDiskBuilder().mergeFrom(value); } else { bootDisk_ = value; @@ -1430,8 +1236,6 @@ public Builder mergeBootDisk(com.google.cloud.batch.v1.AllocationPolicy.Disk val return this; } /** - * - * *
        * The VM boot disk.
        * 
@@ -1449,8 +1253,6 @@ public Builder clearBootDisk() { return this; } /** - * - * *
        * The VM boot disk.
        * 
@@ -1463,8 +1265,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder getBootDiskBuilde return getBootDiskFieldBuilder().getBuilder(); } /** - * - * *
        * The VM boot disk.
        * 
@@ -1475,14 +1275,11 @@ public com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getBootDiskOrBui if (bootDiskBuilder_ != null) { return bootDiskBuilder_.getMessageOrBuilder(); } else { - return bootDisk_ == null - ? com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() - : bootDisk_; + return bootDisk_ == null ? + com.google.cloud.batch.v1.AllocationPolicy.Disk.getDefaultInstance() : bootDisk_; } } /** - * - * *
        * The VM boot disk.
        * 
@@ -1490,22 +1287,18 @@ public com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder getBootDiskOrBui * .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.Disk, - com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, - com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder> + com.google.cloud.batch.v1.AllocationPolicy.Disk, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder> getBootDiskFieldBuilder() { if (bootDiskBuilder_ == null) { - bootDiskBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.AllocationPolicy.Disk, - com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, - com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder>( - getBootDisk(), getParentForChildren(), isClean()); + bootDiskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.AllocationPolicy.Disk, com.google.cloud.batch.v1.AllocationPolicy.Disk.Builder, com.google.cloud.batch.v1.AllocationPolicy.DiskOrBuilder>( + getBootDisk(), + getParentForChildren(), + isClean()); bootDisk_ = null; } return bootDiskBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1518,12 +1311,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.JobStatus.InstanceStatus) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.JobStatus.InstanceStatus) private static final com.google.cloud.batch.v1.JobStatus.InstanceStatus DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.JobStatus.InstanceStatus(); } @@ -1532,28 +1325,27 @@ public static com.google.cloud.batch.v1.JobStatus.InstanceStatus getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public InstanceStatus parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public InstanceStatus parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1568,16 +1360,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.JobStatus.InstanceStatus getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface TaskGroupStatusOrBuilder - extends + public interface TaskGroupStatusOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.JobStatus.TaskGroupStatus) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Count of task in each state in the TaskGroup.
      * The map key is task state name.
@@ -1587,8 +1377,6 @@ public interface TaskGroupStatusOrBuilder
      */
     int getCountsCount();
     /**
-     *
-     *
      * 
      * Count of task in each state in the TaskGroup.
      * The map key is task state name.
@@ -1596,13 +1384,15 @@ public interface TaskGroupStatusOrBuilder
      *
      * map<string, int64> counts = 1;
      */
-    boolean containsCounts(java.lang.String key);
-    /** Use {@link #getCountsMap()} instead. */
+    boolean containsCounts(
+        java.lang.String key);
+    /**
+     * Use {@link #getCountsMap()} instead.
+     */
     @java.lang.Deprecated
-    java.util.Map getCounts();
+    java.util.Map
+    getCounts();
     /**
-     *
-     *
      * 
      * Count of task in each state in the TaskGroup.
      * The map key is task state name.
@@ -1610,10 +1400,9 @@ public interface TaskGroupStatusOrBuilder
      *
      * map<string, int64> counts = 1;
      */
-    java.util.Map getCountsMap();
+    java.util.Map
+    getCountsMap();
     /**
-     *
-     *
      * 
      * Count of task in each state in the TaskGroup.
      * The map key is task state name.
@@ -1621,10 +1410,10 @@ public interface TaskGroupStatusOrBuilder
      *
      * map<string, int64> counts = 1;
      */
-    long getCountsOrDefault(java.lang.String key, long defaultValue);
+    long getCountsOrDefault(
+        java.lang.String key,
+        long defaultValue);
     /**
-     *
-     *
      * 
      * Count of task in each state in the TaskGroup.
      * The map key is task state name.
@@ -1632,21 +1421,19 @@ public interface TaskGroupStatusOrBuilder
      *
      * map<string, int64> counts = 1;
      */
-    long getCountsOrThrow(java.lang.String key);
+    long getCountsOrThrow(
+        java.lang.String key);
 
     /**
-     *
-     *
      * 
      * Status of instances allocated for the TaskGroup.
      * 
* * repeated .google.cloud.batch.v1.JobStatus.InstanceStatus instances = 2; */ - java.util.List getInstancesList(); + java.util.List + getInstancesList(); /** - * - * *
      * Status of instances allocated for the TaskGroup.
      * 
@@ -1655,8 +1442,6 @@ public interface TaskGroupStatusOrBuilder */ com.google.cloud.batch.v1.JobStatus.InstanceStatus getInstances(int index); /** - * - * *
      * Status of instances allocated for the TaskGroup.
      * 
@@ -1665,111 +1450,103 @@ public interface TaskGroupStatusOrBuilder */ int getInstancesCount(); /** - * - * *
      * Status of instances allocated for the TaskGroup.
      * 
* * repeated .google.cloud.batch.v1.JobStatus.InstanceStatus instances = 2; */ - java.util.List + java.util.List getInstancesOrBuilderList(); /** - * - * *
      * Status of instances allocated for the TaskGroup.
      * 
* * repeated .google.cloud.batch.v1.JobStatus.InstanceStatus instances = 2; */ - com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder getInstancesOrBuilder(int index); + com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder getInstancesOrBuilder( + int index); } /** - * - * *
    * Aggregated task status for a TaskGroup.
    * 
* * Protobuf type {@code google.cloud.batch.v1.JobStatus.TaskGroupStatus} */ - public static final class TaskGroupStatus extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class TaskGroupStatus extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.JobStatus.TaskGroupStatus) TaskGroupStatusOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use TaskGroupStatus.newBuilder() to construct. private TaskGroupStatus(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private TaskGroupStatus() { instances_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new TaskGroupStatus(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 1: return internalGetCounts(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.class, - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.Builder.class); + com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.class, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.Builder.class); } public static final int COUNTS_FIELD_NUMBER = 1; - private static final class CountsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.INT64, - 0L); + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.Long> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_CountsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.INT64, + 0L); } - @SuppressWarnings("serial") - private com.google.protobuf.MapField counts_; - - private com.google.protobuf.MapField internalGetCounts() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.Long> counts_; + private com.google.protobuf.MapField + internalGetCounts() { if (counts_ == null) { - return com.google.protobuf.MapField.emptyMapField(CountsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + CountsDefaultEntryHolder.defaultEntry); } return counts_; } - public int getCountsCount() { return internalGetCounts().getMap().size(); } /** - * - * *
      * Count of task in each state in the TaskGroup.
      * The map key is task state name.
@@ -1778,21 +1555,20 @@ public int getCountsCount() {
      * map<string, int64> counts = 1;
      */
     @java.lang.Override
-    public boolean containsCounts(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsCounts(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetCounts().getMap().containsKey(key);
     }
-    /** Use {@link #getCountsMap()} instead. */
+    /**
+     * Use {@link #getCountsMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getCounts() {
       return getCountsMap();
     }
     /**
-     *
-     *
      * 
      * Count of task in each state in the TaskGroup.
      * The map key is task state name.
@@ -1805,8 +1581,6 @@ public java.util.Map getCountsMap() {
       return internalGetCounts().getMap();
     }
     /**
-     *
-     *
      * 
      * Count of task in each state in the TaskGroup.
      * The map key is task state name.
@@ -1815,16 +1589,15 @@ public java.util.Map getCountsMap() {
      * map<string, int64> counts = 1;
      */
     @java.lang.Override
-    public long getCountsOrDefault(java.lang.String key, long defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetCounts().getMap();
+    public long getCountsOrDefault(
+        java.lang.String key,
+        long defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetCounts().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * Count of task in each state in the TaskGroup.
      * The map key is task state name.
@@ -1833,11 +1606,11 @@ public long getCountsOrDefault(java.lang.String key, long defaultValue) {
      * map<string, int64> counts = 1;
      */
     @java.lang.Override
-    public long getCountsOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetCounts().getMap();
+    public long getCountsOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetCounts().getMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
@@ -1845,12 +1618,9 @@ public long getCountsOrThrow(java.lang.String key) {
     }
 
     public static final int INSTANCES_FIELD_NUMBER = 2;
-
     @SuppressWarnings("serial")
     private java.util.List instances_;
     /**
-     *
-     *
      * 
      * Status of instances allocated for the TaskGroup.
      * 
@@ -1862,8 +1632,6 @@ public java.util.List getIns return instances_; } /** - * - * *
      * Status of instances allocated for the TaskGroup.
      * 
@@ -1871,13 +1639,11 @@ public java.util.List getIns * repeated .google.cloud.batch.v1.JobStatus.InstanceStatus instances = 2; */ @java.lang.Override - public java.util.List + public java.util.List getInstancesOrBuilderList() { return instances_; } /** - * - * *
      * Status of instances allocated for the TaskGroup.
      * 
@@ -1889,8 +1655,6 @@ public int getInstancesCount() { return instances_.size(); } /** - * - * *
      * Status of instances allocated for the TaskGroup.
      * 
@@ -1902,8 +1666,6 @@ public com.google.cloud.batch.v1.JobStatus.InstanceStatus getInstances(int index return instances_.get(index); } /** - * - * *
      * Status of instances allocated for the TaskGroup.
      * 
@@ -1917,7 +1679,6 @@ public com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder getInstancesO } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1929,9 +1690,14 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetCounts(), CountsDefaultEntryHolder.defaultEntry, 1); + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetCounts(), + CountsDefaultEntryHolder.defaultEntry, + 1); for (int i = 0; i < instances_.size(); i++) { output.writeMessage(2, instances_.get(i)); } @@ -1944,18 +1710,19 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - for (java.util.Map.Entry entry : - internalGetCounts().getMap().entrySet()) { - com.google.protobuf.MapEntry counts__ = - CountsDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, counts__); + for (java.util.Map.Entry entry + : internalGetCounts().getMap().entrySet()) { + com.google.protobuf.MapEntry + counts__ = CountsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, counts__); } for (int i = 0; i < instances_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, instances_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, instances_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1965,16 +1732,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.JobStatus.TaskGroupStatus)) { return super.equals(obj); } - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus other = - (com.google.cloud.batch.v1.JobStatus.TaskGroupStatus) obj; + com.google.cloud.batch.v1.JobStatus.TaskGroupStatus other = (com.google.cloud.batch.v1.JobStatus.TaskGroupStatus) obj; - if (!internalGetCounts().equals(other.internalGetCounts())) return false; - if (!getInstancesList().equals(other.getInstancesList())) return false; + if (!internalGetCounts().equals( + other.internalGetCounts())) return false; + if (!getInstancesList() + .equals(other.getInstancesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -2000,94 +1768,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus prototype) { + public static Builder newBuilder(com.google.cloud.batch.v1.JobStatus.TaskGroupStatus prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -2097,61 +1860,61 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Aggregated task status for a TaskGroup.
      * 
* * Protobuf type {@code google.cloud.batch.v1.JobStatus.TaskGroupStatus} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.JobStatus.TaskGroupStatus) com.google.cloud.batch.v1.JobStatus.TaskGroupStatusOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 1: return internalGetCounts(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMutableMapField(int number) { + protected com.google.protobuf.MapField internalGetMutableMapField( + int number) { switch (number) { case 1: return internalGetMutableCounts(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.class, - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.Builder.class); + com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.class, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.Builder.class); } // Construct using com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -2168,9 +1931,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_TaskGroupStatus_descriptor; } @java.lang.Override @@ -2189,18 +1952,14 @@ public com.google.cloud.batch.v1.JobStatus.TaskGroupStatus build() { @java.lang.Override public com.google.cloud.batch.v1.JobStatus.TaskGroupStatus buildPartial() { - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus result = - new com.google.cloud.batch.v1.JobStatus.TaskGroupStatus(this); + com.google.cloud.batch.v1.JobStatus.TaskGroupStatus result = new com.google.cloud.batch.v1.JobStatus.TaskGroupStatus(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartialRepeatedFields( - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus result) { + private void buildPartialRepeatedFields(com.google.cloud.batch.v1.JobStatus.TaskGroupStatus result) { if (instancesBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { instances_ = java.util.Collections.unmodifiableList(instances_); @@ -2224,41 +1983,38 @@ private void buildPartial0(com.google.cloud.batch.v1.JobStatus.TaskGroupStatus r public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.JobStatus.TaskGroupStatus) { - return mergeFrom((com.google.cloud.batch.v1.JobStatus.TaskGroupStatus) other); + return mergeFrom((com.google.cloud.batch.v1.JobStatus.TaskGroupStatus)other); } else { super.mergeFrom(other); return this; @@ -2266,9 +2022,9 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.batch.v1.JobStatus.TaskGroupStatus other) { - if (other == com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.getDefaultInstance()) - return this; - internalGetMutableCounts().mergeFrom(other.internalGetCounts()); + if (other == com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.getDefaultInstance()) return this; + internalGetMutableCounts().mergeFrom( + other.internalGetCounts()); bitField0_ |= 0x00000001; if (instancesBuilder_ == null) { if (!other.instances_.isEmpty()) { @@ -2288,10 +2044,9 @@ public Builder mergeFrom(com.google.cloud.batch.v1.JobStatus.TaskGroupStatus oth instancesBuilder_ = null; instances_ = other.instances_; bitField0_ = (bitField0_ & ~0x00000002); - instancesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getInstancesFieldBuilder() - : null; + instancesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getInstancesFieldBuilder() : null; } else { instancesBuilder_.addAllMessages(other.instances_); } @@ -2323,39 +2078,34 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.protobuf.MapEntry counts__ = - input.readMessage( - CountsDefaultEntryHolder.defaultEntry.getParserForType(), - extensionRegistry); - internalGetMutableCounts() - .getMutableMap() - .put(counts__.getKey(), counts__.getValue()); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - com.google.cloud.batch.v1.JobStatus.InstanceStatus m = - input.readMessage( - com.google.cloud.batch.v1.JobStatus.InstanceStatus.parser(), - extensionRegistry); - if (instancesBuilder_ == null) { - ensureInstancesIsMutable(); - instances_.add(m); - } else { - instancesBuilder_.addMessage(m); - } - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.protobuf.MapEntry + counts__ = input.readMessage( + CountsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + internalGetMutableCounts().getMutableMap().put( + counts__.getKey(), counts__.getValue()); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + com.google.cloud.batch.v1.JobStatus.InstanceStatus m = + input.readMessage( + com.google.cloud.batch.v1.JobStatus.InstanceStatus.parser(), + extensionRegistry); + if (instancesBuilder_ == null) { + ensureInstancesIsMutable(); + instances_.add(m); + } else { + instancesBuilder_.addMessage(m); + } + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -2365,22 +2115,23 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private com.google.protobuf.MapField counts_; - - private com.google.protobuf.MapField internalGetCounts() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.Long> counts_; + private com.google.protobuf.MapField + internalGetCounts() { if (counts_ == null) { - return com.google.protobuf.MapField.emptyMapField(CountsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + CountsDefaultEntryHolder.defaultEntry); } return counts_; } - private com.google.protobuf.MapField internalGetMutableCounts() { if (counts_ == null) { - counts_ = com.google.protobuf.MapField.newMapField(CountsDefaultEntryHolder.defaultEntry); + counts_ = com.google.protobuf.MapField.newMapField( + CountsDefaultEntryHolder.defaultEntry); } if (!counts_.isMutable()) { counts_ = counts_.copy(); @@ -2389,13 +2140,10 @@ private com.google.protobuf.MapField internalG onChanged(); return counts_; } - public int getCountsCount() { return internalGetCounts().getMap().size(); } /** - * - * *
        * Count of task in each state in the TaskGroup.
        * The map key is task state name.
@@ -2404,21 +2152,20 @@ public int getCountsCount() {
        * map<string, int64> counts = 1;
        */
       @java.lang.Override
-      public boolean containsCounts(java.lang.String key) {
-        if (key == null) {
-          throw new NullPointerException("map key");
-        }
+      public boolean containsCounts(
+          java.lang.String key) {
+        if (key == null) { throw new NullPointerException("map key"); }
         return internalGetCounts().getMap().containsKey(key);
       }
-      /** Use {@link #getCountsMap()} instead. */
+      /**
+       * Use {@link #getCountsMap()} instead.
+       */
       @java.lang.Override
       @java.lang.Deprecated
       public java.util.Map getCounts() {
         return getCountsMap();
       }
       /**
-       *
-       *
        * 
        * Count of task in each state in the TaskGroup.
        * The map key is task state name.
@@ -2431,8 +2178,6 @@ public java.util.Map getCountsMap() {
         return internalGetCounts().getMap();
       }
       /**
-       *
-       *
        * 
        * Count of task in each state in the TaskGroup.
        * The map key is task state name.
@@ -2441,16 +2186,15 @@ public java.util.Map getCountsMap() {
        * map<string, int64> counts = 1;
        */
       @java.lang.Override
-      public long getCountsOrDefault(java.lang.String key, long defaultValue) {
-        if (key == null) {
-          throw new NullPointerException("map key");
-        }
-        java.util.Map map = internalGetCounts().getMap();
+      public long getCountsOrDefault(
+          java.lang.String key,
+          long defaultValue) {
+        if (key == null) { throw new NullPointerException("map key"); }
+        java.util.Map map =
+            internalGetCounts().getMap();
         return map.containsKey(key) ? map.get(key) : defaultValue;
       }
       /**
-       *
-       *
        * 
        * Count of task in each state in the TaskGroup.
        * The map key is task state name.
@@ -2459,25 +2203,23 @@ public long getCountsOrDefault(java.lang.String key, long defaultValue) {
        * map<string, int64> counts = 1;
        */
       @java.lang.Override
-      public long getCountsOrThrow(java.lang.String key) {
-        if (key == null) {
-          throw new NullPointerException("map key");
-        }
-        java.util.Map map = internalGetCounts().getMap();
+      public long getCountsOrThrow(
+          java.lang.String key) {
+        if (key == null) { throw new NullPointerException("map key"); }
+        java.util.Map map =
+            internalGetCounts().getMap();
         if (!map.containsKey(key)) {
           throw new java.lang.IllegalArgumentException();
         }
         return map.get(key);
       }
-
       public Builder clearCounts() {
         bitField0_ = (bitField0_ & ~0x00000001);
-        internalGetMutableCounts().getMutableMap().clear();
+        internalGetMutableCounts().getMutableMap()
+            .clear();
         return this;
       }
       /**
-       *
-       *
        * 
        * Count of task in each state in the TaskGroup.
        * The map key is task state name.
@@ -2485,22 +2227,23 @@ public Builder clearCounts() {
        *
        * map<string, int64> counts = 1;
        */
-      public Builder removeCounts(java.lang.String key) {
-        if (key == null) {
-          throw new NullPointerException("map key");
-        }
-        internalGetMutableCounts().getMutableMap().remove(key);
+      public Builder removeCounts(
+          java.lang.String key) {
+        if (key == null) { throw new NullPointerException("map key"); }
+        internalGetMutableCounts().getMutableMap()
+            .remove(key);
         return this;
       }
-      /** Use alternate mutation accessors instead. */
+      /**
+       * Use alternate mutation accessors instead.
+       */
       @java.lang.Deprecated
-      public java.util.Map getMutableCounts() {
+      public java.util.Map
+          getMutableCounts() {
         bitField0_ |= 0x00000001;
         return internalGetMutableCounts().getMutableMap();
       }
       /**
-       *
-       *
        * 
        * Count of task in each state in the TaskGroup.
        * The map key is task state name.
@@ -2508,18 +2251,17 @@ public java.util.Map getMutableCounts() {
        *
        * map<string, int64> counts = 1;
        */
-      public Builder putCounts(java.lang.String key, long value) {
-        if (key == null) {
-          throw new NullPointerException("map key");
-        }
+      public Builder putCounts(
+          java.lang.String key,
+          long value) {
+        if (key == null) { throw new NullPointerException("map key"); }
 
-        internalGetMutableCounts().getMutableMap().put(key, value);
+        internalGetMutableCounts().getMutableMap()
+            .put(key, value);
         bitField0_ |= 0x00000001;
         return this;
       }
       /**
-       *
-       *
        * 
        * Count of task in each state in the TaskGroup.
        * The map key is task state name.
@@ -2527,33 +2269,27 @@ public Builder putCounts(java.lang.String key, long value) {
        *
        * map<string, int64> counts = 1;
        */
-      public Builder putAllCounts(java.util.Map values) {
-        internalGetMutableCounts().getMutableMap().putAll(values);
+      public Builder putAllCounts(
+          java.util.Map values) {
+        internalGetMutableCounts().getMutableMap()
+            .putAll(values);
         bitField0_ |= 0x00000001;
         return this;
       }
 
       private java.util.List instances_ =
-          java.util.Collections.emptyList();
-
+        java.util.Collections.emptyList();
       private void ensureInstancesIsMutable() {
         if (!((bitField0_ & 0x00000002) != 0)) {
-          instances_ =
-              new java.util.ArrayList(
-                  instances_);
+          instances_ = new java.util.ArrayList(instances_);
           bitField0_ |= 0x00000002;
-        }
+         }
       }
 
       private com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.cloud.batch.v1.JobStatus.InstanceStatus,
-              com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder,
-              com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder>
-          instancesBuilder_;
+          com.google.cloud.batch.v1.JobStatus.InstanceStatus, com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder, com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder> instancesBuilder_;
 
       /**
-       *
-       *
        * 
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2568,8 +2304,6 @@ public java.util.List getIns } } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2584,8 +2318,6 @@ public int getInstancesCount() { } } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2600,8 +2332,6 @@ public com.google.cloud.batch.v1.JobStatus.InstanceStatus getInstances(int index } } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2623,8 +2353,6 @@ public Builder setInstances( return this; } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2643,8 +2371,6 @@ public Builder setInstances( return this; } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2665,8 +2391,6 @@ public Builder addInstances(com.google.cloud.batch.v1.JobStatus.InstanceStatus v return this; } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2688,8 +2412,6 @@ public Builder addInstances( return this; } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2708,8 +2430,6 @@ public Builder addInstances( return this; } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2728,8 +2448,6 @@ public Builder addInstances( return this; } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2740,7 +2458,8 @@ public Builder addAllInstances( java.lang.Iterable values) { if (instancesBuilder_ == null) { ensureInstancesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, instances_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, instances_); onChanged(); } else { instancesBuilder_.addAllMessages(values); @@ -2748,8 +2467,6 @@ public Builder addAllInstances( return this; } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2767,8 +2484,6 @@ public Builder clearInstances() { return this; } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2786,8 +2501,6 @@ public Builder removeInstances(int index) { return this; } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2799,8 +2512,6 @@ public com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder getInstancesBu return getInstancesFieldBuilder().getBuilder(index); } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2810,22 +2521,19 @@ public com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder getInstancesBu public com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder getInstancesOrBuilder( int index) { if (instancesBuilder_ == null) { - return instances_.get(index); - } else { + return instances_.get(index); } else { return instancesBuilder_.getMessageOrBuilder(index); } } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
* * repeated .google.cloud.batch.v1.JobStatus.InstanceStatus instances = 2; */ - public java.util.List - getInstancesOrBuilderList() { + public java.util.List + getInstancesOrBuilderList() { if (instancesBuilder_ != null) { return instancesBuilder_.getMessageOrBuilderList(); } else { @@ -2833,8 +2541,6 @@ public com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder getInstancesO } } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2842,12 +2548,10 @@ public com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder getInstancesO * repeated .google.cloud.batch.v1.JobStatus.InstanceStatus instances = 2; */ public com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder addInstancesBuilder() { - return getInstancesFieldBuilder() - .addBuilder(com.google.cloud.batch.v1.JobStatus.InstanceStatus.getDefaultInstance()); + return getInstancesFieldBuilder().addBuilder( + com.google.cloud.batch.v1.JobStatus.InstanceStatus.getDefaultInstance()); } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
@@ -2856,41 +2560,34 @@ public com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder addInstancesBu */ public com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder addInstancesBuilder( int index) { - return getInstancesFieldBuilder() - .addBuilder( - index, com.google.cloud.batch.v1.JobStatus.InstanceStatus.getDefaultInstance()); + return getInstancesFieldBuilder().addBuilder( + index, com.google.cloud.batch.v1.JobStatus.InstanceStatus.getDefaultInstance()); } /** - * - * *
        * Status of instances allocated for the TaskGroup.
        * 
* * repeated .google.cloud.batch.v1.JobStatus.InstanceStatus instances = 2; */ - public java.util.List - getInstancesBuilderList() { + public java.util.List + getInstancesBuilderList() { return getInstancesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.JobStatus.InstanceStatus, - com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder, - com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder> + com.google.cloud.batch.v1.JobStatus.InstanceStatus, com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder, com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder> getInstancesFieldBuilder() { if (instancesBuilder_ == null) { - instancesBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.JobStatus.InstanceStatus, - com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder, - com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder>( - instances_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); + instancesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.batch.v1.JobStatus.InstanceStatus, com.google.cloud.batch.v1.JobStatus.InstanceStatus.Builder, com.google.cloud.batch.v1.JobStatus.InstanceStatusOrBuilder>( + instances_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); instances_ = null; } return instancesBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2903,12 +2600,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.JobStatus.TaskGroupStatus) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.JobStatus.TaskGroupStatus) private static final com.google.cloud.batch.v1.JobStatus.TaskGroupStatus DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.JobStatus.TaskGroupStatus(); } @@ -2917,28 +2614,27 @@ public static com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getDefaultInst return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public TaskGroupStatus parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TaskGroupStatus parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2953,50 +2649,39 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int STATE_FIELD_NUMBER = 1; private int state_ = 0; /** - * - * *
    * Job state
    * 
* * .google.cloud.batch.v1.JobStatus.State state = 1; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
    * Job state
    * 
* * .google.cloud.batch.v1.JobStatus.State state = 1; - * * @return The state. */ - @java.lang.Override - public com.google.cloud.batch.v1.JobStatus.State getState() { - com.google.cloud.batch.v1.JobStatus.State result = - com.google.cloud.batch.v1.JobStatus.State.forNumber(state_); + @java.lang.Override public com.google.cloud.batch.v1.JobStatus.State getState() { + com.google.cloud.batch.v1.JobStatus.State result = com.google.cloud.batch.v1.JobStatus.State.forNumber(state_); return result == null ? com.google.cloud.batch.v1.JobStatus.State.UNRECOGNIZED : result; } public static final int STATUS_EVENTS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private java.util.List statusEvents_; /** - * - * *
    * Job status events
    * 
@@ -3008,8 +2693,6 @@ public java.util.List getStatusEventsList return statusEvents_; } /** - * - * *
    * Job status events
    * 
@@ -3017,13 +2700,11 @@ public java.util.List getStatusEventsList * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ @java.lang.Override - public java.util.List + public java.util.List getStatusEventsOrBuilderList() { return statusEvents_; } /** - * - * *
    * Job status events
    * 
@@ -3035,8 +2716,6 @@ public int getStatusEventsCount() { return statusEvents_.size(); } /** - * - * *
    * Job status events
    * 
@@ -3048,8 +2727,6 @@ public com.google.cloud.batch.v1.StatusEvent getStatusEvents(int index) { return statusEvents_.get(index); } /** - * - * *
    * Job status events
    * 
@@ -3057,125 +2734,102 @@ public com.google.cloud.batch.v1.StatusEvent getStatusEvents(int index) { * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ @java.lang.Override - public com.google.cloud.batch.v1.StatusEventOrBuilder getStatusEventsOrBuilder(int index) { + public com.google.cloud.batch.v1.StatusEventOrBuilder getStatusEventsOrBuilder( + int index) { return statusEvents_.get(index); } public static final int TASK_GROUPS_FIELD_NUMBER = 4; - private static final class TaskGroupsDefaultEntryHolder { static final com.google.protobuf.MapEntry< - java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> - defaultEntry = + java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> defaultEntry = com.google.protobuf.MapEntry - . - newDefaultInstance( - com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.MESSAGE, - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.getDefaultInstance()); + .newDefaultInstance( + com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_TaskGroupsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.MESSAGE, + com.google.cloud.batch.v1.JobStatus.TaskGroupStatus.getDefaultInstance()); } - @SuppressWarnings("serial") private com.google.protobuf.MapField< - java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> - taskGroups_; - - private com.google.protobuf.MapField< - java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> - internalGetTaskGroups() { + java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> taskGroups_; + private com.google.protobuf.MapField + internalGetTaskGroups() { if (taskGroups_ == null) { - return com.google.protobuf.MapField.emptyMapField(TaskGroupsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + TaskGroupsDefaultEntryHolder.defaultEntry); } return taskGroups_; } - public int getTaskGroupsCount() { return internalGetTaskGroups().getMap().size(); } /** - * - * *
    * Aggregated task status for each TaskGroup in the Job.
    * The map key is TaskGroup ID.
    * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ @java.lang.Override - public boolean containsTaskGroups(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsTaskGroups( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetTaskGroups().getMap().containsKey(key); } - /** Use {@link #getTaskGroupsMap()} instead. */ + /** + * Use {@link #getTaskGroupsMap()} instead. + */ @java.lang.Override @java.lang.Deprecated - public java.util.Map - getTaskGroups() { + public java.util.Map getTaskGroups() { return getTaskGroupsMap(); } /** - * - * *
    * Aggregated task status for each TaskGroup in the Job.
    * The map key is TaskGroup ID.
    * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ @java.lang.Override - public java.util.Map - getTaskGroupsMap() { + public java.util.Map getTaskGroupsMap() { return internalGetTaskGroups().getMap(); } /** - * - * *
    * Aggregated task status for each TaskGroup in the Job.
    * The map key is TaskGroup ID.
    * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ @java.lang.Override - public /* nullable */ com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrDefault( + public /* nullable */ +com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrDefault( java.lang.String key, /* nullable */ - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } +com.google.cloud.batch.v1.JobStatus.TaskGroupStatus defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetTaskGroups().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
    * Aggregated task status for each TaskGroup in the Job.
    * The map key is TaskGroup ID.
    * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ @java.lang.Override public com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrThrow( java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetTaskGroups().getMap(); if (!map.containsKey(key)) { @@ -3187,14 +2841,11 @@ public com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrThrow( public static final int RUN_DURATION_FIELD_NUMBER = 5; private com.google.protobuf.Duration runDuration_; /** - * - * *
    * The duration of time that the Job spent in status RUNNING.
    * 
* * .google.protobuf.Duration run_duration = 5; - * * @return Whether the runDuration field is set. */ @java.lang.Override @@ -3202,14 +2853,11 @@ public boolean hasRunDuration() { return runDuration_ != null; } /** - * - * *
    * The duration of time that the Job spent in status RUNNING.
    * 
* * .google.protobuf.Duration run_duration = 5; - * * @return The runDuration. */ @java.lang.Override @@ -3217,8 +2865,6 @@ public com.google.protobuf.Duration getRunDuration() { return runDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : runDuration_; } /** - * - * *
    * The duration of time that the Job spent in status RUNNING.
    * 
@@ -3231,7 +2877,6 @@ public com.google.protobuf.DurationOrBuilder getRunDurationOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3243,15 +2888,20 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (state_ != com.google.cloud.batch.v1.JobStatus.State.STATE_UNSPECIFIED.getNumber()) { output.writeEnum(1, state_); } for (int i = 0; i < statusEvents_.size(); i++) { output.writeMessage(2, statusEvents_.get(i)); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetTaskGroups(), TaskGroupsDefaultEntryHolder.defaultEntry, 4); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetTaskGroups(), + TaskGroupsDefaultEntryHolder.defaultEntry, + 4); if (runDuration_ != null) { output.writeMessage(5, getRunDuration()); } @@ -3265,25 +2915,26 @@ public int getSerializedSize() { size = 0; if (state_ != com.google.cloud.batch.v1.JobStatus.State.STATE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, state_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, state_); } for (int i = 0; i < statusEvents_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, statusEvents_.get(i)); - } - for (java.util.Map.Entry - entry : internalGetTaskGroups().getMap().entrySet()) { - com.google.protobuf.MapEntry< - java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> - taskGroups__ = - TaskGroupsDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, taskGroups__); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, statusEvents_.get(i)); + } + for (java.util.Map.Entry entry + : internalGetTaskGroups().getMap().entrySet()) { + com.google.protobuf.MapEntry + taskGroups__ = TaskGroupsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, taskGroups__); } if (runDuration_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getRunDuration()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getRunDuration()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -3293,7 +2944,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.JobStatus)) { return super.equals(obj); @@ -3301,11 +2952,14 @@ public boolean equals(final java.lang.Object obj) { com.google.cloud.batch.v1.JobStatus other = (com.google.cloud.batch.v1.JobStatus) obj; if (state_ != other.state_) return false; - if (!getStatusEventsList().equals(other.getStatusEventsList())) return false; - if (!internalGetTaskGroups().equals(other.internalGetTaskGroups())) return false; + if (!getStatusEventsList() + .equals(other.getStatusEventsList())) return false; + if (!internalGetTaskGroups().equals( + other.internalGetTaskGroups())) return false; if (hasRunDuration() != other.hasRunDuration()) return false; if (hasRunDuration()) { - if (!getRunDuration().equals(other.getRunDuration())) return false; + if (!getRunDuration() + .equals(other.getRunDuration())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -3337,155 +2991,154 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.JobStatus parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.JobStatus parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobStatus parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.JobStatus parseFrom(com.google.protobuf.ByteString data) + public static com.google.cloud.batch.v1.JobStatus parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobStatus parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.JobStatus parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.JobStatus parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.cloud.batch.v1.JobStatus parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.JobStatus parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.JobStatus parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.JobStatus parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.JobStatus prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Job status.
    * 
* * Protobuf type {@code google.cloud.batch.v1.JobStatus} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.JobStatus) com.google.cloud.batch.v1.JobStatusOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 4: return internalGetTaskGroups(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMutableMapField(int number) { + protected com.google.protobuf.MapField internalGetMutableMapField( + int number) { switch (number) { case 4: return internalGetMutableTaskGroups(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_fieldAccessorTable + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.JobStatus.class, - com.google.cloud.batch.v1.JobStatus.Builder.class); + com.google.cloud.batch.v1.JobStatus.class, com.google.cloud.batch.v1.JobStatus.Builder.class); } // Construct using com.google.cloud.batch.v1.JobStatus.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -3508,9 +3161,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.JobProto - .internal_static_google_cloud_batch_v1_JobStatus_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_JobStatus_descriptor; } @java.lang.Override @@ -3531,9 +3184,7 @@ public com.google.cloud.batch.v1.JobStatus build() { public com.google.cloud.batch.v1.JobStatus buildPartial() { com.google.cloud.batch.v1.JobStatus result = new com.google.cloud.batch.v1.JobStatus(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -3560,8 +3211,9 @@ private void buildPartial0(com.google.cloud.batch.v1.JobStatus result) { result.taskGroups_.makeImmutable(); } if (((from_bitField0_ & 0x00000008) != 0)) { - result.runDuration_ = - runDurationBuilder_ == null ? runDuration_ : runDurationBuilder_.build(); + result.runDuration_ = runDurationBuilder_ == null + ? runDuration_ + : runDurationBuilder_.build(); } } @@ -3569,39 +3221,38 @@ private void buildPartial0(com.google.cloud.batch.v1.JobStatus result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.JobStatus) { - return mergeFrom((com.google.cloud.batch.v1.JobStatus) other); + return mergeFrom((com.google.cloud.batch.v1.JobStatus)other); } else { super.mergeFrom(other); return this; @@ -3631,16 +3282,16 @@ public Builder mergeFrom(com.google.cloud.batch.v1.JobStatus other) { statusEventsBuilder_ = null; statusEvents_ = other.statusEvents_; bitField0_ = (bitField0_ & ~0x00000002); - statusEventsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getStatusEventsFieldBuilder() - : null; + statusEventsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getStatusEventsFieldBuilder() : null; } else { statusEventsBuilder_.addAllMessages(other.statusEvents_); } } } - internalGetMutableTaskGroups().mergeFrom(other.internalGetTaskGroups()); + internalGetMutableTaskGroups().mergeFrom( + other.internalGetTaskGroups()); bitField0_ |= 0x00000004; if (other.hasRunDuration()) { mergeRunDuration(other.getRunDuration()); @@ -3671,52 +3322,46 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - state_ = input.readEnum(); - bitField0_ |= 0x00000001; - break; - } // case 8 - case 18: - { - com.google.cloud.batch.v1.StatusEvent m = - input.readMessage( - com.google.cloud.batch.v1.StatusEvent.parser(), extensionRegistry); - if (statusEventsBuilder_ == null) { - ensureStatusEventsIsMutable(); - statusEvents_.add(m); - } else { - statusEventsBuilder_.addMessage(m); - } - break; - } // case 18 - case 34: - { - com.google.protobuf.MapEntry< - java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> - taskGroups__ = - input.readMessage( - TaskGroupsDefaultEntryHolder.defaultEntry.getParserForType(), - extensionRegistry); - internalGetMutableTaskGroups() - .getMutableMap() - .put(taskGroups__.getKey(), taskGroups__.getValue()); - bitField0_ |= 0x00000004; - break; - } // case 34 - case 42: - { - input.readMessage(getRunDurationFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000008; - break; - } // case 42 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + state_ = input.readEnum(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: { + com.google.cloud.batch.v1.StatusEvent m = + input.readMessage( + com.google.cloud.batch.v1.StatusEvent.parser(), + extensionRegistry); + if (statusEventsBuilder_ == null) { + ensureStatusEventsIsMutable(); + statusEvents_.add(m); + } else { + statusEventsBuilder_.addMessage(m); + } + break; + } // case 18 + case 34: { + com.google.protobuf.MapEntry + taskGroups__ = input.readMessage( + TaskGroupsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + internalGetMutableTaskGroups().getMutableMap().put( + taskGroups__.getKey(), taskGroups__.getValue()); + bitField0_ |= 0x00000004; + break; + } // case 34 + case 42: { + input.readMessage( + getRunDurationFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000008; + break; + } // case 42 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -3726,34 +3371,26 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private int state_ = 0; /** - * - * *
      * Job state
      * 
* * .google.cloud.batch.v1.JobStatus.State state = 1; - * * @return The enum numeric value on the wire for state. */ - @java.lang.Override - public int getStateValue() { + @java.lang.Override public int getStateValue() { return state_; } /** - * - * *
      * Job state
      * 
* * .google.cloud.batch.v1.JobStatus.State state = 1; - * * @param value The enum numeric value on the wire for state to set. * @return This builder for chaining. */ @@ -3764,31 +3401,24 @@ public Builder setStateValue(int value) { return this; } /** - * - * *
      * Job state
      * 
* * .google.cloud.batch.v1.JobStatus.State state = 1; - * * @return The state. */ @java.lang.Override public com.google.cloud.batch.v1.JobStatus.State getState() { - com.google.cloud.batch.v1.JobStatus.State result = - com.google.cloud.batch.v1.JobStatus.State.forNumber(state_); + com.google.cloud.batch.v1.JobStatus.State result = com.google.cloud.batch.v1.JobStatus.State.forNumber(state_); return result == null ? com.google.cloud.batch.v1.JobStatus.State.UNRECOGNIZED : result; } /** - * - * *
      * Job state
      * 
* * .google.cloud.batch.v1.JobStatus.State state = 1; - * * @param value The state to set. * @return This builder for chaining. */ @@ -3802,14 +3432,11 @@ public Builder setState(com.google.cloud.batch.v1.JobStatus.State value) { return this; } /** - * - * *
      * Job state
      * 
* * .google.cloud.batch.v1.JobStatus.State state = 1; - * * @return This builder for chaining. */ public Builder clearState() { @@ -3820,25 +3447,18 @@ public Builder clearState() { } private java.util.List statusEvents_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureStatusEventsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - statusEvents_ = - new java.util.ArrayList(statusEvents_); + statusEvents_ = new java.util.ArrayList(statusEvents_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.StatusEvent, - com.google.cloud.batch.v1.StatusEvent.Builder, - com.google.cloud.batch.v1.StatusEventOrBuilder> - statusEventsBuilder_; + com.google.cloud.batch.v1.StatusEvent, com.google.cloud.batch.v1.StatusEvent.Builder, com.google.cloud.batch.v1.StatusEventOrBuilder> statusEventsBuilder_; /** - * - * *
      * Job status events
      * 
@@ -3853,8 +3473,6 @@ public java.util.List getStatusEventsList } } /** - * - * *
      * Job status events
      * 
@@ -3869,8 +3487,6 @@ public int getStatusEventsCount() { } } /** - * - * *
      * Job status events
      * 
@@ -3885,15 +3501,14 @@ public com.google.cloud.batch.v1.StatusEvent getStatusEvents(int index) { } } /** - * - * *
      * Job status events
      * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - public Builder setStatusEvents(int index, com.google.cloud.batch.v1.StatusEvent value) { + public Builder setStatusEvents( + int index, com.google.cloud.batch.v1.StatusEvent value) { if (statusEventsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3907,8 +3522,6 @@ public Builder setStatusEvents(int index, com.google.cloud.batch.v1.StatusEvent return this; } /** - * - * *
      * Job status events
      * 
@@ -3927,8 +3540,6 @@ public Builder setStatusEvents( return this; } /** - * - * *
      * Job status events
      * 
@@ -3949,15 +3560,14 @@ public Builder addStatusEvents(com.google.cloud.batch.v1.StatusEvent value) { return this; } /** - * - * *
      * Job status events
      * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - public Builder addStatusEvents(int index, com.google.cloud.batch.v1.StatusEvent value) { + public Builder addStatusEvents( + int index, com.google.cloud.batch.v1.StatusEvent value) { if (statusEventsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -3971,15 +3581,14 @@ public Builder addStatusEvents(int index, com.google.cloud.batch.v1.StatusEvent return this; } /** - * - * *
      * Job status events
      * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - public Builder addStatusEvents(com.google.cloud.batch.v1.StatusEvent.Builder builderForValue) { + public Builder addStatusEvents( + com.google.cloud.batch.v1.StatusEvent.Builder builderForValue) { if (statusEventsBuilder_ == null) { ensureStatusEventsIsMutable(); statusEvents_.add(builderForValue.build()); @@ -3990,8 +3599,6 @@ public Builder addStatusEvents(com.google.cloud.batch.v1.StatusEvent.Builder bui return this; } /** - * - * *
      * Job status events
      * 
@@ -4010,8 +3617,6 @@ public Builder addStatusEvents( return this; } /** - * - * *
      * Job status events
      * 
@@ -4022,7 +3627,8 @@ public Builder addAllStatusEvents( java.lang.Iterable values) { if (statusEventsBuilder_ == null) { ensureStatusEventsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, statusEvents_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, statusEvents_); onChanged(); } else { statusEventsBuilder_.addAllMessages(values); @@ -4030,8 +3636,6 @@ public Builder addAllStatusEvents( return this; } /** - * - * *
      * Job status events
      * 
@@ -4049,8 +3653,6 @@ public Builder clearStatusEvents() { return this; } /** - * - * *
      * Job status events
      * 
@@ -4068,44 +3670,39 @@ public Builder removeStatusEvents(int index) { return this; } /** - * - * *
      * Job status events
      * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - public com.google.cloud.batch.v1.StatusEvent.Builder getStatusEventsBuilder(int index) { + public com.google.cloud.batch.v1.StatusEvent.Builder getStatusEventsBuilder( + int index) { return getStatusEventsFieldBuilder().getBuilder(index); } /** - * - * *
      * Job status events
      * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - public com.google.cloud.batch.v1.StatusEventOrBuilder getStatusEventsOrBuilder(int index) { + public com.google.cloud.batch.v1.StatusEventOrBuilder getStatusEventsOrBuilder( + int index) { if (statusEventsBuilder_ == null) { - return statusEvents_.get(index); - } else { + return statusEvents_.get(index); } else { return statusEventsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Job status events
      * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - public java.util.List - getStatusEventsOrBuilderList() { + public java.util.List + getStatusEventsOrBuilderList() { if (statusEventsBuilder_ != null) { return statusEventsBuilder_.getMessageOrBuilderList(); } else { @@ -4113,8 +3710,6 @@ public com.google.cloud.batch.v1.StatusEventOrBuilder getStatusEventsOrBuilder(i } } /** - * - * *
      * Job status events
      * 
@@ -4122,59 +3717,50 @@ public com.google.cloud.batch.v1.StatusEventOrBuilder getStatusEventsOrBuilder(i * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ public com.google.cloud.batch.v1.StatusEvent.Builder addStatusEventsBuilder() { - return getStatusEventsFieldBuilder() - .addBuilder(com.google.cloud.batch.v1.StatusEvent.getDefaultInstance()); + return getStatusEventsFieldBuilder().addBuilder( + com.google.cloud.batch.v1.StatusEvent.getDefaultInstance()); } /** - * - * *
      * Job status events
      * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - public com.google.cloud.batch.v1.StatusEvent.Builder addStatusEventsBuilder(int index) { - return getStatusEventsFieldBuilder() - .addBuilder(index, com.google.cloud.batch.v1.StatusEvent.getDefaultInstance()); + public com.google.cloud.batch.v1.StatusEvent.Builder addStatusEventsBuilder( + int index) { + return getStatusEventsFieldBuilder().addBuilder( + index, com.google.cloud.batch.v1.StatusEvent.getDefaultInstance()); } /** - * - * *
      * Job status events
      * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - public java.util.List - getStatusEventsBuilderList() { + public java.util.List + getStatusEventsBuilderList() { return getStatusEventsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.StatusEvent, - com.google.cloud.batch.v1.StatusEvent.Builder, - com.google.cloud.batch.v1.StatusEventOrBuilder> + com.google.cloud.batch.v1.StatusEvent, com.google.cloud.batch.v1.StatusEvent.Builder, com.google.cloud.batch.v1.StatusEventOrBuilder> getStatusEventsFieldBuilder() { if (statusEventsBuilder_ == null) { - statusEventsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.StatusEvent, - com.google.cloud.batch.v1.StatusEvent.Builder, - com.google.cloud.batch.v1.StatusEventOrBuilder>( - statusEvents_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); + statusEventsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.batch.v1.StatusEvent, com.google.cloud.batch.v1.StatusEvent.Builder, com.google.cloud.batch.v1.StatusEventOrBuilder>( + statusEvents_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); statusEvents_ = null; } return statusEventsBuilder_; } private com.google.protobuf.MapField< - java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> - taskGroups_; - - private com.google.protobuf.MapField< - java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> + java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> taskGroups_; + private com.google.protobuf.MapField internalGetTaskGroups() { if (taskGroups_ == null) { return com.google.protobuf.MapField.emptyMapField( @@ -4182,13 +3768,11 @@ public com.google.cloud.batch.v1.StatusEvent.Builder addStatusEventsBuilder(int } return taskGroups_; } - - private com.google.protobuf.MapField< - java.lang.String, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus> + private com.google.protobuf.MapField internalGetMutableTaskGroups() { if (taskGroups_ == null) { - taskGroups_ = - com.google.protobuf.MapField.newMapField(TaskGroupsDefaultEntryHolder.defaultEntry); + taskGroups_ = com.google.protobuf.MapField.newMapField( + TaskGroupsDefaultEntryHolder.defaultEntry); } if (!taskGroups_.isMutable()) { taskGroups_ = taskGroups_.copy(); @@ -4197,92 +3781,74 @@ public com.google.cloud.batch.v1.StatusEvent.Builder addStatusEventsBuilder(int onChanged(); return taskGroups_; } - public int getTaskGroupsCount() { return internalGetTaskGroups().getMap().size(); } /** - * - * *
      * Aggregated task status for each TaskGroup in the Job.
      * The map key is TaskGroup ID.
      * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ @java.lang.Override - public boolean containsTaskGroups(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsTaskGroups( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetTaskGroups().getMap().containsKey(key); } - /** Use {@link #getTaskGroupsMap()} instead. */ + /** + * Use {@link #getTaskGroupsMap()} instead. + */ @java.lang.Override @java.lang.Deprecated - public java.util.Map - getTaskGroups() { + public java.util.Map getTaskGroups() { return getTaskGroupsMap(); } /** - * - * *
      * Aggregated task status for each TaskGroup in the Job.
      * The map key is TaskGroup ID.
      * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ @java.lang.Override - public java.util.Map - getTaskGroupsMap() { + public java.util.Map getTaskGroupsMap() { return internalGetTaskGroups().getMap(); } /** - * - * *
      * Aggregated task status for each TaskGroup in the Job.
      * The map key is TaskGroup ID.
      * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ @java.lang.Override - public /* nullable */ com.google.cloud.batch.v1.JobStatus.TaskGroupStatus - getTaskGroupsOrDefault( - java.lang.String key, - /* nullable */ - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } + public /* nullable */ +com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrDefault( + java.lang.String key, + /* nullable */ +com.google.cloud.batch.v1.JobStatus.TaskGroupStatus defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetTaskGroups().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
      * Aggregated task status for each TaskGroup in the Job.
      * The map key is TaskGroup ID.
      * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ @java.lang.Override public com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrThrow( java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + if (key == null) { throw new NullPointerException("map key"); } java.util.Map map = internalGetTaskGroups().getMap(); if (!map.containsKey(key)) { @@ -4290,31 +3856,30 @@ public com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrThrow( } return map.get(key); } - public Builder clearTaskGroups() { bitField0_ = (bitField0_ & ~0x00000004); - internalGetMutableTaskGroups().getMutableMap().clear(); + internalGetMutableTaskGroups().getMutableMap() + .clear(); return this; } /** - * - * *
      * Aggregated task status for each TaskGroup in the Job.
      * The map key is TaskGroup ID.
      * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ - public Builder removeTaskGroups(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - internalGetMutableTaskGroups().getMutableMap().remove(key); + public Builder removeTaskGroups( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + internalGetMutableTaskGroups().getMutableMap() + .remove(key); return this; } - /** Use alternate mutation accessors instead. */ + /** + * Use alternate mutation accessors instead. + */ @java.lang.Deprecated public java.util.Map getMutableTaskGroups() { @@ -4322,90 +3887,69 @@ public Builder removeTaskGroups(java.lang.String key) { return internalGetMutableTaskGroups().getMutableMap(); } /** - * - * *
      * Aggregated task status for each TaskGroup in the Job.
      * The map key is TaskGroup ID.
      * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ public Builder putTaskGroups( - java.lang.String key, com.google.cloud.batch.v1.JobStatus.TaskGroupStatus value) { - if (key == null) { - throw new NullPointerException("map key"); - } - if (value == null) { - throw new NullPointerException("map value"); - } - internalGetMutableTaskGroups().getMutableMap().put(key, value); + java.lang.String key, + com.google.cloud.batch.v1.JobStatus.TaskGroupStatus value) { + if (key == null) { throw new NullPointerException("map key"); } + if (value == null) { throw new NullPointerException("map value"); } + internalGetMutableTaskGroups().getMutableMap() + .put(key, value); bitField0_ |= 0x00000004; return this; } /** - * - * *
      * Aggregated task status for each TaskGroup in the Job.
      * The map key is TaskGroup ID.
      * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ public Builder putAllTaskGroups( - java.util.Map - values) { - internalGetMutableTaskGroups().getMutableMap().putAll(values); + java.util.Map values) { + internalGetMutableTaskGroups().getMutableMap() + .putAll(values); bitField0_ |= 0x00000004; return this; } private com.google.protobuf.Duration runDuration_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder> - runDurationBuilder_; + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> runDurationBuilder_; /** - * - * *
      * The duration of time that the Job spent in status RUNNING.
      * 
* * .google.protobuf.Duration run_duration = 5; - * * @return Whether the runDuration field is set. */ public boolean hasRunDuration() { return ((bitField0_ & 0x00000008) != 0); } /** - * - * *
      * The duration of time that the Job spent in status RUNNING.
      * 
* * .google.protobuf.Duration run_duration = 5; - * * @return The runDuration. */ public com.google.protobuf.Duration getRunDuration() { if (runDurationBuilder_ == null) { - return runDuration_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : runDuration_; + return runDuration_ == null ? com.google.protobuf.Duration.getDefaultInstance() : runDuration_; } else { return runDurationBuilder_.getMessage(); } } /** - * - * *
      * The duration of time that the Job spent in status RUNNING.
      * 
@@ -4426,15 +3970,14 @@ public Builder setRunDuration(com.google.protobuf.Duration value) { return this; } /** - * - * *
      * The duration of time that the Job spent in status RUNNING.
      * 
* * .google.protobuf.Duration run_duration = 5; */ - public Builder setRunDuration(com.google.protobuf.Duration.Builder builderForValue) { + public Builder setRunDuration( + com.google.protobuf.Duration.Builder builderForValue) { if (runDurationBuilder_ == null) { runDuration_ = builderForValue.build(); } else { @@ -4445,8 +3988,6 @@ public Builder setRunDuration(com.google.protobuf.Duration.Builder builderForVal return this; } /** - * - * *
      * The duration of time that the Job spent in status RUNNING.
      * 
@@ -4455,9 +3996,9 @@ public Builder setRunDuration(com.google.protobuf.Duration.Builder builderForVal */ public Builder mergeRunDuration(com.google.protobuf.Duration value) { if (runDurationBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0) - && runDuration_ != null - && runDuration_ != com.google.protobuf.Duration.getDefaultInstance()) { + if (((bitField0_ & 0x00000008) != 0) && + runDuration_ != null && + runDuration_ != com.google.protobuf.Duration.getDefaultInstance()) { getRunDurationBuilder().mergeFrom(value); } else { runDuration_ = value; @@ -4470,8 +4011,6 @@ public Builder mergeRunDuration(com.google.protobuf.Duration value) { return this; } /** - * - * *
      * The duration of time that the Job spent in status RUNNING.
      * 
@@ -4489,8 +4028,6 @@ public Builder clearRunDuration() { return this; } /** - * - * *
      * The duration of time that the Job spent in status RUNNING.
      * 
@@ -4503,8 +4040,6 @@ public com.google.protobuf.Duration.Builder getRunDurationBuilder() { return getRunDurationFieldBuilder().getBuilder(); } /** - * - * *
      * The duration of time that the Job spent in status RUNNING.
      * 
@@ -4515,14 +4050,11 @@ public com.google.protobuf.DurationOrBuilder getRunDurationOrBuilder() { if (runDurationBuilder_ != null) { return runDurationBuilder_.getMessageOrBuilder(); } else { - return runDuration_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : runDuration_; + return runDuration_ == null ? + com.google.protobuf.Duration.getDefaultInstance() : runDuration_; } } /** - * - * *
      * The duration of time that the Job spent in status RUNNING.
      * 
@@ -4530,24 +4062,21 @@ public com.google.protobuf.DurationOrBuilder getRunDurationOrBuilder() { * .google.protobuf.Duration run_duration = 5; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder> + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> getRunDurationFieldBuilder() { if (runDurationBuilder_ == null) { - runDurationBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder>( - getRunDuration(), getParentForChildren(), isClean()); + runDurationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>( + getRunDuration(), + getParentForChildren(), + isClean()); runDuration_ = null; } return runDurationBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -4557,12 +4086,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.JobStatus) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.JobStatus) private static final com.google.cloud.batch.v1.JobStatus DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.JobStatus(); } @@ -4571,27 +4100,27 @@ public static com.google.cloud.batch.v1.JobStatus getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public JobStatus parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public JobStatus parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4606,4 +4135,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.JobStatus getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatusOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatusOrBuilder.java similarity index 71% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatusOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatusOrBuilder.java index 34c82adc5207..52012e1b645f 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatusOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobStatusOrBuilder.java @@ -1,66 +1,41 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/job.proto package com.google.cloud.batch.v1; -public interface JobStatusOrBuilder - extends +public interface JobStatusOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.JobStatus) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Job state
    * 
* * .google.cloud.batch.v1.JobStatus.State state = 1; - * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** - * - * *
    * Job state
    * 
* * .google.cloud.batch.v1.JobStatus.State state = 1; - * * @return The state. */ com.google.cloud.batch.v1.JobStatus.State getState(); /** - * - * *
    * Job status events
    * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - java.util.List getStatusEventsList(); + java.util.List + getStatusEventsList(); /** - * - * *
    * Job status events
    * 
@@ -69,8 +44,6 @@ public interface JobStatusOrBuilder */ com.google.cloud.batch.v1.StatusEvent getStatusEvents(int index); /** - * - * *
    * Job status events
    * 
@@ -79,124 +52,102 @@ public interface JobStatusOrBuilder */ int getStatusEventsCount(); /** - * - * *
    * Job status events
    * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - java.util.List + java.util.List getStatusEventsOrBuilderList(); /** - * - * *
    * Job status events
    * 
* * repeated .google.cloud.batch.v1.StatusEvent status_events = 2; */ - com.google.cloud.batch.v1.StatusEventOrBuilder getStatusEventsOrBuilder(int index); + com.google.cloud.batch.v1.StatusEventOrBuilder getStatusEventsOrBuilder( + int index); /** - * - * *
    * Aggregated task status for each TaskGroup in the Job.
    * The map key is TaskGroup ID.
    * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ int getTaskGroupsCount(); /** - * - * *
    * Aggregated task status for each TaskGroup in the Job.
    * The map key is TaskGroup ID.
    * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; + */ + boolean containsTaskGroups( + java.lang.String key); + /** + * Use {@link #getTaskGroupsMap()} instead. */ - boolean containsTaskGroups(java.lang.String key); - /** Use {@link #getTaskGroupsMap()} instead. */ @java.lang.Deprecated java.util.Map - getTaskGroups(); + getTaskGroups(); /** - * - * *
    * Aggregated task status for each TaskGroup in the Job.
    * The map key is TaskGroup ID.
    * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ java.util.Map - getTaskGroupsMap(); + getTaskGroupsMap(); /** - * - * *
    * Aggregated task status for each TaskGroup in the Job.
    * The map key is TaskGroup ID.
    * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ /* nullable */ - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrDefault( +com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrDefault( java.lang.String key, /* nullable */ - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus defaultValue); +com.google.cloud.batch.v1.JobStatus.TaskGroupStatus defaultValue); /** - * - * *
    * Aggregated task status for each TaskGroup in the Job.
    * The map key is TaskGroup ID.
    * 
* - * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; - * + * map<string, .google.cloud.batch.v1.JobStatus.TaskGroupStatus> task_groups = 4; */ - com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrThrow(java.lang.String key); + com.google.cloud.batch.v1.JobStatus.TaskGroupStatus getTaskGroupsOrThrow( + java.lang.String key); /** - * - * *
    * The duration of time that the Job spent in status RUNNING.
    * 
* * .google.protobuf.Duration run_duration = 5; - * * @return Whether the runDuration field is set. */ boolean hasRunDuration(); /** - * - * *
    * The duration of time that the Job spent in status RUNNING.
    * 
* * .google.protobuf.Duration run_duration = 5; - * * @return The runDuration. */ com.google.protobuf.Duration getRunDuration(); /** - * - * *
    * The duration of time that the Job spent in status RUNNING.
    * 
diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicy.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicy.java similarity index 71% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicy.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicy.java index 1a88cd95af22..7519ae957e9e 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicy.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicy.java @@ -1,26 +1,9 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/task.proto package com.google.cloud.batch.v1; /** - * - * *
  * LifecyclePolicy describes how to deal with task failures
  * based on different conditions.
@@ -28,54 +11,49 @@
  *
  * Protobuf type {@code google.cloud.batch.v1.LifecyclePolicy}
  */
-public final class LifecyclePolicy extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class LifecyclePolicy extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.LifecyclePolicy)
     LifecyclePolicyOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use LifecyclePolicy.newBuilder() to construct.
   private LifecyclePolicy(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private LifecyclePolicy() {
     action_ = 0;
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new LifecyclePolicy();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.batch.v1.TaskProto
-        .internal_static_google_cloud_batch_v1_LifecyclePolicy_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_LifecyclePolicy_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.batch.v1.TaskProto
-        .internal_static_google_cloud_batch_v1_LifecyclePolicy_fieldAccessorTable
+    return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_LifecyclePolicy_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.batch.v1.LifecyclePolicy.class,
-            com.google.cloud.batch.v1.LifecyclePolicy.Builder.class);
+            com.google.cloud.batch.v1.LifecyclePolicy.class, com.google.cloud.batch.v1.LifecyclePolicy.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * Action on task failures based on different conditions.
    * 
* * Protobuf enum {@code google.cloud.batch.v1.LifecyclePolicy.Action} */ - public enum Action implements com.google.protobuf.ProtocolMessageEnum { + public enum Action + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Action unspecified.
      * 
@@ -84,8 +62,6 @@ public enum Action implements com.google.protobuf.ProtocolMessageEnum { */ ACTION_UNSPECIFIED(0), /** - * - * *
      * Action that tasks in the group will be scheduled to re-execute.
      * 
@@ -94,8 +70,6 @@ public enum Action implements com.google.protobuf.ProtocolMessageEnum { */ RETRY_TASK(1), /** - * - * *
      * Action that tasks in the group will be stopped immediately.
      * 
@@ -107,8 +81,6 @@ public enum Action implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * Action unspecified.
      * 
@@ -117,8 +89,6 @@ public enum Action implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ACTION_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Action that tasks in the group will be scheduled to re-execute.
      * 
@@ -127,8 +97,6 @@ public enum Action implements com.google.protobuf.ProtocolMessageEnum { */ public static final int RETRY_TASK_VALUE = 1; /** - * - * *
      * Action that tasks in the group will be stopped immediately.
      * 
@@ -137,6 +105,7 @@ public enum Action implements com.google.protobuf.ProtocolMessageEnum { */ public static final int FAIL_TASK_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -161,49 +130,49 @@ public static Action valueOf(int value) { */ public static Action forNumber(int value) { switch (value) { - case 0: - return ACTION_UNSPECIFIED; - case 1: - return RETRY_TASK; - case 2: - return FAIL_TASK; - default: - return null; + case 0: return ACTION_UNSPECIFIED; + case 1: return RETRY_TASK; + case 2: return FAIL_TASK; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + Action> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Action findValueByNumber(int number) { + return Action.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Action findValueByNumber(int number) { - return Action.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.cloud.batch.v1.LifecyclePolicy.getDescriptor().getEnumTypes().get(0); } private static final Action[] VALUES = values(); - public static Action valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Action valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -220,14 +189,11 @@ private Action(int value) { // @@protoc_insertion_point(enum_scope:google.cloud.batch.v1.LifecyclePolicy.Action) } - public interface ActionConditionOrBuilder - extends + public interface ActionConditionOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.LifecyclePolicy.ActionCondition) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Exit codes of a task execution.
      * If there are more than 1 exit codes,
@@ -236,13 +202,10 @@ public interface ActionConditionOrBuilder
      * 
* * repeated int32 exit_codes = 1; - * * @return A list containing the exitCodes. */ java.util.List getExitCodesList(); /** - * - * *
      * Exit codes of a task execution.
      * If there are more than 1 exit codes,
@@ -251,13 +214,10 @@ public interface ActionConditionOrBuilder
      * 
* * repeated int32 exit_codes = 1; - * * @return The count of exitCodes. */ int getExitCodesCount(); /** - * - * *
      * Exit codes of a task execution.
      * If there are more than 1 exit codes,
@@ -266,63 +226,55 @@ public interface ActionConditionOrBuilder
      * 
* * repeated int32 exit_codes = 1; - * * @param index The index of the element to return. * @return The exitCodes at the given index. */ int getExitCodes(int index); } /** - * - * *
    * Conditions for actions to deal with task failures.
    * 
* * Protobuf type {@code google.cloud.batch.v1.LifecyclePolicy.ActionCondition} */ - public static final class ActionCondition extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class ActionCondition extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.LifecyclePolicy.ActionCondition) ActionConditionOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use ActionCondition.newBuilder() to construct. private ActionCondition(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ActionCondition() { exitCodes_ = emptyIntList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ActionCondition(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_fieldAccessorTable + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.class, - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder.class); + com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.class, com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder.class); } public static final int EXIT_CODES_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private com.google.protobuf.Internal.IntList exitCodes_; /** - * - * *
      * Exit codes of a task execution.
      * If there are more than 1 exit codes,
@@ -331,16 +283,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * repeated int32 exit_codes = 1; - * * @return A list containing the exitCodes. */ @java.lang.Override - public java.util.List getExitCodesList() { + public java.util.List + getExitCodesList() { return exitCodes_; } /** - * - * *
      * Exit codes of a task execution.
      * If there are more than 1 exit codes,
@@ -349,15 +299,12 @@ public java.util.List getExitCodesList() {
      * 
* * repeated int32 exit_codes = 1; - * * @return The count of exitCodes. */ public int getExitCodesCount() { return exitCodes_.size(); } /** - * - * *
      * Exit codes of a task execution.
      * If there are more than 1 exit codes,
@@ -366,18 +313,15 @@ public int getExitCodesCount() {
      * 
* * repeated int32 exit_codes = 1; - * * @param index The index of the element to return. * @return The exitCodes at the given index. */ public int getExitCodes(int index) { return exitCodes_.getInt(index); } - private int exitCodesMemoizedSerializedSize = -1; private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -389,7 +333,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { getSerializedSize(); if (getExitCodesList().size() > 0) { output.writeUInt32NoTag(10); @@ -410,13 +355,14 @@ public int getSerializedSize() { { int dataSize = 0; for (int i = 0; i < exitCodes_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(exitCodes_.getInt(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(exitCodes_.getInt(i)); } size += dataSize; if (!getExitCodesList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); + size += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(dataSize); } exitCodesMemoizedSerializedSize = dataSize; } @@ -428,15 +374,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition)) { return super.equals(obj); } - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition other = - (com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition) obj; + com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition other = (com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition) obj; - if (!getExitCodesList().equals(other.getExitCodesList())) return false; + if (!getExitCodesList() + .equals(other.getExitCodesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -458,94 +404,89 @@ public int hashCode() { } public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition prototype) { + public static Builder newBuilder(com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -555,41 +496,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Conditions for actions to deal with task failures.
      * 
* * Protobuf type {@code google.cloud.batch.v1.LifecyclePolicy.ActionCondition} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.LifecyclePolicy.ActionCondition) com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_fieldAccessorTable + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.class, - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder.class); + com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.class, com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder.class); } // Construct using com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -599,9 +538,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_LifecyclePolicy_ActionCondition_descriptor; } @java.lang.Override @@ -620,18 +559,14 @@ public com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition build() { @java.lang.Override public com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition buildPartial() { - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition result = - new com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition(this); + com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition result = new com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } - private void buildPartialRepeatedFields( - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition result) { + private void buildPartialRepeatedFields(com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition result) { if (((bitField0_ & 0x00000001) != 0)) { exitCodes_.makeImmutable(); bitField0_ = (bitField0_ & ~0x00000001); @@ -647,41 +582,38 @@ private void buildPartial0(com.google.cloud.batch.v1.LifecyclePolicy.ActionCondi public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition) { - return mergeFrom((com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition) other); + return mergeFrom((com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition)other); } else { super.mergeFrom(other); return this; @@ -689,8 +621,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition other) { - if (other == com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance()) - return this; + if (other == com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance()) return this; if (!other.exitCodes_.isEmpty()) { if (exitCodes_.isEmpty()) { exitCodes_ = other.exitCodes_; @@ -727,31 +658,28 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - int v = input.readInt32(); - ensureExitCodesIsMutable(); - exitCodes_.addInt(v); - break; - } // case 8 - case 10: - { - int length = input.readRawVarint32(); - int limit = input.pushLimit(length); - ensureExitCodesIsMutable(); - while (input.getBytesUntilLimit() > 0) { - exitCodes_.addInt(input.readInt32()); - } - input.popLimit(limit); - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + int v = input.readInt32(); + ensureExitCodesIsMutable(); + exitCodes_.addInt(v); + break; + } // case 8 + case 10: { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + ensureExitCodesIsMutable(); + while (input.getBytesUntilLimit() > 0) { + exitCodes_.addInt(input.readInt32()); + } + input.popLimit(limit); + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -761,11 +689,9 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.protobuf.Internal.IntList exitCodes_ = emptyIntList(); - private void ensureExitCodesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { exitCodes_ = mutableCopy(exitCodes_); @@ -773,8 +699,6 @@ private void ensureExitCodesIsMutable() { } } /** - * - * *
        * Exit codes of a task execution.
        * If there are more than 1 exit codes,
@@ -783,17 +707,14 @@ private void ensureExitCodesIsMutable() {
        * 
* * repeated int32 exit_codes = 1; - * * @return A list containing the exitCodes. */ - public java.util.List getExitCodesList() { - return ((bitField0_ & 0x00000001) != 0) - ? java.util.Collections.unmodifiableList(exitCodes_) - : exitCodes_; + public java.util.List + getExitCodesList() { + return ((bitField0_ & 0x00000001) != 0) ? + java.util.Collections.unmodifiableList(exitCodes_) : exitCodes_; } /** - * - * *
        * Exit codes of a task execution.
        * If there are more than 1 exit codes,
@@ -802,15 +723,12 @@ public java.util.List getExitCodesList() {
        * 
* * repeated int32 exit_codes = 1; - * * @return The count of exitCodes. */ public int getExitCodesCount() { return exitCodes_.size(); } /** - * - * *
        * Exit codes of a task execution.
        * If there are more than 1 exit codes,
@@ -819,7 +737,6 @@ public int getExitCodesCount() {
        * 
* * repeated int32 exit_codes = 1; - * * @param index The index of the element to return. * @return The exitCodes at the given index. */ @@ -827,8 +744,6 @@ public int getExitCodes(int index) { return exitCodes_.getInt(index); } /** - * - * *
        * Exit codes of a task execution.
        * If there are more than 1 exit codes,
@@ -837,12 +752,12 @@ public int getExitCodes(int index) {
        * 
* * repeated int32 exit_codes = 1; - * * @param index The index to set the value at. * @param value The exitCodes to set. * @return This builder for chaining. */ - public Builder setExitCodes(int index, int value) { + public Builder setExitCodes( + int index, int value) { ensureExitCodesIsMutable(); exitCodes_.setInt(index, value); @@ -850,8 +765,6 @@ public Builder setExitCodes(int index, int value) { return this; } /** - * - * *
        * Exit codes of a task execution.
        * If there are more than 1 exit codes,
@@ -860,7 +773,6 @@ public Builder setExitCodes(int index, int value) {
        * 
* * repeated int32 exit_codes = 1; - * * @param value The exitCodes to add. * @return This builder for chaining. */ @@ -872,8 +784,6 @@ public Builder addExitCodes(int value) { return this; } /** - * - * *
        * Exit codes of a task execution.
        * If there are more than 1 exit codes,
@@ -882,19 +792,18 @@ public Builder addExitCodes(int value) {
        * 
* * repeated int32 exit_codes = 1; - * * @param values The exitCodes to add. * @return This builder for chaining. */ - public Builder addAllExitCodes(java.lang.Iterable values) { + public Builder addAllExitCodes( + java.lang.Iterable values) { ensureExitCodesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, exitCodes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, exitCodes_); onChanged(); return this; } /** - * - * *
        * Exit codes of a task execution.
        * If there are more than 1 exit codes,
@@ -903,7 +812,6 @@ public Builder addAllExitCodes(java.lang.Iterable v
        * 
* * repeated int32 exit_codes = 1; - * * @return This builder for chaining. */ public Builder clearExitCodes() { @@ -912,7 +820,6 @@ public Builder clearExitCodes() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -925,12 +832,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.LifecyclePolicy.ActionCondition) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.LifecyclePolicy.ActionCondition) private static final com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition(); } @@ -939,28 +846,27 @@ public static com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition getDefau return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ActionCondition parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ActionCondition parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -975,13 +881,12 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int ACTION_FIELD_NUMBER = 1; private int action_ = 0; /** - * - * *
    * Action to execute when ActionCondition is true.
    * When RETRY_TASK is specified, we will retry failed tasks
@@ -991,16 +896,12 @@ public com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition getDefaultInsta
    * 
* * .google.cloud.batch.v1.LifecyclePolicy.Action action = 1; - * * @return The enum numeric value on the wire for action. */ - @java.lang.Override - public int getActionValue() { + @java.lang.Override public int getActionValue() { return action_; } /** - * - * *
    * Action to execute when ActionCondition is true.
    * When RETRY_TASK is specified, we will retry failed tasks
@@ -1010,27 +911,21 @@ public int getActionValue() {
    * 
* * .google.cloud.batch.v1.LifecyclePolicy.Action action = 1; - * * @return The action. */ - @java.lang.Override - public com.google.cloud.batch.v1.LifecyclePolicy.Action getAction() { - com.google.cloud.batch.v1.LifecyclePolicy.Action result = - com.google.cloud.batch.v1.LifecyclePolicy.Action.forNumber(action_); + @java.lang.Override public com.google.cloud.batch.v1.LifecyclePolicy.Action getAction() { + com.google.cloud.batch.v1.LifecyclePolicy.Action result = com.google.cloud.batch.v1.LifecyclePolicy.Action.forNumber(action_); return result == null ? com.google.cloud.batch.v1.LifecyclePolicy.Action.UNRECOGNIZED : result; } public static final int ACTION_CONDITION_FIELD_NUMBER = 2; private com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition actionCondition_; /** - * - * *
    * Conditions that decide why a task failure is dealt with a specific action.
    * 
* * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; - * * @return Whether the actionCondition field is set. */ @java.lang.Override @@ -1038,25 +933,18 @@ public boolean hasActionCondition() { return actionCondition_ != null; } /** - * - * *
    * Conditions that decide why a task failure is dealt with a specific action.
    * 
* * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; - * * @return The actionCondition. */ @java.lang.Override public com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition getActionCondition() { - return actionCondition_ == null - ? com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance() - : actionCondition_; + return actionCondition_ == null ? com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance() : actionCondition_; } /** - * - * *
    * Conditions that decide why a task failure is dealt with a specific action.
    * 
@@ -1064,15 +952,11 @@ public com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition getActionCondit * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; */ @java.lang.Override - public com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder - getActionConditionOrBuilder() { - return actionCondition_ == null - ? com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance() - : actionCondition_; + public com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder getActionConditionOrBuilder() { + return actionCondition_ == null ? com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance() : actionCondition_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1084,9 +968,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (action_ - != com.google.cloud.batch.v1.LifecyclePolicy.Action.ACTION_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (action_ != com.google.cloud.batch.v1.LifecyclePolicy.Action.ACTION_UNSPECIFIED.getNumber()) { output.writeEnum(1, action_); } if (actionCondition_ != null) { @@ -1101,12 +985,13 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (action_ - != com.google.cloud.batch.v1.LifecyclePolicy.Action.ACTION_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, action_); + if (action_ != com.google.cloud.batch.v1.LifecyclePolicy.Action.ACTION_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, action_); } if (actionCondition_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getActionCondition()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getActionCondition()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1116,18 +1001,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.LifecyclePolicy)) { return super.equals(obj); } - com.google.cloud.batch.v1.LifecyclePolicy other = - (com.google.cloud.batch.v1.LifecyclePolicy) obj; + com.google.cloud.batch.v1.LifecyclePolicy other = (com.google.cloud.batch.v1.LifecyclePolicy) obj; if (action_ != other.action_) return false; if (hasActionCondition() != other.hasActionCondition()) return false; if (hasActionCondition()) { - if (!getActionCondition().equals(other.getActionCondition())) return false; + if (!getActionCondition() + .equals(other.getActionCondition())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -1151,104 +1036,99 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.LifecyclePolicy parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.LifecyclePolicy parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.LifecyclePolicy parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.LifecyclePolicy parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.LifecyclePolicy prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * LifecyclePolicy describes how to deal with task failures
    * based on different conditions.
@@ -1256,32 +1136,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.batch.v1.LifecyclePolicy}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.LifecyclePolicy)
       com.google.cloud.batch.v1.LifecyclePolicyOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.batch.v1.TaskProto
-          .internal_static_google_cloud_batch_v1_LifecyclePolicy_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_LifecyclePolicy_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.batch.v1.TaskProto
-          .internal_static_google_cloud_batch_v1_LifecyclePolicy_fieldAccessorTable
+      return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_LifecyclePolicy_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.batch.v1.LifecyclePolicy.class,
-              com.google.cloud.batch.v1.LifecyclePolicy.Builder.class);
+              com.google.cloud.batch.v1.LifecyclePolicy.class, com.google.cloud.batch.v1.LifecyclePolicy.Builder.class);
     }
 
     // Construct using com.google.cloud.batch.v1.LifecyclePolicy.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1296,9 +1177,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.batch.v1.TaskProto
-          .internal_static_google_cloud_batch_v1_LifecyclePolicy_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_LifecyclePolicy_descriptor;
     }
 
     @java.lang.Override
@@ -1317,11 +1198,8 @@ public com.google.cloud.batch.v1.LifecyclePolicy build() {
 
     @java.lang.Override
     public com.google.cloud.batch.v1.LifecyclePolicy buildPartial() {
-      com.google.cloud.batch.v1.LifecyclePolicy result =
-          new com.google.cloud.batch.v1.LifecyclePolicy(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      com.google.cloud.batch.v1.LifecyclePolicy result = new com.google.cloud.batch.v1.LifecyclePolicy(this);
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -1332,8 +1210,9 @@ private void buildPartial0(com.google.cloud.batch.v1.LifecyclePolicy result) {
         result.action_ = action_;
       }
       if (((from_bitField0_ & 0x00000002) != 0)) {
-        result.actionCondition_ =
-            actionConditionBuilder_ == null ? actionCondition_ : actionConditionBuilder_.build();
+        result.actionCondition_ = actionConditionBuilder_ == null
+            ? actionCondition_
+            : actionConditionBuilder_.build();
       }
     }
 
@@ -1341,39 +1220,38 @@ private void buildPartial0(com.google.cloud.batch.v1.LifecyclePolicy result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.batch.v1.LifecyclePolicy) {
-        return mergeFrom((com.google.cloud.batch.v1.LifecyclePolicy) other);
+        return mergeFrom((com.google.cloud.batch.v1.LifecyclePolicy)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1414,25 +1292,24 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 8:
-              {
-                action_ = input.readEnum();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 8
-            case 18:
-              {
-                input.readMessage(getActionConditionFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 8: {
+              action_ = input.readEnum();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 8
+            case 18: {
+              input.readMessage(
+                  getActionConditionFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1442,13 +1319,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private int action_ = 0;
     /**
-     *
-     *
      * 
      * Action to execute when ActionCondition is true.
      * When RETRY_TASK is specified, we will retry failed tasks
@@ -1458,16 +1332,12 @@ public Builder mergeFrom(
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.Action action = 1; - * * @return The enum numeric value on the wire for action. */ - @java.lang.Override - public int getActionValue() { + @java.lang.Override public int getActionValue() { return action_; } /** - * - * *
      * Action to execute when ActionCondition is true.
      * When RETRY_TASK is specified, we will retry failed tasks
@@ -1477,7 +1347,6 @@ public int getActionValue() {
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.Action action = 1; - * * @param value The enum numeric value on the wire for action to set. * @return This builder for chaining. */ @@ -1488,8 +1357,6 @@ public Builder setActionValue(int value) { return this; } /** - * - * *
      * Action to execute when ActionCondition is true.
      * When RETRY_TASK is specified, we will retry failed tasks
@@ -1499,20 +1366,14 @@ public Builder setActionValue(int value) {
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.Action action = 1; - * * @return The action. */ @java.lang.Override public com.google.cloud.batch.v1.LifecyclePolicy.Action getAction() { - com.google.cloud.batch.v1.LifecyclePolicy.Action result = - com.google.cloud.batch.v1.LifecyclePolicy.Action.forNumber(action_); - return result == null - ? com.google.cloud.batch.v1.LifecyclePolicy.Action.UNRECOGNIZED - : result; + com.google.cloud.batch.v1.LifecyclePolicy.Action result = com.google.cloud.batch.v1.LifecyclePolicy.Action.forNumber(action_); + return result == null ? com.google.cloud.batch.v1.LifecyclePolicy.Action.UNRECOGNIZED : result; } /** - * - * *
      * Action to execute when ActionCondition is true.
      * When RETRY_TASK is specified, we will retry failed tasks
@@ -1522,7 +1383,6 @@ public com.google.cloud.batch.v1.LifecyclePolicy.Action getAction() {
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.Action action = 1; - * * @param value The action to set. * @return This builder for chaining. */ @@ -1536,8 +1396,6 @@ public Builder setAction(com.google.cloud.batch.v1.LifecyclePolicy.Action value) return this; } /** - * - * *
      * Action to execute when ActionCondition is true.
      * When RETRY_TASK is specified, we will retry failed tasks
@@ -1547,7 +1405,6 @@ public Builder setAction(com.google.cloud.batch.v1.LifecyclePolicy.Action value)
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.Action action = 1; - * * @return This builder for chaining. */ public Builder clearAction() { @@ -1559,55 +1416,41 @@ public Builder clearAction() { private com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition actionCondition_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition, - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder, - com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder> - actionConditionBuilder_; + com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition, com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder, com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder> actionConditionBuilder_; /** - * - * *
      * Conditions that decide why a task failure is dealt with a specific action.
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; - * * @return Whether the actionCondition field is set. */ public boolean hasActionCondition() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Conditions that decide why a task failure is dealt with a specific action.
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; - * * @return The actionCondition. */ public com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition getActionCondition() { if (actionConditionBuilder_ == null) { - return actionCondition_ == null - ? com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance() - : actionCondition_; + return actionCondition_ == null ? com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance() : actionCondition_; } else { return actionConditionBuilder_.getMessage(); } } /** - * - * *
      * Conditions that decide why a task failure is dealt with a specific action.
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; */ - public Builder setActionCondition( - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition value) { + public Builder setActionCondition(com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition value) { if (actionConditionBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1621,8 +1464,6 @@ public Builder setActionCondition( return this; } /** - * - * *
      * Conditions that decide why a task failure is dealt with a specific action.
      * 
@@ -1641,21 +1482,17 @@ public Builder setActionCondition( return this; } /** - * - * *
      * Conditions that decide why a task failure is dealt with a specific action.
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; */ - public Builder mergeActionCondition( - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition value) { + public Builder mergeActionCondition(com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition value) { if (actionConditionBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && actionCondition_ != null - && actionCondition_ - != com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + actionCondition_ != null && + actionCondition_ != com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance()) { getActionConditionBuilder().mergeFrom(value); } else { actionCondition_ = value; @@ -1668,8 +1505,6 @@ public Builder mergeActionCondition( return this; } /** - * - * *
      * Conditions that decide why a task failure is dealt with a specific action.
      * 
@@ -1687,42 +1522,33 @@ public Builder clearActionCondition() { return this; } /** - * - * *
      * Conditions that decide why a task failure is dealt with a specific action.
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; */ - public com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder - getActionConditionBuilder() { + public com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder getActionConditionBuilder() { bitField0_ |= 0x00000002; onChanged(); return getActionConditionFieldBuilder().getBuilder(); } /** - * - * *
      * Conditions that decide why a task failure is dealt with a specific action.
      * 
* * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; */ - public com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder - getActionConditionOrBuilder() { + public com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder getActionConditionOrBuilder() { if (actionConditionBuilder_ != null) { return actionConditionBuilder_.getMessageOrBuilder(); } else { - return actionCondition_ == null - ? com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance() - : actionCondition_; + return actionCondition_ == null ? + com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.getDefaultInstance() : actionCondition_; } } /** - * - * *
      * Conditions that decide why a task failure is dealt with a specific action.
      * 
@@ -1730,24 +1556,21 @@ public Builder clearActionCondition() { * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition, - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder, - com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder> + com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition, com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder, com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder> getActionConditionFieldBuilder() { if (actionConditionBuilder_ == null) { - actionConditionBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition, - com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder, - com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder>( - getActionCondition(), getParentForChildren(), isClean()); + actionConditionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition, com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition.Builder, com.google.cloud.batch.v1.LifecyclePolicy.ActionConditionOrBuilder>( + getActionCondition(), + getParentForChildren(), + isClean()); actionCondition_ = null; } return actionConditionBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1757,12 +1580,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.LifecyclePolicy) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.LifecyclePolicy) private static final com.google.cloud.batch.v1.LifecyclePolicy DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.LifecyclePolicy(); } @@ -1771,27 +1594,27 @@ public static com.google.cloud.batch.v1.LifecyclePolicy getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public LifecyclePolicy parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public LifecyclePolicy parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1806,4 +1629,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.LifecyclePolicy getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicyOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicyOrBuilder.java similarity index 76% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicyOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicyOrBuilder.java index 497190cd5e51..233e1e97b9c9 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicyOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LifecyclePolicyOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/task.proto package com.google.cloud.batch.v1; -public interface LifecyclePolicyOrBuilder - extends +public interface LifecyclePolicyOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.LifecyclePolicy) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Action to execute when ActionCondition is true.
    * When RETRY_TASK is specified, we will retry failed tasks
@@ -35,13 +17,10 @@ public interface LifecyclePolicyOrBuilder
    * 
* * .google.cloud.batch.v1.LifecyclePolicy.Action action = 1; - * * @return The enum numeric value on the wire for action. */ int getActionValue(); /** - * - * *
    * Action to execute when ActionCondition is true.
    * When RETRY_TASK is specified, we will retry failed tasks
@@ -51,38 +30,29 @@ public interface LifecyclePolicyOrBuilder
    * 
* * .google.cloud.batch.v1.LifecyclePolicy.Action action = 1; - * * @return The action. */ com.google.cloud.batch.v1.LifecyclePolicy.Action getAction(); /** - * - * *
    * Conditions that decide why a task failure is dealt with a specific action.
    * 
* * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; - * * @return Whether the actionCondition field is set. */ boolean hasActionCondition(); /** - * - * *
    * Conditions that decide why a task failure is dealt with a specific action.
    * 
* * .google.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2; - * * @return The actionCondition. */ com.google.cloud.batch.v1.LifecyclePolicy.ActionCondition getActionCondition(); /** - * - * *
    * Conditions that decide why a task failure is dealt with a specific action.
    * 
diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequest.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequest.java similarity index 69% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequest.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequest.java index d109daf3fbe9..bf370a2e39be 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequest.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; /** - * - * *
  * ListJob Request.
  * 
* * Protobuf type {@code google.cloud.batch.v1.ListJobsRequest} */ -public final class ListJobsRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListJobsRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.ListJobsRequest) ListJobsRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListJobsRequest.newBuilder() to construct. private ListJobsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListJobsRequest() { parent_ = ""; filter_ = ""; @@ -46,38 +28,33 @@ private ListJobsRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListJobsRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListJobsRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListJobsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.ListJobsRequest.class, - com.google.cloud.batch.v1.ListJobsRequest.Builder.class); + com.google.cloud.batch.v1.ListJobsRequest.class, com.google.cloud.batch.v1.ListJobsRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; /** - * - * *
    * Parent path.
    * 
* * string parent = 1; - * * @return The parent. */ @java.lang.Override @@ -86,29 +63,29 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Parent path.
    * 
* * string parent = 1; - * * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -117,18 +94,14 @@ public com.google.protobuf.ByteString getParentBytes() { } public static final int FILTER_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; /** - * - * *
    * List filter.
    * 
* * string filter = 4; - * * @return The filter. */ @java.lang.Override @@ -137,29 +110,29 @@ public java.lang.String getFilter() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; } } /** - * - * *
    * List filter.
    * 
* * string filter = 4; - * * @return The bytes for filter. */ @java.lang.Override - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); filter_ = b; return b; } else { @@ -168,19 +141,15 @@ public com.google.protobuf.ByteString getFilterBytes() { } public static final int ORDER_BY_FIELD_NUMBER = 5; - @SuppressWarnings("serial") private volatile java.lang.Object orderBy_ = ""; /** - * - * *
    * Optional. Sort results. Supported are "name", "name desc", "create_time",
    * and "create_time desc".
    * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The orderBy. */ @java.lang.Override @@ -189,30 +158,30 @@ public java.lang.String getOrderBy() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); orderBy_ = s; return s; } } /** - * - * *
    * Optional. Sort results. Supported are "name", "name desc", "create_time",
    * and "create_time desc".
    * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for orderBy. */ @java.lang.Override - public com.google.protobuf.ByteString getOrderByBytes() { + public com.google.protobuf.ByteString + getOrderByBytes() { java.lang.Object ref = orderBy_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); orderBy_ = b; return b; } else { @@ -223,14 +192,11 @@ public com.google.protobuf.ByteString getOrderByBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 2; private int pageSize_ = 0; /** - * - * *
    * Page size.
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -239,18 +205,14 @@ public int getPageSize() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** - * - * *
    * Page token.
    * 
* * string page_token = 3; - * * @return The pageToken. */ @java.lang.Override @@ -259,29 +221,29 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** - * - * *
    * Page token.
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -290,7 +252,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -302,7 +263,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -331,7 +293,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, parent_); } if (pageSize_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(2, pageSize_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(2, pageSize_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pageToken_); @@ -350,19 +313,23 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.ListJobsRequest)) { return super.equals(obj); } - com.google.cloud.batch.v1.ListJobsRequest other = - (com.google.cloud.batch.v1.ListJobsRequest) obj; - - if (!getParent().equals(other.getParent())) return false; - if (!getFilter().equals(other.getFilter())) return false; - if (!getOrderBy().equals(other.getOrderBy())) return false; - if (getPageSize() != other.getPageSize()) return false; - if (!getPageToken().equals(other.getPageToken())) return false; + com.google.cloud.batch.v1.ListJobsRequest other = (com.google.cloud.batch.v1.ListJobsRequest) obj; + + if (!getParent() + .equals(other.getParent())) return false; + if (!getFilter() + .equals(other.getFilter())) return false; + if (!getOrderBy() + .equals(other.getOrderBy())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -389,136 +356,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.ListJobsRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.ListJobsRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListJobsRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListJobsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListJobsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListJobsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListJobsRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListJobsRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.ListJobsRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.ListJobsRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.ListJobsRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.ListJobsRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.ListJobsRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.ListJobsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.ListJobsRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * ListJob Request.
    * 
* * Protobuf type {@code google.cloud.batch.v1.ListJobsRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.ListJobsRequest) com.google.cloud.batch.v1.ListJobsRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListJobsRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListJobsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.ListJobsRequest.class, - com.google.cloud.batch.v1.ListJobsRequest.Builder.class); + com.google.cloud.batch.v1.ListJobsRequest.class, com.google.cloud.batch.v1.ListJobsRequest.Builder.class); } // Construct using com.google.cloud.batch.v1.ListJobsRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -532,9 +495,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListJobsRequest_descriptor; } @java.lang.Override @@ -553,11 +516,8 @@ public com.google.cloud.batch.v1.ListJobsRequest build() { @java.lang.Override public com.google.cloud.batch.v1.ListJobsRequest buildPartial() { - com.google.cloud.batch.v1.ListJobsRequest result = - new com.google.cloud.batch.v1.ListJobsRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.ListJobsRequest result = new com.google.cloud.batch.v1.ListJobsRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -585,39 +545,38 @@ private void buildPartial0(com.google.cloud.batch.v1.ListJobsRequest result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.ListJobsRequest) { - return mergeFrom((com.google.cloud.batch.v1.ListJobsRequest) other); + return mergeFrom((com.google.cloud.batch.v1.ListJobsRequest)other); } else { super.mergeFrom(other); return this; @@ -675,43 +634,37 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 16: - { - pageSize_ = input.readInt32(); - bitField0_ |= 0x00000008; - break; - } // case 16 - case 26: - { - pageToken_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000010; - break; - } // case 26 - case 34: - { - filter_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 34 - case 42: - { - orderBy_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000004; - break; - } // case 42 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 16: { + pageSize_ = input.readInt32(); + bitField0_ |= 0x00000008; + break; + } // case 16 + case 26: { + pageToken_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000010; + break; + } // case 26 + case 34: { + filter_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 34 + case 42: { + orderBy_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000004; + break; + } // case 42 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -721,25 +674,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object parent_ = ""; /** - * - * *
      * Parent path.
      * 
* * string parent = 1; - * * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -748,21 +698,20 @@ public java.lang.String getParent() { } } /** - * - * *
      * Parent path.
      * 
* * string parent = 1; - * * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -770,35 +719,28 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Parent path.
      * 
* * string parent = 1; - * * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Parent path.
      * 
* * string parent = 1; - * * @return This builder for chaining. */ public Builder clearParent() { @@ -808,21 +750,17 @@ public Builder clearParent() { return this; } /** - * - * *
      * Parent path.
      * 
* * string parent = 1; - * * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -832,20 +770,18 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private java.lang.Object filter_ = ""; /** - * - * *
      * List filter.
      * 
* * string filter = 4; - * * @return The filter. */ public java.lang.String getFilter() { java.lang.Object ref = filter_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; @@ -854,21 +790,20 @@ public java.lang.String getFilter() { } } /** - * - * *
      * List filter.
      * 
* * string filter = 4; - * * @return The bytes for filter. */ - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); filter_ = b; return b; } else { @@ -876,35 +811,28 @@ public com.google.protobuf.ByteString getFilterBytes() { } } /** - * - * *
      * List filter.
      * 
* * string filter = 4; - * * @param value The filter to set. * @return This builder for chaining. */ - public Builder setFilter(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFilter( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } filter_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * List filter.
      * 
* * string filter = 4; - * * @return This builder for chaining. */ public Builder clearFilter() { @@ -914,21 +842,17 @@ public Builder clearFilter() { return this; } /** - * - * *
      * List filter.
      * 
* * string filter = 4; - * * @param value The bytes for filter to set. * @return This builder for chaining. */ - public Builder setFilterBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFilterBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filter_ = value; bitField0_ |= 0x00000002; @@ -938,21 +862,19 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { private java.lang.Object orderBy_ = ""; /** - * - * *
      * Optional. Sort results. Supported are "name", "name desc", "create_time",
      * and "create_time desc".
      * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The orderBy. */ public java.lang.String getOrderBy() { java.lang.Object ref = orderBy_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); orderBy_ = s; return s; @@ -961,22 +883,21 @@ public java.lang.String getOrderBy() { } } /** - * - * *
      * Optional. Sort results. Supported are "name", "name desc", "create_time",
      * and "create_time desc".
      * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for orderBy. */ - public com.google.protobuf.ByteString getOrderByBytes() { + public com.google.protobuf.ByteString + getOrderByBytes() { java.lang.Object ref = orderBy_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); orderBy_ = b; return b; } else { @@ -984,37 +905,30 @@ public com.google.protobuf.ByteString getOrderByBytes() { } } /** - * - * *
      * Optional. Sort results. Supported are "name", "name desc", "create_time",
      * and "create_time desc".
      * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The orderBy to set. * @return This builder for chaining. */ - public Builder setOrderBy(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOrderBy( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } orderBy_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * Optional. Sort results. Supported are "name", "name desc", "create_time",
      * and "create_time desc".
      * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearOrderBy() { @@ -1024,22 +938,18 @@ public Builder clearOrderBy() { return this; } /** - * - * *
      * Optional. Sort results. Supported are "name", "name desc", "create_time",
      * and "create_time desc".
      * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The bytes for orderBy to set. * @return This builder for chaining. */ - public Builder setOrderByBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOrderByBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); orderBy_ = value; bitField0_ |= 0x00000004; @@ -1047,16 +957,13 @@ public Builder setOrderByBytes(com.google.protobuf.ByteString value) { return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * Page size.
      * 
* * int32 page_size = 2; - * * @return The pageSize. */ @java.lang.Override @@ -1064,14 +971,11 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * Page size.
      * 
* * int32 page_size = 2; - * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -1083,14 +987,11 @@ public Builder setPageSize(int value) { return this; } /** - * - * *
      * Page size.
      * 
* * int32 page_size = 2; - * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -1102,20 +1003,18 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * Page token.
      * 
* * string page_token = 3; - * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -1124,21 +1023,20 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * Page token.
      * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -1146,35 +1044,28 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * Page token.
      * 
* * string page_token = 3; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } pageToken_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** - * - * *
      * Page token.
      * 
* * string page_token = 3; - * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -1184,30 +1075,26 @@ public Builder clearPageToken() { return this; } /** - * - * *
      * Page token.
      * 
* * string page_token = 3; - * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1217,12 +1104,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.ListJobsRequest) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.ListJobsRequest) private static final com.google.cloud.batch.v1.ListJobsRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.ListJobsRequest(); } @@ -1231,27 +1118,27 @@ public static com.google.cloud.batch.v1.ListJobsRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListJobsRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListJobsRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1266,4 +1153,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.ListJobsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequestOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequestOrBuilder.java similarity index 64% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequestOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequestOrBuilder.java index 92f035daeca3..d6e410a54664 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequestOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsRequestOrBuilder.java @@ -1,140 +1,101 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; -public interface ListJobsRequestOrBuilder - extends +public interface ListJobsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.ListJobsRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Parent path.
    * 
* * string parent = 1; - * * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Parent path.
    * 
* * string parent = 1; - * * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * List filter.
    * 
* * string filter = 4; - * * @return The filter. */ java.lang.String getFilter(); /** - * - * *
    * List filter.
    * 
* * string filter = 4; - * * @return The bytes for filter. */ - com.google.protobuf.ByteString getFilterBytes(); + com.google.protobuf.ByteString + getFilterBytes(); /** - * - * *
    * Optional. Sort results. Supported are "name", "name desc", "create_time",
    * and "create_time desc".
    * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The orderBy. */ java.lang.String getOrderBy(); /** - * - * *
    * Optional. Sort results. Supported are "name", "name desc", "create_time",
    * and "create_time desc".
    * 
* * string order_by = 5 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for orderBy. */ - com.google.protobuf.ByteString getOrderByBytes(); + com.google.protobuf.ByteString + getOrderByBytes(); /** - * - * *
    * Page size.
    * 
* * int32 page_size = 2; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * Page token.
    * 
* * string page_token = 3; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * Page token.
    * 
* * string page_token = 3; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponse.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponse.java similarity index 71% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponse.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponse.java index a4f8ea3b1492..417b5938e713 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponse.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponse.java @@ -1,76 +1,55 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; /** - * - * *
  * ListJob Response.
  * 
* * Protobuf type {@code google.cloud.batch.v1.ListJobsResponse} */ -public final class ListJobsResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListJobsResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.ListJobsResponse) ListJobsResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListJobsResponse.newBuilder() to construct. private ListJobsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListJobsResponse() { jobs_ = java.util.Collections.emptyList(); nextPageToken_ = ""; - unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + unreachable_ = + com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListJobsResponse(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListJobsResponse_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListJobsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.ListJobsResponse.class, - com.google.cloud.batch.v1.ListJobsResponse.Builder.class); + com.google.cloud.batch.v1.ListJobsResponse.class, com.google.cloud.batch.v1.ListJobsResponse.Builder.class); } public static final int JOBS_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private java.util.List jobs_; /** - * - * *
    * Jobs.
    * 
@@ -82,8 +61,6 @@ public java.util.List getJobsList() { return jobs_; } /** - * - * *
    * Jobs.
    * 
@@ -91,12 +68,11 @@ public java.util.List getJobsList() { * repeated .google.cloud.batch.v1.Job jobs = 1; */ @java.lang.Override - public java.util.List getJobsOrBuilderList() { + public java.util.List + getJobsOrBuilderList() { return jobs_; } /** - * - * *
    * Jobs.
    * 
@@ -108,8 +84,6 @@ public int getJobsCount() { return jobs_.size(); } /** - * - * *
    * Jobs.
    * 
@@ -121,8 +95,6 @@ public com.google.cloud.batch.v1.Job getJobs(int index) { return jobs_.get(index); } /** - * - * *
    * Jobs.
    * 
@@ -130,23 +102,20 @@ public com.google.cloud.batch.v1.Job getJobs(int index) { * repeated .google.cloud.batch.v1.Job jobs = 1; */ @java.lang.Override - public com.google.cloud.batch.v1.JobOrBuilder getJobsOrBuilder(int index) { + public com.google.cloud.batch.v1.JobOrBuilder getJobsOrBuilder( + int index) { return jobs_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** - * - * *
    * Next page token.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -155,29 +124,29 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** - * - * *
    * Next page token.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -186,47 +155,38 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } public static final int UNREACHABLE_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList getUnreachableList() { + public com.google.protobuf.ProtocolStringList + getUnreachableList() { return unreachable_; } /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -234,23 +194,20 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString getUnreachableBytes(int index) { + public com.google.protobuf.ByteString + getUnreachableBytes(int index) { return unreachable_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -262,7 +219,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < jobs_.size(); i++) { output.writeMessage(1, jobs_.get(i)); } @@ -282,7 +240,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < jobs_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, jobs_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, jobs_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -303,17 +262,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.ListJobsResponse)) { return super.equals(obj); } - com.google.cloud.batch.v1.ListJobsResponse other = - (com.google.cloud.batch.v1.ListJobsResponse) obj; + com.google.cloud.batch.v1.ListJobsResponse other = (com.google.cloud.batch.v1.ListJobsResponse) obj; - if (!getJobsList().equals(other.getJobsList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; - if (!getUnreachableList().equals(other.getUnreachableList())) return false; + if (!getJobsList() + .equals(other.getJobsList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; + if (!getUnreachableList() + .equals(other.getUnreachableList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -340,136 +301,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.ListJobsResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.ListJobsResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListJobsResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListJobsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListJobsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListJobsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListJobsResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListJobsResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.ListJobsResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.ListJobsResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.ListJobsResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.ListJobsResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.ListJobsResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.ListJobsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.ListJobsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * ListJob Response.
    * 
* * Protobuf type {@code google.cloud.batch.v1.ListJobsResponse} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.ListJobsResponse) com.google.cloud.batch.v1.ListJobsResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListJobsResponse_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListJobsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.ListJobsResponse.class, - com.google.cloud.batch.v1.ListJobsResponse.Builder.class); + com.google.cloud.batch.v1.ListJobsResponse.class, com.google.cloud.batch.v1.ListJobsResponse.Builder.class); } // Construct using com.google.cloud.batch.v1.ListJobsResponse.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -482,14 +439,15 @@ public Builder clear() { } bitField0_ = (bitField0_ & ~0x00000001); nextPageToken_ = ""; - unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + unreachable_ = + com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListJobsResponse_descriptor; } @java.lang.Override @@ -508,12 +466,9 @@ public com.google.cloud.batch.v1.ListJobsResponse build() { @java.lang.Override public com.google.cloud.batch.v1.ListJobsResponse buildPartial() { - com.google.cloud.batch.v1.ListJobsResponse result = - new com.google.cloud.batch.v1.ListJobsResponse(this); + com.google.cloud.batch.v1.ListJobsResponse result = new com.google.cloud.batch.v1.ListJobsResponse(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -545,39 +500,38 @@ private void buildPartial0(com.google.cloud.batch.v1.ListJobsResponse result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.ListJobsResponse) { - return mergeFrom((com.google.cloud.batch.v1.ListJobsResponse) other); + return mergeFrom((com.google.cloud.batch.v1.ListJobsResponse)other); } else { super.mergeFrom(other); return this; @@ -604,10 +558,9 @@ public Builder mergeFrom(com.google.cloud.batch.v1.ListJobsResponse other) { jobsBuilder_ = null; jobs_ = other.jobs_; bitField0_ = (bitField0_ & ~0x00000001); - jobsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getJobsFieldBuilder() - : null; + jobsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getJobsFieldBuilder() : null; } else { jobsBuilder_.addAllMessages(other.jobs_); } @@ -654,38 +607,36 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.cloud.batch.v1.Job m = - input.readMessage(com.google.cloud.batch.v1.Job.parser(), extensionRegistry); - if (jobsBuilder_ == null) { - ensureJobsIsMutable(); - jobs_.add(m); - } else { - jobsBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: - { - nextPageToken_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureUnreachableIsMutable(); - unreachable_.add(s); - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.cloud.batch.v1.Job m = + input.readMessage( + com.google.cloud.batch.v1.Job.parser(), + extensionRegistry); + if (jobsBuilder_ == null) { + ensureJobsIsMutable(); + jobs_.add(m); + } else { + jobsBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: { + nextPageToken_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + ensureUnreachableIsMutable(); + unreachable_.add(s); + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -695,27 +646,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private java.util.List jobs_ = java.util.Collections.emptyList(); - + private java.util.List jobs_ = + java.util.Collections.emptyList(); private void ensureJobsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { jobs_ = new java.util.ArrayList(jobs_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.Job, - com.google.cloud.batch.v1.Job.Builder, - com.google.cloud.batch.v1.JobOrBuilder> - jobsBuilder_; + com.google.cloud.batch.v1.Job, com.google.cloud.batch.v1.Job.Builder, com.google.cloud.batch.v1.JobOrBuilder> jobsBuilder_; /** - * - * *
      * Jobs.
      * 
@@ -730,8 +675,6 @@ public java.util.List getJobsList() { } } /** - * - * *
      * Jobs.
      * 
@@ -746,8 +689,6 @@ public int getJobsCount() { } } /** - * - * *
      * Jobs.
      * 
@@ -762,15 +703,14 @@ public com.google.cloud.batch.v1.Job getJobs(int index) { } } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public Builder setJobs(int index, com.google.cloud.batch.v1.Job value) { + public Builder setJobs( + int index, com.google.cloud.batch.v1.Job value) { if (jobsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -784,15 +724,14 @@ public Builder setJobs(int index, com.google.cloud.batch.v1.Job value) { return this; } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public Builder setJobs(int index, com.google.cloud.batch.v1.Job.Builder builderForValue) { + public Builder setJobs( + int index, com.google.cloud.batch.v1.Job.Builder builderForValue) { if (jobsBuilder_ == null) { ensureJobsIsMutable(); jobs_.set(index, builderForValue.build()); @@ -803,8 +742,6 @@ public Builder setJobs(int index, com.google.cloud.batch.v1.Job.Builder builderF return this; } /** - * - * *
      * Jobs.
      * 
@@ -825,15 +762,14 @@ public Builder addJobs(com.google.cloud.batch.v1.Job value) { return this; } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public Builder addJobs(int index, com.google.cloud.batch.v1.Job value) { + public Builder addJobs( + int index, com.google.cloud.batch.v1.Job value) { if (jobsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -847,15 +783,14 @@ public Builder addJobs(int index, com.google.cloud.batch.v1.Job value) { return this; } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public Builder addJobs(com.google.cloud.batch.v1.Job.Builder builderForValue) { + public Builder addJobs( + com.google.cloud.batch.v1.Job.Builder builderForValue) { if (jobsBuilder_ == null) { ensureJobsIsMutable(); jobs_.add(builderForValue.build()); @@ -866,15 +801,14 @@ public Builder addJobs(com.google.cloud.batch.v1.Job.Builder builderForValue) { return this; } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public Builder addJobs(int index, com.google.cloud.batch.v1.Job.Builder builderForValue) { + public Builder addJobs( + int index, com.google.cloud.batch.v1.Job.Builder builderForValue) { if (jobsBuilder_ == null) { ensureJobsIsMutable(); jobs_.add(index, builderForValue.build()); @@ -885,18 +819,18 @@ public Builder addJobs(int index, com.google.cloud.batch.v1.Job.Builder builderF return this; } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public Builder addAllJobs(java.lang.Iterable values) { + public Builder addAllJobs( + java.lang.Iterable values) { if (jobsBuilder_ == null) { ensureJobsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, jobs_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, jobs_); onChanged(); } else { jobsBuilder_.addAllMessages(values); @@ -904,8 +838,6 @@ public Builder addAllJobs(java.lang.Iterable * Jobs. *
@@ -923,8 +855,6 @@ public Builder clearJobs() { return this; } /** - * - * *
      * Jobs.
      * 
@@ -942,43 +872,39 @@ public Builder removeJobs(int index) { return this; } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public com.google.cloud.batch.v1.Job.Builder getJobsBuilder(int index) { + public com.google.cloud.batch.v1.Job.Builder getJobsBuilder( + int index) { return getJobsFieldBuilder().getBuilder(index); } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public com.google.cloud.batch.v1.JobOrBuilder getJobsOrBuilder(int index) { + public com.google.cloud.batch.v1.JobOrBuilder getJobsOrBuilder( + int index) { if (jobsBuilder_ == null) { - return jobs_.get(index); - } else { + return jobs_.get(index); } else { return jobsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public java.util.List getJobsOrBuilderList() { + public java.util.List + getJobsOrBuilderList() { if (jobsBuilder_ != null) { return jobsBuilder_.getMessageOrBuilderList(); } else { @@ -986,8 +912,6 @@ public java.util.List getJobsO } } /** - * - * *
      * Jobs.
      * 
@@ -995,46 +919,42 @@ public java.util.List getJobsO * repeated .google.cloud.batch.v1.Job jobs = 1; */ public com.google.cloud.batch.v1.Job.Builder addJobsBuilder() { - return getJobsFieldBuilder().addBuilder(com.google.cloud.batch.v1.Job.getDefaultInstance()); + return getJobsFieldBuilder().addBuilder( + com.google.cloud.batch.v1.Job.getDefaultInstance()); } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public com.google.cloud.batch.v1.Job.Builder addJobsBuilder(int index) { - return getJobsFieldBuilder() - .addBuilder(index, com.google.cloud.batch.v1.Job.getDefaultInstance()); + public com.google.cloud.batch.v1.Job.Builder addJobsBuilder( + int index) { + return getJobsFieldBuilder().addBuilder( + index, com.google.cloud.batch.v1.Job.getDefaultInstance()); } /** - * - * *
      * Jobs.
      * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - public java.util.List getJobsBuilderList() { + public java.util.List + getJobsBuilderList() { return getJobsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.Job, - com.google.cloud.batch.v1.Job.Builder, - com.google.cloud.batch.v1.JobOrBuilder> + com.google.cloud.batch.v1.Job, com.google.cloud.batch.v1.Job.Builder, com.google.cloud.batch.v1.JobOrBuilder> getJobsFieldBuilder() { if (jobsBuilder_ == null) { - jobsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.Job, - com.google.cloud.batch.v1.Job.Builder, - com.google.cloud.batch.v1.JobOrBuilder>( - jobs_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + jobsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.batch.v1.Job, com.google.cloud.batch.v1.Job.Builder, com.google.cloud.batch.v1.JobOrBuilder>( + jobs_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); jobs_ = null; } return jobsBuilder_; @@ -1042,20 +962,18 @@ public java.util.List getJobsBuilderList( private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * Next page token.
      * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -1064,21 +982,20 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * Next page token.
      * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -1086,35 +1003,28 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * Next page token.
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Next page token.
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -1124,21 +1034,17 @@ public Builder clearNextPageToken() { return this; } /** - * - * *
      * Next page token.
      * 
* * string next_page_token = 2; - * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; @@ -1148,7 +1054,6 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureUnreachableIsMutable() { if (!unreachable_.isModifiable()) { unreachable_ = new com.google.protobuf.LazyStringArrayList(unreachable_); @@ -1156,43 +1061,35 @@ private void ensureUnreachableIsMutable() { bitField0_ |= 0x00000004; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList getUnreachableList() { + public com.google.protobuf.ProtocolStringList + getUnreachableList() { unreachable_.makeImmutable(); return unreachable_; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -1200,37 +1097,31 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString getUnreachableBytes(int index) { + public com.google.protobuf.ByteString + getUnreachableBytes(int index) { return unreachable_.getByteString(index); } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param index The index to set the value at. * @param value The unreachable to set. * @return This builder for chaining. */ - public Builder setUnreachable(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setUnreachable( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureUnreachableIsMutable(); unreachable_.set(index, value); bitField0_ |= 0x00000004; @@ -1238,21 +1129,17 @@ public Builder setUnreachable(int index, java.lang.String value) { return this; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param value The unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachable(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addUnreachable( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureUnreachableIsMutable(); unreachable_.add(value); bitField0_ |= 0x00000004; @@ -1260,58 +1147,50 @@ public Builder addUnreachable(java.lang.String value) { return this; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param values The unreachable to add. * @return This builder for chaining. */ - public Builder addAllUnreachable(java.lang.Iterable values) { + public Builder addAllUnreachable( + java.lang.Iterable values) { ensureUnreachableIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, unreachable_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, unreachable_); bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @return This builder for chaining. */ public Builder clearUnreachable() { - unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000004); - ; + unreachable_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004);; onChanged(); return this; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param value The bytes of the unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachableBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addUnreachableBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureUnreachableIsMutable(); unreachable_.add(value); @@ -1319,9 +1198,9 @@ public Builder addUnreachableBytes(com.google.protobuf.ByteString value) { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1331,12 +1210,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.ListJobsResponse) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.ListJobsResponse) private static final com.google.cloud.batch.v1.ListJobsResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.ListJobsResponse(); } @@ -1345,27 +1224,27 @@ public static com.google.cloud.batch.v1.ListJobsResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListJobsResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListJobsResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1380,4 +1259,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.ListJobsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponseOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponseOrBuilder.java similarity index 66% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponseOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponseOrBuilder.java index 5f2218acbdb0..49c4816a3856 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponseOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListJobsResponseOrBuilder.java @@ -1,41 +1,22 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; -public interface ListJobsResponseOrBuilder - extends +public interface ListJobsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.ListJobsResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Jobs.
    * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - java.util.List getJobsList(); + java.util.List + getJobsList(); /** - * - * *
    * Jobs.
    * 
@@ -44,8 +25,6 @@ public interface ListJobsResponseOrBuilder */ com.google.cloud.batch.v1.Job getJobs(int index); /** - * - * *
    * Jobs.
    * 
@@ -54,99 +33,82 @@ public interface ListJobsResponseOrBuilder */ int getJobsCount(); /** - * - * *
    * Jobs.
    * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - java.util.List getJobsOrBuilderList(); + java.util.List + getJobsOrBuilderList(); /** - * - * *
    * Jobs.
    * 
* * repeated .google.cloud.batch.v1.Job jobs = 1; */ - com.google.cloud.batch.v1.JobOrBuilder getJobsOrBuilder(int index); + com.google.cloud.batch.v1.JobOrBuilder getJobsOrBuilder( + int index); /** - * - * *
    * Next page token.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * Next page token.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - java.util.List getUnreachableList(); + java.util.List + getUnreachableList(); /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ int getUnreachableCount(); /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ java.lang.String getUnreachable(int index); /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - com.google.protobuf.ByteString getUnreachableBytes(int index); + com.google.protobuf.ByteString + getUnreachableBytes(int index); } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequest.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequest.java similarity index 67% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequest.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequest.java index 3798162842db..acabce402a82 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequest.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequest.java @@ -1,42 +1,24 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; /** - * - * *
  * ListTasks Request.
  * 
* * Protobuf type {@code google.cloud.batch.v1.ListTasksRequest} */ -public final class ListTasksRequest extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListTasksRequest extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.ListTasksRequest) ListTasksRequestOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListTasksRequest.newBuilder() to construct. private ListTasksRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListTasksRequest() { parent_ = ""; filter_ = ""; @@ -45,42 +27,35 @@ private ListTasksRequest() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListTasksRequest(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListTasksRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListTasksRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.ListTasksRequest.class, - com.google.cloud.batch.v1.ListTasksRequest.Builder.class); + com.google.cloud.batch.v1.ListTasksRequest.class, com.google.cloud.batch.v1.ListTasksRequest.Builder.class); } public static final int PARENT_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object parent_ = ""; /** - * - * *
    * Required. Name of a TaskGroup from which Tasks are being requested.
    * Pattern:
    * "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ @java.lang.Override @@ -89,33 +64,31 @@ public java.lang.String getParent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; } } /** - * - * *
    * Required. Name of a TaskGroup from which Tasks are being requested.
    * Pattern:
    * "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ @java.lang.Override - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -124,12 +97,9 @@ public com.google.protobuf.ByteString getParentBytes() { } public static final int FILTER_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object filter_ = ""; /** - * - * *
    * Task filter, null filter matches all Tasks.
    * Filter string should be of the format State=TaskStatus.State e.g.
@@ -137,7 +107,6 @@ public com.google.protobuf.ByteString getParentBytes() {
    * 
* * string filter = 2; - * * @return The filter. */ @java.lang.Override @@ -146,15 +115,14 @@ public java.lang.String getFilter() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; } } /** - * - * *
    * Task filter, null filter matches all Tasks.
    * Filter string should be of the format State=TaskStatus.State e.g.
@@ -162,15 +130,16 @@ public java.lang.String getFilter() {
    * 
* * string filter = 2; - * * @return The bytes for filter. */ @java.lang.Override - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); filter_ = b; return b; } else { @@ -181,14 +150,11 @@ public com.google.protobuf.ByteString getFilterBytes() { public static final int PAGE_SIZE_FIELD_NUMBER = 3; private int pageSize_ = 0; /** - * - * *
    * Page size.
    * 
* * int32 page_size = 3; - * * @return The pageSize. */ @java.lang.Override @@ -197,18 +163,14 @@ public int getPageSize() { } public static final int PAGE_TOKEN_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object pageToken_ = ""; /** - * - * *
    * Page token.
    * 
* * string page_token = 4; - * * @return The pageToken. */ @java.lang.Override @@ -217,29 +179,29 @@ public java.lang.String getPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; } } /** - * - * *
    * Page token.
    * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -248,7 +210,6 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -260,7 +221,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(parent_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, parent_); } @@ -289,7 +251,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, filter_); } if (pageSize_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(3, pageSize_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(3, pageSize_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pageToken_); @@ -302,18 +265,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.ListTasksRequest)) { return super.equals(obj); } - com.google.cloud.batch.v1.ListTasksRequest other = - (com.google.cloud.batch.v1.ListTasksRequest) obj; + com.google.cloud.batch.v1.ListTasksRequest other = (com.google.cloud.batch.v1.ListTasksRequest) obj; - if (!getParent().equals(other.getParent())) return false; - if (!getFilter().equals(other.getFilter())) return false; - if (getPageSize() != other.getPageSize()) return false; - if (!getPageToken().equals(other.getPageToken())) return false; + if (!getParent() + .equals(other.getParent())) return false; + if (!getFilter() + .equals(other.getFilter())) return false; + if (getPageSize() + != other.getPageSize()) return false; + if (!getPageToken() + .equals(other.getPageToken())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -338,136 +304,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.ListTasksRequest parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.ListTasksRequest parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListTasksRequest parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListTasksRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListTasksRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListTasksRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListTasksRequest parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListTasksRequest parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.ListTasksRequest parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.ListTasksRequest parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.ListTasksRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.ListTasksRequest parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.ListTasksRequest parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.ListTasksRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.ListTasksRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * ListTasks Request.
    * 
* * Protobuf type {@code google.cloud.batch.v1.ListTasksRequest} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.ListTasksRequest) com.google.cloud.batch.v1.ListTasksRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListTasksRequest_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListTasksRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.ListTasksRequest.class, - com.google.cloud.batch.v1.ListTasksRequest.Builder.class); + com.google.cloud.batch.v1.ListTasksRequest.class, com.google.cloud.batch.v1.ListTasksRequest.Builder.class); } // Construct using com.google.cloud.batch.v1.ListTasksRequest.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -480,9 +442,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListTasksRequest_descriptor; } @java.lang.Override @@ -501,11 +463,8 @@ public com.google.cloud.batch.v1.ListTasksRequest build() { @java.lang.Override public com.google.cloud.batch.v1.ListTasksRequest buildPartial() { - com.google.cloud.batch.v1.ListTasksRequest result = - new com.google.cloud.batch.v1.ListTasksRequest(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.ListTasksRequest result = new com.google.cloud.batch.v1.ListTasksRequest(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -530,39 +489,38 @@ private void buildPartial0(com.google.cloud.batch.v1.ListTasksRequest result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.ListTasksRequest) { - return mergeFrom((com.google.cloud.batch.v1.ListTasksRequest) other); + return mergeFrom((com.google.cloud.batch.v1.ListTasksRequest)other); } else { super.mergeFrom(other); return this; @@ -615,37 +573,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - parent_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - filter_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 24: - { - pageSize_ = input.readInt32(); - bitField0_ |= 0x00000004; - break; - } // case 24 - case 34: - { - pageToken_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000008; - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + parent_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + filter_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 24: { + pageSize_ = input.readInt32(); + bitField0_ |= 0x00000004; + break; + } // case 24 + case 34: { + pageToken_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000008; + break; + } // case 34 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -655,29 +608,24 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object parent_ = ""; /** - * - * *
      * Required. Name of a TaskGroup from which Tasks are being requested.
      * Pattern:
      * "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ public java.lang.String getParent() { java.lang.Object ref = parent_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); parent_ = s; return s; @@ -686,25 +634,22 @@ public java.lang.String getParent() { } } /** - * - * *
      * Required. Name of a TaskGroup from which Tasks are being requested.
      * Pattern:
      * "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - public com.google.protobuf.ByteString getParentBytes() { + public com.google.protobuf.ByteString + getParentBytes() { java.lang.Object ref = parent_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); parent_ = b; return b; } else { @@ -712,43 +657,32 @@ public com.google.protobuf.ByteString getParentBytes() { } } /** - * - * *
      * Required. Name of a TaskGroup from which Tasks are being requested.
      * Pattern:
      * "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The parent to set. * @return This builder for chaining. */ - public Builder setParent(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParent( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } parent_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * Required. Name of a TaskGroup from which Tasks are being requested.
      * Pattern:
      * "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearParent() { @@ -758,25 +692,19 @@ public Builder clearParent() { return this; } /** - * - * *
      * Required. Name of a TaskGroup from which Tasks are being requested.
      * Pattern:
      * "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
      * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @param value The bytes for parent to set. * @return This builder for chaining. */ - public Builder setParentBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setParentBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); parent_ = value; bitField0_ |= 0x00000001; @@ -786,8 +714,6 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { private java.lang.Object filter_ = ""; /** - * - * *
      * Task filter, null filter matches all Tasks.
      * Filter string should be of the format State=TaskStatus.State e.g.
@@ -795,13 +721,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
      * 
* * string filter = 2; - * * @return The filter. */ public java.lang.String getFilter() { java.lang.Object ref = filter_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filter_ = s; return s; @@ -810,8 +736,6 @@ public java.lang.String getFilter() { } } /** - * - * *
      * Task filter, null filter matches all Tasks.
      * Filter string should be of the format State=TaskStatus.State e.g.
@@ -819,14 +743,15 @@ public java.lang.String getFilter() {
      * 
* * string filter = 2; - * * @return The bytes for filter. */ - public com.google.protobuf.ByteString getFilterBytes() { + public com.google.protobuf.ByteString + getFilterBytes() { java.lang.Object ref = filter_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); filter_ = b; return b; } else { @@ -834,8 +759,6 @@ public com.google.protobuf.ByteString getFilterBytes() { } } /** - * - * *
      * Task filter, null filter matches all Tasks.
      * Filter string should be of the format State=TaskStatus.State e.g.
@@ -843,22 +766,18 @@ public com.google.protobuf.ByteString getFilterBytes() {
      * 
* * string filter = 2; - * * @param value The filter to set. * @return This builder for chaining. */ - public Builder setFilter(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFilter( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } filter_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Task filter, null filter matches all Tasks.
      * Filter string should be of the format State=TaskStatus.State e.g.
@@ -866,7 +785,6 @@ public Builder setFilter(java.lang.String value) {
      * 
* * string filter = 2; - * * @return This builder for chaining. */ public Builder clearFilter() { @@ -876,8 +794,6 @@ public Builder clearFilter() { return this; } /** - * - * *
      * Task filter, null filter matches all Tasks.
      * Filter string should be of the format State=TaskStatus.State e.g.
@@ -885,14 +801,12 @@ public Builder clearFilter() {
      * 
* * string filter = 2; - * * @param value The bytes for filter to set. * @return This builder for chaining. */ - public Builder setFilterBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setFilterBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filter_ = value; bitField0_ |= 0x00000002; @@ -900,16 +814,13 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { return this; } - private int pageSize_; + private int pageSize_ ; /** - * - * *
      * Page size.
      * 
* * int32 page_size = 3; - * * @return The pageSize. */ @java.lang.Override @@ -917,14 +828,11 @@ public int getPageSize() { return pageSize_; } /** - * - * *
      * Page size.
      * 
* * int32 page_size = 3; - * * @param value The pageSize to set. * @return This builder for chaining. */ @@ -936,14 +844,11 @@ public Builder setPageSize(int value) { return this; } /** - * - * *
      * Page size.
      * 
* * int32 page_size = 3; - * * @return This builder for chaining. */ public Builder clearPageSize() { @@ -955,20 +860,18 @@ public Builder clearPageSize() { private java.lang.Object pageToken_ = ""; /** - * - * *
      * Page token.
      * 
* * string page_token = 4; - * * @return The pageToken. */ public java.lang.String getPageToken() { java.lang.Object ref = pageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); pageToken_ = s; return s; @@ -977,21 +880,20 @@ public java.lang.String getPageToken() { } } /** - * - * *
      * Page token.
      * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ - public com.google.protobuf.ByteString getPageTokenBytes() { + public com.google.protobuf.ByteString + getPageTokenBytes() { java.lang.Object ref = pageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); pageToken_ = b; return b; } else { @@ -999,35 +901,28 @@ public com.google.protobuf.ByteString getPageTokenBytes() { } } /** - * - * *
      * Page token.
      * 
* * string page_token = 4; - * * @param value The pageToken to set. * @return This builder for chaining. */ - public Builder setPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * Page token.
      * 
* * string page_token = 4; - * * @return This builder for chaining. */ public Builder clearPageToken() { @@ -1037,30 +932,26 @@ public Builder clearPageToken() { return this; } /** - * - * *
      * Page token.
      * 
* * string page_token = 4; - * * @param value The bytes for pageToken to set. * @return This builder for chaining. */ - public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); pageToken_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1070,12 +961,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.ListTasksRequest) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.ListTasksRequest) private static final com.google.cloud.batch.v1.ListTasksRequest DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.ListTasksRequest(); } @@ -1084,27 +975,27 @@ public static com.google.cloud.batch.v1.ListTasksRequest getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListTasksRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListTasksRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1119,4 +1010,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.ListTasksRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequestOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequestOrBuilder.java similarity index 59% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequestOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequestOrBuilder.java index b11be03d95d1..54adef4c123d 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequestOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksRequestOrBuilder.java @@ -1,64 +1,37 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; -public interface ListTasksRequestOrBuilder - extends +public interface ListTasksRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.ListTasksRequest) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. Name of a TaskGroup from which Tasks are being requested.
    * Pattern:
    * "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The parent. */ java.lang.String getParent(); /** - * - * *
    * Required. Name of a TaskGroup from which Tasks are being requested.
    * Pattern:
    * "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
    * 
* - * - * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } - * - * + * string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for parent. */ - com.google.protobuf.ByteString getParentBytes(); + com.google.protobuf.ByteString + getParentBytes(); /** - * - * *
    * Task filter, null filter matches all Tasks.
    * Filter string should be of the format State=TaskStatus.State e.g.
@@ -66,13 +39,10 @@ public interface ListTasksRequestOrBuilder
    * 
* * string filter = 2; - * * @return The filter. */ java.lang.String getFilter(); /** - * - * *
    * Task filter, null filter matches all Tasks.
    * Filter string should be of the format State=TaskStatus.State e.g.
@@ -80,46 +50,38 @@ public interface ListTasksRequestOrBuilder
    * 
* * string filter = 2; - * * @return The bytes for filter. */ - com.google.protobuf.ByteString getFilterBytes(); + com.google.protobuf.ByteString + getFilterBytes(); /** - * - * *
    * Page size.
    * 
* * int32 page_size = 3; - * * @return The pageSize. */ int getPageSize(); /** - * - * *
    * Page token.
    * 
* * string page_token = 4; - * * @return The pageToken. */ java.lang.String getPageToken(); /** - * - * *
    * Page token.
    * 
* * string page_token = 4; - * * @return The bytes for pageToken. */ - com.google.protobuf.ByteString getPageTokenBytes(); + com.google.protobuf.ByteString + getPageTokenBytes(); } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponse.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponse.java similarity index 71% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponse.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponse.java index 503c7a02ce26..e8ddbe7f3680 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponse.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponse.java @@ -1,76 +1,55 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; /** - * - * *
  * ListTasks Response.
  * 
* * Protobuf type {@code google.cloud.batch.v1.ListTasksResponse} */ -public final class ListTasksResponse extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ListTasksResponse extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.ListTasksResponse) ListTasksResponseOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ListTasksResponse.newBuilder() to construct. private ListTasksResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ListTasksResponse() { tasks_ = java.util.Collections.emptyList(); nextPageToken_ = ""; - unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + unreachable_ = + com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ListTasksResponse(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListTasksResponse_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListTasksResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.ListTasksResponse.class, - com.google.cloud.batch.v1.ListTasksResponse.Builder.class); + com.google.cloud.batch.v1.ListTasksResponse.class, com.google.cloud.batch.v1.ListTasksResponse.Builder.class); } public static final int TASKS_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private java.util.List tasks_; /** - * - * *
    * Tasks.
    * 
@@ -82,8 +61,6 @@ public java.util.List getTasksList() { return tasks_; } /** - * - * *
    * Tasks.
    * 
@@ -91,12 +68,11 @@ public java.util.List getTasksList() { * repeated .google.cloud.batch.v1.Task tasks = 1; */ @java.lang.Override - public java.util.List getTasksOrBuilderList() { + public java.util.List + getTasksOrBuilderList() { return tasks_; } /** - * - * *
    * Tasks.
    * 
@@ -108,8 +84,6 @@ public int getTasksCount() { return tasks_.size(); } /** - * - * *
    * Tasks.
    * 
@@ -121,8 +95,6 @@ public com.google.cloud.batch.v1.Task getTasks(int index) { return tasks_.get(index); } /** - * - * *
    * Tasks.
    * 
@@ -130,23 +102,20 @@ public com.google.cloud.batch.v1.Task getTasks(int index) { * repeated .google.cloud.batch.v1.Task tasks = 1; */ @java.lang.Override - public com.google.cloud.batch.v1.TaskOrBuilder getTasksOrBuilder(int index) { + public com.google.cloud.batch.v1.TaskOrBuilder getTasksOrBuilder( + int index) { return tasks_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** - * - * *
    * Next page token.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ @java.lang.Override @@ -155,29 +124,29 @@ public java.lang.String getNextPageToken() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** - * - * *
    * Next page token.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ @java.lang.Override - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -186,47 +155,38 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } public static final int UNREACHABLE_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList getUnreachableList() { + public com.google.protobuf.ProtocolStringList + getUnreachableList() { return unreachable_; } /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -234,23 +194,20 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString getUnreachableBytes(int index) { + public com.google.protobuf.ByteString + getUnreachableBytes(int index) { return unreachable_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -262,7 +219,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < tasks_.size(); i++) { output.writeMessage(1, tasks_.get(i)); } @@ -282,7 +240,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < tasks_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, tasks_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, tasks_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nextPageToken_); @@ -303,17 +262,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.ListTasksResponse)) { return super.equals(obj); } - com.google.cloud.batch.v1.ListTasksResponse other = - (com.google.cloud.batch.v1.ListTasksResponse) obj; + com.google.cloud.batch.v1.ListTasksResponse other = (com.google.cloud.batch.v1.ListTasksResponse) obj; - if (!getTasksList().equals(other.getTasksList())) return false; - if (!getNextPageToken().equals(other.getNextPageToken())) return false; - if (!getUnreachableList().equals(other.getUnreachableList())) return false; + if (!getTasksList() + .equals(other.getTasksList())) return false; + if (!getNextPageToken() + .equals(other.getNextPageToken())) return false; + if (!getUnreachableList() + .equals(other.getUnreachableList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -340,136 +301,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.ListTasksResponse parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.ListTasksResponse parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListTasksResponse parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListTasksResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListTasksResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListTasksResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.ListTasksResponse parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.ListTasksResponse parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.ListTasksResponse parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.ListTasksResponse parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.ListTasksResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.ListTasksResponse parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.ListTasksResponse parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.ListTasksResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.ListTasksResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * ListTasks Response.
    * 
* * Protobuf type {@code google.cloud.batch.v1.ListTasksResponse} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.ListTasksResponse) com.google.cloud.batch.v1.ListTasksResponseOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListTasksResponse_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListTasksResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.ListTasksResponse.class, - com.google.cloud.batch.v1.ListTasksResponse.Builder.class); + com.google.cloud.batch.v1.ListTasksResponse.class, com.google.cloud.batch.v1.ListTasksResponse.Builder.class); } // Construct using com.google.cloud.batch.v1.ListTasksResponse.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -482,14 +439,15 @@ public Builder clear() { } bitField0_ = (bitField0_ & ~0x00000001); nextPageToken_ = ""; - unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); + unreachable_ = + com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_ListTasksResponse_descriptor; } @java.lang.Override @@ -508,12 +466,9 @@ public com.google.cloud.batch.v1.ListTasksResponse build() { @java.lang.Override public com.google.cloud.batch.v1.ListTasksResponse buildPartial() { - com.google.cloud.batch.v1.ListTasksResponse result = - new com.google.cloud.batch.v1.ListTasksResponse(this); + com.google.cloud.batch.v1.ListTasksResponse result = new com.google.cloud.batch.v1.ListTasksResponse(this); buildPartialRepeatedFields(result); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -545,39 +500,38 @@ private void buildPartial0(com.google.cloud.batch.v1.ListTasksResponse result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.ListTasksResponse) { - return mergeFrom((com.google.cloud.batch.v1.ListTasksResponse) other); + return mergeFrom((com.google.cloud.batch.v1.ListTasksResponse)other); } else { super.mergeFrom(other); return this; @@ -604,10 +558,9 @@ public Builder mergeFrom(com.google.cloud.batch.v1.ListTasksResponse other) { tasksBuilder_ = null; tasks_ = other.tasks_; bitField0_ = (bitField0_ & ~0x00000001); - tasksBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getTasksFieldBuilder() - : null; + tasksBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getTasksFieldBuilder() : null; } else { tasksBuilder_.addAllMessages(other.tasks_); } @@ -654,38 +607,36 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.cloud.batch.v1.Task m = - input.readMessage(com.google.cloud.batch.v1.Task.parser(), extensionRegistry); - if (tasksBuilder_ == null) { - ensureTasksIsMutable(); - tasks_.add(m); - } else { - tasksBuilder_.addMessage(m); - } - break; - } // case 10 - case 18: - { - nextPageToken_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 26: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureUnreachableIsMutable(); - unreachable_.add(s); - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.cloud.batch.v1.Task m = + input.readMessage( + com.google.cloud.batch.v1.Task.parser(), + extensionRegistry); + if (tasksBuilder_ == null) { + ensureTasksIsMutable(); + tasks_.add(m); + } else { + tasksBuilder_.addMessage(m); + } + break; + } // case 10 + case 18: { + nextPageToken_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 26: { + java.lang.String s = input.readStringRequireUtf8(); + ensureUnreachableIsMutable(); + unreachable_.add(s); + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -695,28 +646,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.util.List tasks_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureTasksIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { tasks_ = new java.util.ArrayList(tasks_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.Task, - com.google.cloud.batch.v1.Task.Builder, - com.google.cloud.batch.v1.TaskOrBuilder> - tasksBuilder_; + com.google.cloud.batch.v1.Task, com.google.cloud.batch.v1.Task.Builder, com.google.cloud.batch.v1.TaskOrBuilder> tasksBuilder_; /** - * - * *
      * Tasks.
      * 
@@ -731,8 +675,6 @@ public java.util.List getTasksList() { } } /** - * - * *
      * Tasks.
      * 
@@ -747,8 +689,6 @@ public int getTasksCount() { } } /** - * - * *
      * Tasks.
      * 
@@ -763,15 +703,14 @@ public com.google.cloud.batch.v1.Task getTasks(int index) { } } /** - * - * *
      * Tasks.
      * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - public Builder setTasks(int index, com.google.cloud.batch.v1.Task value) { + public Builder setTasks( + int index, com.google.cloud.batch.v1.Task value) { if (tasksBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -785,15 +724,14 @@ public Builder setTasks(int index, com.google.cloud.batch.v1.Task value) { return this; } /** - * - * *
      * Tasks.
      * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - public Builder setTasks(int index, com.google.cloud.batch.v1.Task.Builder builderForValue) { + public Builder setTasks( + int index, com.google.cloud.batch.v1.Task.Builder builderForValue) { if (tasksBuilder_ == null) { ensureTasksIsMutable(); tasks_.set(index, builderForValue.build()); @@ -804,8 +742,6 @@ public Builder setTasks(int index, com.google.cloud.batch.v1.Task.Builder builde return this; } /** - * - * *
      * Tasks.
      * 
@@ -826,15 +762,14 @@ public Builder addTasks(com.google.cloud.batch.v1.Task value) { return this; } /** - * - * *
      * Tasks.
      * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - public Builder addTasks(int index, com.google.cloud.batch.v1.Task value) { + public Builder addTasks( + int index, com.google.cloud.batch.v1.Task value) { if (tasksBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -848,15 +783,14 @@ public Builder addTasks(int index, com.google.cloud.batch.v1.Task value) { return this; } /** - * - * *
      * Tasks.
      * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - public Builder addTasks(com.google.cloud.batch.v1.Task.Builder builderForValue) { + public Builder addTasks( + com.google.cloud.batch.v1.Task.Builder builderForValue) { if (tasksBuilder_ == null) { ensureTasksIsMutable(); tasks_.add(builderForValue.build()); @@ -867,15 +801,14 @@ public Builder addTasks(com.google.cloud.batch.v1.Task.Builder builderForValue) return this; } /** - * - * *
      * Tasks.
      * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - public Builder addTasks(int index, com.google.cloud.batch.v1.Task.Builder builderForValue) { + public Builder addTasks( + int index, com.google.cloud.batch.v1.Task.Builder builderForValue) { if (tasksBuilder_ == null) { ensureTasksIsMutable(); tasks_.add(index, builderForValue.build()); @@ -886,8 +819,6 @@ public Builder addTasks(int index, com.google.cloud.batch.v1.Task.Builder builde return this; } /** - * - * *
      * Tasks.
      * 
@@ -898,7 +829,8 @@ public Builder addAllTasks( java.lang.Iterable values) { if (tasksBuilder_ == null) { ensureTasksIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, tasks_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, tasks_); onChanged(); } else { tasksBuilder_.addAllMessages(values); @@ -906,8 +838,6 @@ public Builder addAllTasks( return this; } /** - * - * *
      * Tasks.
      * 
@@ -925,8 +855,6 @@ public Builder clearTasks() { return this; } /** - * - * *
      * Tasks.
      * 
@@ -944,44 +872,39 @@ public Builder removeTasks(int index) { return this; } /** - * - * *
      * Tasks.
      * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - public com.google.cloud.batch.v1.Task.Builder getTasksBuilder(int index) { + public com.google.cloud.batch.v1.Task.Builder getTasksBuilder( + int index) { return getTasksFieldBuilder().getBuilder(index); } /** - * - * *
      * Tasks.
      * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - public com.google.cloud.batch.v1.TaskOrBuilder getTasksOrBuilder(int index) { + public com.google.cloud.batch.v1.TaskOrBuilder getTasksOrBuilder( + int index) { if (tasksBuilder_ == null) { - return tasks_.get(index); - } else { + return tasks_.get(index); } else { return tasksBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Tasks.
      * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - public java.util.List - getTasksOrBuilderList() { + public java.util.List + getTasksOrBuilderList() { if (tasksBuilder_ != null) { return tasksBuilder_.getMessageOrBuilderList(); } else { @@ -989,8 +912,6 @@ public com.google.cloud.batch.v1.TaskOrBuilder getTasksOrBuilder(int index) { } } /** - * - * *
      * Tasks.
      * 
@@ -998,46 +919,42 @@ public com.google.cloud.batch.v1.TaskOrBuilder getTasksOrBuilder(int index) { * repeated .google.cloud.batch.v1.Task tasks = 1; */ public com.google.cloud.batch.v1.Task.Builder addTasksBuilder() { - return getTasksFieldBuilder().addBuilder(com.google.cloud.batch.v1.Task.getDefaultInstance()); + return getTasksFieldBuilder().addBuilder( + com.google.cloud.batch.v1.Task.getDefaultInstance()); } /** - * - * *
      * Tasks.
      * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - public com.google.cloud.batch.v1.Task.Builder addTasksBuilder(int index) { - return getTasksFieldBuilder() - .addBuilder(index, com.google.cloud.batch.v1.Task.getDefaultInstance()); + public com.google.cloud.batch.v1.Task.Builder addTasksBuilder( + int index) { + return getTasksFieldBuilder().addBuilder( + index, com.google.cloud.batch.v1.Task.getDefaultInstance()); } /** - * - * *
      * Tasks.
      * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - public java.util.List getTasksBuilderList() { + public java.util.List + getTasksBuilderList() { return getTasksFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.Task, - com.google.cloud.batch.v1.Task.Builder, - com.google.cloud.batch.v1.TaskOrBuilder> + com.google.cloud.batch.v1.Task, com.google.cloud.batch.v1.Task.Builder, com.google.cloud.batch.v1.TaskOrBuilder> getTasksFieldBuilder() { if (tasksBuilder_ == null) { - tasksBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.cloud.batch.v1.Task, - com.google.cloud.batch.v1.Task.Builder, - com.google.cloud.batch.v1.TaskOrBuilder>( - tasks_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + tasksBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.cloud.batch.v1.Task, com.google.cloud.batch.v1.Task.Builder, com.google.cloud.batch.v1.TaskOrBuilder>( + tasks_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); tasks_ = null; } return tasksBuilder_; @@ -1045,20 +962,18 @@ public java.util.List getTasksBuilderLis private java.lang.Object nextPageToken_ = ""; /** - * - * *
      * Next page token.
      * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; @@ -1067,21 +982,20 @@ public java.lang.String getNextPageToken() { } } /** - * - * *
      * Next page token.
      * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - public com.google.protobuf.ByteString getNextPageTokenBytes() { + public com.google.protobuf.ByteString + getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); nextPageToken_ = b; return b; } else { @@ -1089,35 +1003,28 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { } } /** - * - * *
      * Next page token.
      * 
* * string next_page_token = 2; - * * @param value The nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageToken(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageToken( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Next page token.
      * 
* * string next_page_token = 2; - * * @return This builder for chaining. */ public Builder clearNextPageToken() { @@ -1127,21 +1034,17 @@ public Builder clearNextPageToken() { return this; } /** - * - * *
      * Next page token.
      * 
* * string next_page_token = 2; - * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ - public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setNextPageTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; @@ -1151,7 +1054,6 @@ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureUnreachableIsMutable() { if (!unreachable_.isModifiable()) { unreachable_ = new com.google.protobuf.LazyStringArrayList(unreachable_); @@ -1159,43 +1061,35 @@ private void ensureUnreachableIsMutable() { bitField0_ |= 0x00000004; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - public com.google.protobuf.ProtocolStringList getUnreachableList() { + public com.google.protobuf.ProtocolStringList + getUnreachableList() { unreachable_.makeImmutable(); return unreachable_; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ public int getUnreachableCount() { return unreachable_.size(); } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ @@ -1203,37 +1097,31 @@ public java.lang.String getUnreachable(int index) { return unreachable_.get(index); } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - public com.google.protobuf.ByteString getUnreachableBytes(int index) { + public com.google.protobuf.ByteString + getUnreachableBytes(int index) { return unreachable_.getByteString(index); } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param index The index to set the value at. * @param value The unreachable to set. * @return This builder for chaining. */ - public Builder setUnreachable(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setUnreachable( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureUnreachableIsMutable(); unreachable_.set(index, value); bitField0_ |= 0x00000004; @@ -1241,21 +1129,17 @@ public Builder setUnreachable(int index, java.lang.String value) { return this; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param value The unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachable(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addUnreachable( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureUnreachableIsMutable(); unreachable_.add(value); bitField0_ |= 0x00000004; @@ -1263,58 +1147,50 @@ public Builder addUnreachable(java.lang.String value) { return this; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param values The unreachable to add. * @return This builder for chaining. */ - public Builder addAllUnreachable(java.lang.Iterable values) { + public Builder addAllUnreachable( + java.lang.Iterable values) { ensureUnreachableIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, unreachable_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, unreachable_); bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @return This builder for chaining. */ public Builder clearUnreachable() { - unreachable_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000004); - ; + unreachable_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004);; onChanged(); return this; } /** - * - * *
      * Locations that could not be reached.
      * 
* * repeated string unreachable = 3; - * * @param value The bytes of the unreachable to add. * @return This builder for chaining. */ - public Builder addUnreachableBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addUnreachableBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureUnreachableIsMutable(); unreachable_.add(value); @@ -1322,9 +1198,9 @@ public Builder addUnreachableBytes(com.google.protobuf.ByteString value) { onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1334,12 +1210,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.ListTasksResponse) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.ListTasksResponse) private static final com.google.cloud.batch.v1.ListTasksResponse DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.ListTasksResponse(); } @@ -1348,27 +1224,27 @@ public static com.google.cloud.batch.v1.ListTasksResponse getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ListTasksResponse parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ListTasksResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1383,4 +1259,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.ListTasksResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponseOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponseOrBuilder.java similarity index 66% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponseOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponseOrBuilder.java index 6afffb8c196d..4231cc4de998 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponseOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ListTasksResponseOrBuilder.java @@ -1,41 +1,22 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; -public interface ListTasksResponseOrBuilder - extends +public interface ListTasksResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.ListTasksResponse) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Tasks.
    * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - java.util.List getTasksList(); + java.util.List + getTasksList(); /** - * - * *
    * Tasks.
    * 
@@ -44,8 +25,6 @@ public interface ListTasksResponseOrBuilder */ com.google.cloud.batch.v1.Task getTasks(int index); /** - * - * *
    * Tasks.
    * 
@@ -54,99 +33,82 @@ public interface ListTasksResponseOrBuilder */ int getTasksCount(); /** - * - * *
    * Tasks.
    * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - java.util.List getTasksOrBuilderList(); + java.util.List + getTasksOrBuilderList(); /** - * - * *
    * Tasks.
    * 
* * repeated .google.cloud.batch.v1.Task tasks = 1; */ - com.google.cloud.batch.v1.TaskOrBuilder getTasksOrBuilder(int index); + com.google.cloud.batch.v1.TaskOrBuilder getTasksOrBuilder( + int index); /** - * - * *
    * Next page token.
    * 
* * string next_page_token = 2; - * * @return The nextPageToken. */ java.lang.String getNextPageToken(); /** - * - * *
    * Next page token.
    * 
* * string next_page_token = 2; - * * @return The bytes for nextPageToken. */ - com.google.protobuf.ByteString getNextPageTokenBytes(); + com.google.protobuf.ByteString + getNextPageTokenBytes(); /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @return A list containing the unreachable. */ - java.util.List getUnreachableList(); + java.util.List + getUnreachableList(); /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @return The count of unreachable. */ int getUnreachableCount(); /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @param index The index of the element to return. * @return The unreachable at the given index. */ java.lang.String getUnreachable(int index); /** - * - * *
    * Locations that could not be reached.
    * 
* * repeated string unreachable = 3; - * * @param index The index of the value to return. * @return The bytes of the unreachable at the given index. */ - com.google.protobuf.ByteString getUnreachableBytes(int index); + com.google.protobuf.ByteString + getUnreachableBytes(int index); } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LocationName.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LocationName.java similarity index 100% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LocationName.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LocationName.java diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicy.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicy.java similarity index 68% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicy.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicy.java index c1342df66223..70c6a49835c8 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicy.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicy.java @@ -1,26 +1,9 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/job.proto package com.google.cloud.batch.v1; /** - * - * *
  * LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be
  * preserved.
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.cloud.batch.v1.LogsPolicy}
  */
-public final class LogsPolicy extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class LogsPolicy extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.LogsPolicy)
     LogsPolicyOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use LogsPolicy.newBuilder() to construct.
   private LogsPolicy(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private LogsPolicy() {
     destination_ = 0;
     logsPath_ = "";
@@ -45,38 +27,34 @@ private LogsPolicy() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new LogsPolicy();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.batch.v1.JobProto
-        .internal_static_google_cloud_batch_v1_LogsPolicy_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_LogsPolicy_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.batch.v1.JobProto
-        .internal_static_google_cloud_batch_v1_LogsPolicy_fieldAccessorTable
+    return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_LogsPolicy_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.batch.v1.LogsPolicy.class,
-            com.google.cloud.batch.v1.LogsPolicy.Builder.class);
+            com.google.cloud.batch.v1.LogsPolicy.class, com.google.cloud.batch.v1.LogsPolicy.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * The destination (if any) for logs.
    * 
* * Protobuf enum {@code google.cloud.batch.v1.LogsPolicy.Destination} */ - public enum Destination implements com.google.protobuf.ProtocolMessageEnum { + public enum Destination + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Logs are not preserved.
      * 
@@ -85,8 +63,6 @@ public enum Destination implements com.google.protobuf.ProtocolMessageEnum { */ DESTINATION_UNSPECIFIED(0), /** - * - * *
      * Logs are streamed to Cloud Logging.
      * 
@@ -95,8 +71,6 @@ public enum Destination implements com.google.protobuf.ProtocolMessageEnum { */ CLOUD_LOGGING(1), /** - * - * *
      * Logs are saved to a file path.
      * 
@@ -108,8 +82,6 @@ public enum Destination implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * Logs are not preserved.
      * 
@@ -118,8 +90,6 @@ public enum Destination implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DESTINATION_UNSPECIFIED_VALUE = 0; /** - * - * *
      * Logs are streamed to Cloud Logging.
      * 
@@ -128,8 +98,6 @@ public enum Destination implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CLOUD_LOGGING_VALUE = 1; /** - * - * *
      * Logs are saved to a file path.
      * 
@@ -138,6 +106,7 @@ public enum Destination implements com.google.protobuf.ProtocolMessageEnum { */ public static final int PATH_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -162,49 +131,49 @@ public static Destination valueOf(int value) { */ public static Destination forNumber(int value) { switch (value) { - case 0: - return DESTINATION_UNSPECIFIED; - case 1: - return CLOUD_LOGGING; - case 2: - return PATH; - default: - return null; + case 0: return DESTINATION_UNSPECIFIED; + case 1: return CLOUD_LOGGING; + case 2: return PATH; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + Destination> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public Destination findValueByNumber(int number) { + return Destination.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Destination findValueByNumber(int number) { - return Destination.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.cloud.batch.v1.LogsPolicy.getDescriptor().getEnumTypes().get(0); } private static final Destination[] VALUES = values(); - public static Destination valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static Destination valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -224,45 +193,33 @@ private Destination(int value) { public static final int DESTINATION_FIELD_NUMBER = 1; private int destination_ = 0; /** - * - * *
    * Where logs should be saved.
    * 
* * .google.cloud.batch.v1.LogsPolicy.Destination destination = 1; - * * @return The enum numeric value on the wire for destination. */ - @java.lang.Override - public int getDestinationValue() { + @java.lang.Override public int getDestinationValue() { return destination_; } /** - * - * *
    * Where logs should be saved.
    * 
* * .google.cloud.batch.v1.LogsPolicy.Destination destination = 1; - * * @return The destination. */ - @java.lang.Override - public com.google.cloud.batch.v1.LogsPolicy.Destination getDestination() { - com.google.cloud.batch.v1.LogsPolicy.Destination result = - com.google.cloud.batch.v1.LogsPolicy.Destination.forNumber(destination_); + @java.lang.Override public com.google.cloud.batch.v1.LogsPolicy.Destination getDestination() { + com.google.cloud.batch.v1.LogsPolicy.Destination result = com.google.cloud.batch.v1.LogsPolicy.Destination.forNumber(destination_); return result == null ? com.google.cloud.batch.v1.LogsPolicy.Destination.UNRECOGNIZED : result; } public static final int LOGS_PATH_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object logsPath_ = ""; /** - * - * *
    * The path to which logs are saved when the destination = PATH. This can be a
    * local file path on the VM, or under the mount point of a Persistent Disk or
@@ -270,7 +227,6 @@ public com.google.cloud.batch.v1.LogsPolicy.Destination getDestination() {
    * 
* * string logs_path = 2; - * * @return The logsPath. */ @java.lang.Override @@ -279,15 +235,14 @@ public java.lang.String getLogsPath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); logsPath_ = s; return s; } } /** - * - * *
    * The path to which logs are saved when the destination = PATH. This can be a
    * local file path on the VM, or under the mount point of a Persistent Disk or
@@ -295,15 +250,16 @@ public java.lang.String getLogsPath() {
    * 
* * string logs_path = 2; - * * @return The bytes for logsPath. */ @java.lang.Override - public com.google.protobuf.ByteString getLogsPathBytes() { + public com.google.protobuf.ByteString + getLogsPathBytes() { java.lang.Object ref = logsPath_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); logsPath_ = b; return b; } else { @@ -312,7 +268,6 @@ public com.google.protobuf.ByteString getLogsPathBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -324,9 +279,9 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (destination_ - != com.google.cloud.batch.v1.LogsPolicy.Destination.DESTINATION_UNSPECIFIED.getNumber()) { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (destination_ != com.google.cloud.batch.v1.LogsPolicy.Destination.DESTINATION_UNSPECIFIED.getNumber()) { output.writeEnum(1, destination_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(logsPath_)) { @@ -341,9 +296,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (destination_ - != com.google.cloud.batch.v1.LogsPolicy.Destination.DESTINATION_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, destination_); + if (destination_ != com.google.cloud.batch.v1.LogsPolicy.Destination.DESTINATION_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(1, destination_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(logsPath_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, logsPath_); @@ -356,7 +311,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.LogsPolicy)) { return super.equals(obj); @@ -364,7 +319,8 @@ public boolean equals(final java.lang.Object obj) { com.google.cloud.batch.v1.LogsPolicy other = (com.google.cloud.batch.v1.LogsPolicy) obj; if (destination_ != other.destination_) return false; - if (!getLogsPath().equals(other.getLogsPath())) return false; + if (!getLogsPath() + .equals(other.getLogsPath())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -385,103 +341,99 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.LogsPolicy parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.LogsPolicy parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.LogsPolicy parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.LogsPolicy parseFrom(com.google.protobuf.ByteString data) + public static com.google.cloud.batch.v1.LogsPolicy parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.LogsPolicy parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.LogsPolicy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.LogsPolicy parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.LogsPolicy parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.LogsPolicy parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.cloud.batch.v1.LogsPolicy parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.LogsPolicy parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.LogsPolicy parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.LogsPolicy parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.LogsPolicy prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be
    * preserved.
@@ -489,32 +441,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.cloud.batch.v1.LogsPolicy}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.LogsPolicy)
       com.google.cloud.batch.v1.LogsPolicyOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_LogsPolicy_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_LogsPolicy_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_LogsPolicy_fieldAccessorTable
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_LogsPolicy_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.batch.v1.LogsPolicy.class,
-              com.google.cloud.batch.v1.LogsPolicy.Builder.class);
+              com.google.cloud.batch.v1.LogsPolicy.class, com.google.cloud.batch.v1.LogsPolicy.Builder.class);
     }
 
     // Construct using com.google.cloud.batch.v1.LogsPolicy.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -525,9 +478,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_LogsPolicy_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_LogsPolicy_descriptor;
     }
 
     @java.lang.Override
@@ -547,9 +500,7 @@ public com.google.cloud.batch.v1.LogsPolicy build() {
     @java.lang.Override
     public com.google.cloud.batch.v1.LogsPolicy buildPartial() {
       com.google.cloud.batch.v1.LogsPolicy result = new com.google.cloud.batch.v1.LogsPolicy(this);
-      if (bitField0_ != 0) {
-        buildPartial0(result);
-      }
+      if (bitField0_ != 0) { buildPartial0(result); }
       onBuilt();
       return result;
     }
@@ -568,39 +519,38 @@ private void buildPartial0(com.google.cloud.batch.v1.LogsPolicy result) {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.cloud.batch.v1.LogsPolicy) {
-        return mergeFrom((com.google.cloud.batch.v1.LogsPolicy) other);
+        return mergeFrom((com.google.cloud.batch.v1.LogsPolicy)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -643,25 +593,22 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 8:
-              {
-                destination_ = input.readEnum();
-                bitField0_ |= 0x00000001;
-                break;
-              } // case 8
-            case 18:
-              {
-                logsPath_ = input.readStringRequireUtf8();
-                bitField0_ |= 0x00000002;
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 8: {
+              destination_ = input.readEnum();
+              bitField0_ |= 0x00000001;
+              break;
+            } // case 8
+            case 18: {
+              logsPath_ = input.readStringRequireUtf8();
+              bitField0_ |= 0x00000002;
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -671,34 +618,26 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private int destination_ = 0;
     /**
-     *
-     *
      * 
      * Where logs should be saved.
      * 
* * .google.cloud.batch.v1.LogsPolicy.Destination destination = 1; - * * @return The enum numeric value on the wire for destination. */ - @java.lang.Override - public int getDestinationValue() { + @java.lang.Override public int getDestinationValue() { return destination_; } /** - * - * *
      * Where logs should be saved.
      * 
* * .google.cloud.batch.v1.LogsPolicy.Destination destination = 1; - * * @param value The enum numeric value on the wire for destination to set. * @return This builder for chaining. */ @@ -709,33 +648,24 @@ public Builder setDestinationValue(int value) { return this; } /** - * - * *
      * Where logs should be saved.
      * 
* * .google.cloud.batch.v1.LogsPolicy.Destination destination = 1; - * * @return The destination. */ @java.lang.Override public com.google.cloud.batch.v1.LogsPolicy.Destination getDestination() { - com.google.cloud.batch.v1.LogsPolicy.Destination result = - com.google.cloud.batch.v1.LogsPolicy.Destination.forNumber(destination_); - return result == null - ? com.google.cloud.batch.v1.LogsPolicy.Destination.UNRECOGNIZED - : result; + com.google.cloud.batch.v1.LogsPolicy.Destination result = com.google.cloud.batch.v1.LogsPolicy.Destination.forNumber(destination_); + return result == null ? com.google.cloud.batch.v1.LogsPolicy.Destination.UNRECOGNIZED : result; } /** - * - * *
      * Where logs should be saved.
      * 
* * .google.cloud.batch.v1.LogsPolicy.Destination destination = 1; - * * @param value The destination to set. * @return This builder for chaining. */ @@ -749,14 +679,11 @@ public Builder setDestination(com.google.cloud.batch.v1.LogsPolicy.Destination v return this; } /** - * - * *
      * Where logs should be saved.
      * 
* * .google.cloud.batch.v1.LogsPolicy.Destination destination = 1; - * * @return This builder for chaining. */ public Builder clearDestination() { @@ -768,8 +695,6 @@ public Builder clearDestination() { private java.lang.Object logsPath_ = ""; /** - * - * *
      * The path to which logs are saved when the destination = PATH. This can be a
      * local file path on the VM, or under the mount point of a Persistent Disk or
@@ -777,13 +702,13 @@ public Builder clearDestination() {
      * 
* * string logs_path = 2; - * * @return The logsPath. */ public java.lang.String getLogsPath() { java.lang.Object ref = logsPath_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); logsPath_ = s; return s; @@ -792,8 +717,6 @@ public java.lang.String getLogsPath() { } } /** - * - * *
      * The path to which logs are saved when the destination = PATH. This can be a
      * local file path on the VM, or under the mount point of a Persistent Disk or
@@ -801,14 +724,15 @@ public java.lang.String getLogsPath() {
      * 
* * string logs_path = 2; - * * @return The bytes for logsPath. */ - public com.google.protobuf.ByteString getLogsPathBytes() { + public com.google.protobuf.ByteString + getLogsPathBytes() { java.lang.Object ref = logsPath_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); logsPath_ = b; return b; } else { @@ -816,8 +740,6 @@ public com.google.protobuf.ByteString getLogsPathBytes() { } } /** - * - * *
      * The path to which logs are saved when the destination = PATH. This can be a
      * local file path on the VM, or under the mount point of a Persistent Disk or
@@ -825,22 +747,18 @@ public com.google.protobuf.ByteString getLogsPathBytes() {
      * 
* * string logs_path = 2; - * * @param value The logsPath to set. * @return This builder for chaining. */ - public Builder setLogsPath(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setLogsPath( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } logsPath_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * The path to which logs are saved when the destination = PATH. This can be a
      * local file path on the VM, or under the mount point of a Persistent Disk or
@@ -848,7 +766,6 @@ public Builder setLogsPath(java.lang.String value) {
      * 
* * string logs_path = 2; - * * @return This builder for chaining. */ public Builder clearLogsPath() { @@ -858,8 +775,6 @@ public Builder clearLogsPath() { return this; } /** - * - * *
      * The path to which logs are saved when the destination = PATH. This can be a
      * local file path on the VM, or under the mount point of a Persistent Disk or
@@ -867,23 +782,21 @@ public Builder clearLogsPath() {
      * 
* * string logs_path = 2; - * * @param value The bytes for logsPath to set. * @return This builder for chaining. */ - public Builder setLogsPathBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setLogsPathBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); logsPath_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -893,12 +806,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.LogsPolicy) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.LogsPolicy) private static final com.google.cloud.batch.v1.LogsPolicy DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.LogsPolicy(); } @@ -907,27 +820,27 @@ public static com.google.cloud.batch.v1.LogsPolicy getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public LogsPolicy parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public LogsPolicy parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -942,4 +855,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.LogsPolicy getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicyOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicyOrBuilder.java similarity index 65% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicyOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicyOrBuilder.java index ce4b698d32b6..dd45d140dab0 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicyOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicyOrBuilder.java @@ -1,56 +1,32 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/job.proto package com.google.cloud.batch.v1; -public interface LogsPolicyOrBuilder - extends +public interface LogsPolicyOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.LogsPolicy) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Where logs should be saved.
    * 
* * .google.cloud.batch.v1.LogsPolicy.Destination destination = 1; - * * @return The enum numeric value on the wire for destination. */ int getDestinationValue(); /** - * - * *
    * Where logs should be saved.
    * 
* * .google.cloud.batch.v1.LogsPolicy.Destination destination = 1; - * * @return The destination. */ com.google.cloud.batch.v1.LogsPolicy.Destination getDestination(); /** - * - * *
    * The path to which logs are saved when the destination = PATH. This can be a
    * local file path on the VM, or under the mount point of a Persistent Disk or
@@ -58,13 +34,10 @@ public interface LogsPolicyOrBuilder
    * 
* * string logs_path = 2; - * * @return The logsPath. */ java.lang.String getLogsPath(); /** - * - * *
    * The path to which logs are saved when the destination = PATH. This can be a
    * local file path on the VM, or under the mount point of a Persistent Disk or
@@ -72,8 +45,8 @@ public interface LogsPolicyOrBuilder
    * 
* * string logs_path = 2; - * * @return The bytes for logsPath. */ - com.google.protobuf.ByteString getLogsPathBytes(); + com.google.protobuf.ByteString + getLogsPathBytes(); } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFS.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFS.java similarity index 67% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFS.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFS.java index 29f2ee9346a5..5eff0fcdfc07 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFS.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFS.java @@ -1,42 +1,24 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/volume.proto package com.google.cloud.batch.v1; /** - * - * *
  * Represents an NFS volume.
  * 
* * Protobuf type {@code google.cloud.batch.v1.NFS} */ -public final class NFS extends com.google.protobuf.GeneratedMessageV3 - implements +public final class NFS extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.NFS) NFSOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use NFS.newBuilder() to construct. private NFS(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private NFS() { server_ = ""; remotePath_ = ""; @@ -44,37 +26,33 @@ private NFS() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new NFS(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.VolumeProto - .internal_static_google_cloud_batch_v1_NFS_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.VolumeProto.internal_static_google_cloud_batch_v1_NFS_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.VolumeProto - .internal_static_google_cloud_batch_v1_NFS_fieldAccessorTable + return com.google.cloud.batch.v1.VolumeProto.internal_static_google_cloud_batch_v1_NFS_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.batch.v1.NFS.class, com.google.cloud.batch.v1.NFS.Builder.class); } public static final int SERVER_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object server_ = ""; /** - * - * *
    * The IP address of the NFS.
    * 
* * string server = 1; - * * @return The server. */ @java.lang.Override @@ -83,29 +61,29 @@ public java.lang.String getServer() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); server_ = s; return s; } } /** - * - * *
    * The IP address of the NFS.
    * 
* * string server = 1; - * * @return The bytes for server. */ @java.lang.Override - public com.google.protobuf.ByteString getServerBytes() { + public com.google.protobuf.ByteString + getServerBytes() { java.lang.Object ref = server_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); server_ = b; return b; } else { @@ -114,18 +92,14 @@ public com.google.protobuf.ByteString getServerBytes() { } public static final int REMOTE_PATH_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private volatile java.lang.Object remotePath_ = ""; /** - * - * *
    * Remote source path exported from the NFS, e.g., "/share".
    * 
* * string remote_path = 2; - * * @return The remotePath. */ @java.lang.Override @@ -134,29 +108,29 @@ public java.lang.String getRemotePath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); remotePath_ = s; return s; } } /** - * - * *
    * Remote source path exported from the NFS, e.g., "/share".
    * 
* * string remote_path = 2; - * * @return The bytes for remotePath. */ @java.lang.Override - public com.google.protobuf.ByteString getRemotePathBytes() { + public com.google.protobuf.ByteString + getRemotePathBytes() { java.lang.Object ref = remotePath_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); remotePath_ = b; return b; } else { @@ -165,7 +139,6 @@ public com.google.protobuf.ByteString getRemotePathBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -177,7 +150,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(server_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, server_); } @@ -207,15 +181,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.NFS)) { return super.equals(obj); } com.google.cloud.batch.v1.NFS other = (com.google.cloud.batch.v1.NFS) obj; - if (!getServer().equals(other.getServer())) return false; - if (!getRemotePath().equals(other.getRemotePath())) return false; + if (!getServer() + .equals(other.getServer())) return false; + if (!getRemotePath() + .equals(other.getRemotePath())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -236,134 +212,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.NFS parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.NFS parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.NFS parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.cloud.batch.v1.NFS parseFrom(com.google.protobuf.ByteString data) + public static com.google.cloud.batch.v1.NFS parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.NFS parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.NFS parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.NFS parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.NFS parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.NFS parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } public static com.google.cloud.batch.v1.NFS parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.NFS parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.cloud.batch.v1.NFS parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.cloud.batch.v1.NFS parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.NFS parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.NFS prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Represents an NFS volume.
    * 
* * Protobuf type {@code google.cloud.batch.v1.NFS} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.NFS) com.google.cloud.batch.v1.NFSOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.VolumeProto - .internal_static_google_cloud_batch_v1_NFS_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.VolumeProto.internal_static_google_cloud_batch_v1_NFS_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.VolumeProto - .internal_static_google_cloud_batch_v1_NFS_fieldAccessorTable + return com.google.cloud.batch.v1.VolumeProto.internal_static_google_cloud_batch_v1_NFS_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.batch.v1.NFS.class, com.google.cloud.batch.v1.NFS.Builder.class); } // Construct using com.google.cloud.batch.v1.NFS.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -374,9 +348,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.VolumeProto - .internal_static_google_cloud_batch_v1_NFS_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.VolumeProto.internal_static_google_cloud_batch_v1_NFS_descriptor; } @java.lang.Override @@ -396,9 +370,7 @@ public com.google.cloud.batch.v1.NFS build() { @java.lang.Override public com.google.cloud.batch.v1.NFS buildPartial() { com.google.cloud.batch.v1.NFS result = new com.google.cloud.batch.v1.NFS(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -417,39 +389,38 @@ private void buildPartial0(com.google.cloud.batch.v1.NFS result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.NFS) { - return mergeFrom((com.google.cloud.batch.v1.NFS) other); + return mergeFrom((com.google.cloud.batch.v1.NFS)other); } else { super.mergeFrom(other); return this; @@ -494,25 +465,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - server_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - remotePath_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000002; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + server_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + remotePath_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000002; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -522,25 +490,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object server_ = ""; /** - * - * *
      * The IP address of the NFS.
      * 
* * string server = 1; - * * @return The server. */ public java.lang.String getServer() { java.lang.Object ref = server_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); server_ = s; return s; @@ -549,21 +514,20 @@ public java.lang.String getServer() { } } /** - * - * *
      * The IP address of the NFS.
      * 
* * string server = 1; - * * @return The bytes for server. */ - public com.google.protobuf.ByteString getServerBytes() { + public com.google.protobuf.ByteString + getServerBytes() { java.lang.Object ref = server_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); server_ = b; return b; } else { @@ -571,35 +535,28 @@ public com.google.protobuf.ByteString getServerBytes() { } } /** - * - * *
      * The IP address of the NFS.
      * 
* * string server = 1; - * * @param value The server to set. * @return This builder for chaining. */ - public Builder setServer(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setServer( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } server_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
      * The IP address of the NFS.
      * 
* * string server = 1; - * * @return This builder for chaining. */ public Builder clearServer() { @@ -609,21 +566,17 @@ public Builder clearServer() { return this; } /** - * - * *
      * The IP address of the NFS.
      * 
* * string server = 1; - * * @param value The bytes for server to set. * @return This builder for chaining. */ - public Builder setServerBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setServerBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); server_ = value; bitField0_ |= 0x00000001; @@ -633,20 +586,18 @@ public Builder setServerBytes(com.google.protobuf.ByteString value) { private java.lang.Object remotePath_ = ""; /** - * - * *
      * Remote source path exported from the NFS, e.g., "/share".
      * 
* * string remote_path = 2; - * * @return The remotePath. */ public java.lang.String getRemotePath() { java.lang.Object ref = remotePath_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); remotePath_ = s; return s; @@ -655,21 +606,20 @@ public java.lang.String getRemotePath() { } } /** - * - * *
      * Remote source path exported from the NFS, e.g., "/share".
      * 
* * string remote_path = 2; - * * @return The bytes for remotePath. */ - public com.google.protobuf.ByteString getRemotePathBytes() { + public com.google.protobuf.ByteString + getRemotePathBytes() { java.lang.Object ref = remotePath_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); remotePath_ = b; return b; } else { @@ -677,35 +627,28 @@ public com.google.protobuf.ByteString getRemotePathBytes() { } } /** - * - * *
      * Remote source path exported from the NFS, e.g., "/share".
      * 
* * string remote_path = 2; - * * @param value The remotePath to set. * @return This builder for chaining. */ - public Builder setRemotePath(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setRemotePath( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } remotePath_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
      * Remote source path exported from the NFS, e.g., "/share".
      * 
* * string remote_path = 2; - * * @return This builder for chaining. */ public Builder clearRemotePath() { @@ -715,30 +658,26 @@ public Builder clearRemotePath() { return this; } /** - * - * *
      * Remote source path exported from the NFS, e.g., "/share".
      * 
* * string remote_path = 2; - * * @param value The bytes for remotePath to set. * @return This builder for chaining. */ - public Builder setRemotePathBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setRemotePathBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); remotePath_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -748,12 +687,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.NFS) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.NFS) private static final com.google.cloud.batch.v1.NFS DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.NFS(); } @@ -762,27 +701,27 @@ public static com.google.cloud.batch.v1.NFS getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public NFS parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public NFS parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -797,4 +736,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.NFS getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFSOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFSOrBuilder.java similarity index 54% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFSOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFSOrBuilder.java index f5c1b74fc107..b4b59763617a 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFSOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/NFSOrBuilder.java @@ -1,75 +1,49 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/volume.proto package com.google.cloud.batch.v1; -public interface NFSOrBuilder - extends +public interface NFSOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.NFS) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The IP address of the NFS.
    * 
* * string server = 1; - * * @return The server. */ java.lang.String getServer(); /** - * - * *
    * The IP address of the NFS.
    * 
* * string server = 1; - * * @return The bytes for server. */ - com.google.protobuf.ByteString getServerBytes(); + com.google.protobuf.ByteString + getServerBytes(); /** - * - * *
    * Remote source path exported from the NFS, e.g., "/share".
    * 
* * string remote_path = 2; - * * @return The remotePath. */ java.lang.String getRemotePath(); /** - * - * *
    * Remote source path exported from the NFS, e.g., "/share".
    * 
* * string remote_path = 2; - * * @return The bytes for remotePath. */ - com.google.protobuf.ByteString getRemotePathBytes(); + com.google.protobuf.ByteString + getRemotePathBytes(); } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadata.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadata.java similarity index 70% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadata.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadata.java index b36e982ddb6b..e54eab0a19b5 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadata.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadata.java @@ -1,42 +1,24 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; /** - * - * *
  * Represents the metadata of the long-running operation.
  * 
* * Protobuf type {@code google.cloud.batch.v1.OperationMetadata} */ -public final class OperationMetadata extends com.google.protobuf.GeneratedMessageV3 - implements +public final class OperationMetadata extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.OperationMetadata) OperationMetadataOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use OperationMetadata.newBuilder() to construct. private OperationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private OperationMetadata() { target_ = ""; verb_ = ""; @@ -46,37 +28,32 @@ private OperationMetadata() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new OperationMetadata(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_OperationMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_OperationMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_OperationMetadata_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_OperationMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.OperationMetadata.class, - com.google.cloud.batch.v1.OperationMetadata.Builder.class); + com.google.cloud.batch.v1.OperationMetadata.class, com.google.cloud.batch.v1.OperationMetadata.Builder.class); } public static final int CREATE_TIME_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp createTime_; /** - * - * *
    * Output only. The time the operation was created.
    * 
* - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ @java.lang.Override @@ -84,15 +61,11 @@ public boolean hasCreateTime() { return createTime_ != null; } /** - * - * *
    * Output only. The time the operation was created.
    * 
* - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ @java.lang.Override @@ -100,14 +73,11 @@ public com.google.protobuf.Timestamp getCreateTime() { return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } /** - * - * *
    * Output only. The time the operation was created.
    * 
* - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { @@ -117,15 +87,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { public static final int END_TIME_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp endTime_; /** - * - * *
    * Output only. The time the operation finished running.
    * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the endTime field is set. */ @java.lang.Override @@ -133,15 +99,11 @@ public boolean hasEndTime() { return endTime_ != null; } /** - * - * *
    * Output only. The time the operation finished running.
    * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The endTime. */ @java.lang.Override @@ -149,14 +111,11 @@ public com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** - * - * *
    * Output only. The time the operation finished running.
    * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { @@ -164,18 +123,14 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { } public static final int TARGET_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object target_ = ""; /** - * - * *
    * Output only. Server-defined resource path for the target of the operation.
    * 
* * string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The target. */ @java.lang.Override @@ -184,29 +139,29 @@ public java.lang.String getTarget() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); target_ = s; return s; } } /** - * - * *
    * Output only. Server-defined resource path for the target of the operation.
    * 
* * string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for target. */ @java.lang.Override - public com.google.protobuf.ByteString getTargetBytes() { + public com.google.protobuf.ByteString + getTargetBytes() { java.lang.Object ref = target_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); target_ = b; return b; } else { @@ -215,18 +170,14 @@ public com.google.protobuf.ByteString getTargetBytes() { } public static final int VERB_FIELD_NUMBER = 4; - @SuppressWarnings("serial") private volatile java.lang.Object verb_ = ""; /** - * - * *
    * Output only. Name of the verb executed by the operation.
    * 
* * string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The verb. */ @java.lang.Override @@ -235,29 +186,29 @@ public java.lang.String getVerb() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); verb_ = s; return s; } } /** - * - * *
    * Output only. Name of the verb executed by the operation.
    * 
* * string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for verb. */ @java.lang.Override - public com.google.protobuf.ByteString getVerbBytes() { + public com.google.protobuf.ByteString + getVerbBytes() { java.lang.Object ref = verb_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); verb_ = b; return b; } else { @@ -266,18 +217,14 @@ public com.google.protobuf.ByteString getVerbBytes() { } public static final int STATUS_MESSAGE_FIELD_NUMBER = 5; - @SuppressWarnings("serial") private volatile java.lang.Object statusMessage_ = ""; /** - * - * *
    * Output only. Human-readable status of the operation, if any.
    * 
* * string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The statusMessage. */ @java.lang.Override @@ -286,29 +233,29 @@ public java.lang.String getStatusMessage() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); statusMessage_ = s; return s; } } /** - * - * *
    * Output only. Human-readable status of the operation, if any.
    * 
* * string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for statusMessage. */ @java.lang.Override - public com.google.protobuf.ByteString getStatusMessageBytes() { + public com.google.protobuf.ByteString + getStatusMessageBytes() { java.lang.Object ref = statusMessage_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); statusMessage_ = b; return b; } else { @@ -319,8 +266,6 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { public static final int REQUESTED_CANCELLATION_FIELD_NUMBER = 6; private boolean requestedCancellation_ = false; /** - * - * *
    * Output only. Identifies whether the user has requested cancellation
    * of the operation. Operations that have successfully been cancelled
@@ -330,7 +275,6 @@ public com.google.protobuf.ByteString getStatusMessageBytes() {
    * 
* * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The requestedCancellation. */ @java.lang.Override @@ -339,18 +283,14 @@ public boolean getRequestedCancellation() { } public static final int API_VERSION_FIELD_NUMBER = 7; - @SuppressWarnings("serial") private volatile java.lang.Object apiVersion_ = ""; /** - * - * *
    * Output only. API version used to start the operation.
    * 
* * string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The apiVersion. */ @java.lang.Override @@ -359,29 +299,29 @@ public java.lang.String getApiVersion() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); apiVersion_ = s; return s; } } /** - * - * *
    * Output only. API version used to start the operation.
    * 
* * string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for apiVersion. */ @java.lang.Override - public com.google.protobuf.ByteString getApiVersionBytes() { + public com.google.protobuf.ByteString + getApiVersionBytes() { java.lang.Object ref = apiVersion_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); apiVersion_ = b; return b; } else { @@ -390,7 +330,6 @@ public com.google.protobuf.ByteString getApiVersionBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -402,7 +341,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (createTime_ != null) { output.writeMessage(1, getCreateTime()); } @@ -434,10 +374,12 @@ public int getSerializedSize() { size = 0; if (createTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getCreateTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getCreateTime()); } if (endTime_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getEndTime()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getEndTime()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(target_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, target_); @@ -449,7 +391,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, statusMessage_); } if (requestedCancellation_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(6, requestedCancellation_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(6, requestedCancellation_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(apiVersion_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, apiVersion_); @@ -462,27 +405,33 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.OperationMetadata)) { return super.equals(obj); } - com.google.cloud.batch.v1.OperationMetadata other = - (com.google.cloud.batch.v1.OperationMetadata) obj; + com.google.cloud.batch.v1.OperationMetadata other = (com.google.cloud.batch.v1.OperationMetadata) obj; if (hasCreateTime() != other.hasCreateTime()) return false; if (hasCreateTime()) { - if (!getCreateTime().equals(other.getCreateTime())) return false; + if (!getCreateTime() + .equals(other.getCreateTime())) return false; } if (hasEndTime() != other.hasEndTime()) return false; if (hasEndTime()) { - if (!getEndTime().equals(other.getEndTime())) return false; - } - if (!getTarget().equals(other.getTarget())) return false; - if (!getVerb().equals(other.getVerb())) return false; - if (!getStatusMessage().equals(other.getStatusMessage())) return false; - if (getRequestedCancellation() != other.getRequestedCancellation()) return false; - if (!getApiVersion().equals(other.getApiVersion())) return false; + if (!getEndTime() + .equals(other.getEndTime())) return false; + } + if (!getTarget() + .equals(other.getTarget())) return false; + if (!getVerb() + .equals(other.getVerb())) return false; + if (!getStatusMessage() + .equals(other.getStatusMessage())) return false; + if (getRequestedCancellation() + != other.getRequestedCancellation()) return false; + if (!getApiVersion() + .equals(other.getApiVersion())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -509,7 +458,8 @@ public int hashCode() { hash = (37 * hash) + STATUS_MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getStatusMessage().hashCode(); hash = (37 * hash) + REQUESTED_CANCELLATION_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getRequestedCancellation()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getRequestedCancellation()); hash = (37 * hash) + API_VERSION_FIELD_NUMBER; hash = (53 * hash) + getApiVersion().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); @@ -517,136 +467,132 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.OperationMetadata parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.OperationMetadata parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.OperationMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.OperationMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.OperationMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.OperationMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.OperationMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.OperationMetadata parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.OperationMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.OperationMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.OperationMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.OperationMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.OperationMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.OperationMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.OperationMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Represents the metadata of the long-running operation.
    * 
* * Protobuf type {@code google.cloud.batch.v1.OperationMetadata} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.OperationMetadata) com.google.cloud.batch.v1.OperationMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_OperationMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_OperationMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_OperationMetadata_fieldAccessorTable + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_OperationMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.OperationMetadata.class, - com.google.cloud.batch.v1.OperationMetadata.Builder.class); + com.google.cloud.batch.v1.OperationMetadata.class, com.google.cloud.batch.v1.OperationMetadata.Builder.class); } // Construct using com.google.cloud.batch.v1.OperationMetadata.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -670,9 +616,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.BatchProto - .internal_static_google_cloud_batch_v1_OperationMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.BatchProto.internal_static_google_cloud_batch_v1_OperationMetadata_descriptor; } @java.lang.Override @@ -691,11 +637,8 @@ public com.google.cloud.batch.v1.OperationMetadata build() { @java.lang.Override public com.google.cloud.batch.v1.OperationMetadata buildPartial() { - com.google.cloud.batch.v1.OperationMetadata result = - new com.google.cloud.batch.v1.OperationMetadata(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.OperationMetadata result = new com.google.cloud.batch.v1.OperationMetadata(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -703,10 +646,14 @@ public com.google.cloud.batch.v1.OperationMetadata buildPartial() { private void buildPartial0(com.google.cloud.batch.v1.OperationMetadata result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { - result.createTime_ = createTimeBuilder_ == null ? createTime_ : createTimeBuilder_.build(); + result.createTime_ = createTimeBuilder_ == null + ? createTime_ + : createTimeBuilder_.build(); } if (((from_bitField0_ & 0x00000002) != 0)) { - result.endTime_ = endTimeBuilder_ == null ? endTime_ : endTimeBuilder_.build(); + result.endTime_ = endTimeBuilder_ == null + ? endTime_ + : endTimeBuilder_.build(); } if (((from_bitField0_ & 0x00000004) != 0)) { result.target_ = target_; @@ -729,39 +676,38 @@ private void buildPartial0(com.google.cloud.batch.v1.OperationMetadata result) { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.OperationMetadata) { - return mergeFrom((com.google.cloud.batch.v1.OperationMetadata) other); + return mergeFrom((com.google.cloud.batch.v1.OperationMetadata)other); } else { super.mergeFrom(other); return this; @@ -825,55 +771,51 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getCreateTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - input.readMessage(getEndTimeFieldBuilder().getBuilder(), extensionRegistry); - bitField0_ |= 0x00000002; - break; - } // case 18 - case 26: - { - target_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000004; - break; - } // case 26 - case 34: - { - verb_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000008; - break; - } // case 34 - case 42: - { - statusMessage_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000010; - break; - } // case 42 - case 48: - { - requestedCancellation_ = input.readBool(); - bitField0_ |= 0x00000020; - break; - } // case 48 - case 58: - { - apiVersion_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000040; - break; - } // case 58 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getCreateTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + input.readMessage( + getEndTimeFieldBuilder().getBuilder(), + extensionRegistry); + bitField0_ |= 0x00000002; + break; + } // case 18 + case 26: { + target_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000004; + break; + } // case 26 + case 34: { + verb_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000008; + break; + } // case 34 + case 42: { + statusMessage_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000010; + break; + } // case 42 + case 48: { + requestedCancellation_ = input.readBool(); + bitField0_ |= 0x00000020; + break; + } // case 48 + case 58: { + apiVersion_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000040; + break; + } // case 58 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -883,63 +825,43 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private com.google.protobuf.Timestamp createTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - createTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createTimeBuilder_; /** - * - * *
      * Output only. The time the operation was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ public boolean hasCreateTime() { return ((bitField0_ & 0x00000001) != 0); } /** - * - * *
      * Output only. The time the operation was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ public com.google.protobuf.Timestamp getCreateTime() { if (createTimeBuilder_ == null) { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } else { return createTimeBuilder_.getMessage(); } } /** - * - * *
      * Output only. The time the operation was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { @@ -955,17 +877,14 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The time the operation was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setCreateTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (createTimeBuilder_ == null) { createTime_ = builderForValue.build(); } else { @@ -976,21 +895,17 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal return this; } /** - * - * *
      * Output only. The time the operation was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { if (createTimeBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0) - && createTime_ != null - && createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000001) != 0) && + createTime_ != null && + createTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getCreateTimeBuilder().mergeFrom(value); } else { createTime_ = value; @@ -1003,15 +918,11 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The time the operation was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearCreateTime() { bitField0_ = (bitField0_ & ~0x00000001); @@ -1024,15 +935,11 @@ public Builder clearCreateTime() { return this; } /** - * - * *
      * Output only. The time the operation was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { bitField0_ |= 0x00000001; @@ -1040,48 +947,36 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { return getCreateTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The time the operation was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { if (createTimeBuilder_ != null) { return createTimeBuilder_.getMessageOrBuilder(); } else { - return createTime_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : createTime_; + return createTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : createTime_; } } /** - * - * *
      * Output only. The time the operation was created.
      * 
* - * - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getCreateTimeFieldBuilder() { if (createTimeBuilder_ == null) { - createTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getCreateTime(), getParentForChildren(), isClean()); + createTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getCreateTime(), + getParentForChildren(), + isClean()); createTime_ = null; } return createTimeBuilder_; @@ -1089,35 +984,24 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { private com.google.protobuf.Timestamp endTime_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - endTimeBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; /** - * - * *
      * Output only. The time the operation finished running.
      * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the endTime field is set. */ public boolean hasEndTime() { return ((bitField0_ & 0x00000002) != 0); } /** - * - * *
      * Output only. The time the operation finished running.
      * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The endTime. */ public com.google.protobuf.Timestamp getEndTime() { @@ -1128,14 +1012,11 @@ public com.google.protobuf.Timestamp getEndTime() { } } /** - * - * *
      * Output only. The time the operation finished running.
      * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setEndTime(com.google.protobuf.Timestamp value) { if (endTimeBuilder_ == null) { @@ -1151,16 +1032,14 @@ public Builder setEndTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The time the operation finished running.
      * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ - public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setEndTime( + com.google.protobuf.Timestamp.Builder builderForValue) { if (endTimeBuilder_ == null) { endTime_ = builderForValue.build(); } else { @@ -1171,20 +1050,17 @@ public Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) return this; } /** - * - * *
      * Output only. The time the operation finished running.
      * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { if (endTimeBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0) - && endTime_ != null - && endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { + if (((bitField0_ & 0x00000002) != 0) && + endTime_ != null && + endTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) { getEndTimeBuilder().mergeFrom(value); } else { endTime_ = value; @@ -1197,14 +1073,11 @@ public Builder mergeEndTime(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
      * Output only. The time the operation finished running.
      * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearEndTime() { bitField0_ = (bitField0_ & ~0x00000002); @@ -1217,14 +1090,11 @@ public Builder clearEndTime() { return this; } /** - * - * *
      * Output only. The time the operation finished running.
      * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { bitField0_ |= 0x00000002; @@ -1232,44 +1102,36 @@ public com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { return getEndTimeFieldBuilder().getBuilder(); } /** - * - * *
      * Output only. The time the operation finished running.
      * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { if (endTimeBuilder_ != null) { return endTimeBuilder_.getMessageOrBuilder(); } else { - return endTime_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; + return endTime_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } /** - * - * *
      * Output only. The time the operation finished running.
      * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getEndTimeFieldBuilder() { if (endTimeBuilder_ == null) { - endTimeBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getEndTime(), getParentForChildren(), isClean()); + endTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getEndTime(), + getParentForChildren(), + isClean()); endTime_ = null; } return endTimeBuilder_; @@ -1277,20 +1139,18 @@ public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { private java.lang.Object target_ = ""; /** - * - * *
      * Output only. Server-defined resource path for the target of the operation.
      * 
* * string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The target. */ public java.lang.String getTarget() { java.lang.Object ref = target_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); target_ = s; return s; @@ -1299,21 +1159,20 @@ public java.lang.String getTarget() { } } /** - * - * *
      * Output only. Server-defined resource path for the target of the operation.
      * 
* * string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for target. */ - public com.google.protobuf.ByteString getTargetBytes() { + public com.google.protobuf.ByteString + getTargetBytes() { java.lang.Object ref = target_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); target_ = b; return b; } else { @@ -1321,35 +1180,28 @@ public com.google.protobuf.ByteString getTargetBytes() { } } /** - * - * *
      * Output only. Server-defined resource path for the target of the operation.
      * 
* * string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The target to set. * @return This builder for chaining. */ - public Builder setTarget(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setTarget( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } target_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
      * Output only. Server-defined resource path for the target of the operation.
      * 
* * string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearTarget() { @@ -1359,21 +1211,17 @@ public Builder clearTarget() { return this; } /** - * - * *
      * Output only. Server-defined resource path for the target of the operation.
      * 
* * string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for target to set. * @return This builder for chaining. */ - public Builder setTargetBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setTargetBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); target_ = value; bitField0_ |= 0x00000004; @@ -1383,20 +1231,18 @@ public Builder setTargetBytes(com.google.protobuf.ByteString value) { private java.lang.Object verb_ = ""; /** - * - * *
      * Output only. Name of the verb executed by the operation.
      * 
* * string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The verb. */ public java.lang.String getVerb() { java.lang.Object ref = verb_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); verb_ = s; return s; @@ -1405,21 +1251,20 @@ public java.lang.String getVerb() { } } /** - * - * *
      * Output only. Name of the verb executed by the operation.
      * 
* * string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for verb. */ - public com.google.protobuf.ByteString getVerbBytes() { + public com.google.protobuf.ByteString + getVerbBytes() { java.lang.Object ref = verb_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); verb_ = b; return b; } else { @@ -1427,35 +1272,28 @@ public com.google.protobuf.ByteString getVerbBytes() { } } /** - * - * *
      * Output only. Name of the verb executed by the operation.
      * 
* * string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The verb to set. * @return This builder for chaining. */ - public Builder setVerb(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setVerb( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } verb_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
      * Output only. Name of the verb executed by the operation.
      * 
* * string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearVerb() { @@ -1465,21 +1303,17 @@ public Builder clearVerb() { return this; } /** - * - * *
      * Output only. Name of the verb executed by the operation.
      * 
* * string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for verb to set. * @return This builder for chaining. */ - public Builder setVerbBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setVerbBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); verb_ = value; bitField0_ |= 0x00000008; @@ -1489,20 +1323,18 @@ public Builder setVerbBytes(com.google.protobuf.ByteString value) { private java.lang.Object statusMessage_ = ""; /** - * - * *
      * Output only. Human-readable status of the operation, if any.
      * 
* * string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The statusMessage. */ public java.lang.String getStatusMessage() { java.lang.Object ref = statusMessage_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); statusMessage_ = s; return s; @@ -1511,21 +1343,20 @@ public java.lang.String getStatusMessage() { } } /** - * - * *
      * Output only. Human-readable status of the operation, if any.
      * 
* * string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for statusMessage. */ - public com.google.protobuf.ByteString getStatusMessageBytes() { + public com.google.protobuf.ByteString + getStatusMessageBytes() { java.lang.Object ref = statusMessage_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); statusMessage_ = b; return b; } else { @@ -1533,35 +1364,28 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { } } /** - * - * *
      * Output only. Human-readable status of the operation, if any.
      * 
* * string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The statusMessage to set. * @return This builder for chaining. */ - public Builder setStatusMessage(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setStatusMessage( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } statusMessage_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** - * - * *
      * Output only. Human-readable status of the operation, if any.
      * 
* * string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearStatusMessage() { @@ -1571,21 +1395,17 @@ public Builder clearStatusMessage() { return this; } /** - * - * *
      * Output only. Human-readable status of the operation, if any.
      * 
* * string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for statusMessage to set. * @return This builder for chaining. */ - public Builder setStatusMessageBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setStatusMessageBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); statusMessage_ = value; bitField0_ |= 0x00000010; @@ -1593,10 +1413,8 @@ public Builder setStatusMessageBytes(com.google.protobuf.ByteString value) { return this; } - private boolean requestedCancellation_; + private boolean requestedCancellation_ ; /** - * - * *
      * Output only. Identifies whether the user has requested cancellation
      * of the operation. Operations that have successfully been cancelled
@@ -1606,7 +1424,6 @@ public Builder setStatusMessageBytes(com.google.protobuf.ByteString value) {
      * 
* * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The requestedCancellation. */ @java.lang.Override @@ -1614,8 +1431,6 @@ public boolean getRequestedCancellation() { return requestedCancellation_; } /** - * - * *
      * Output only. Identifies whether the user has requested cancellation
      * of the operation. Operations that have successfully been cancelled
@@ -1625,7 +1440,6 @@ public boolean getRequestedCancellation() {
      * 
* * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The requestedCancellation to set. * @return This builder for chaining. */ @@ -1637,8 +1451,6 @@ public Builder setRequestedCancellation(boolean value) { return this; } /** - * - * *
      * Output only. Identifies whether the user has requested cancellation
      * of the operation. Operations that have successfully been cancelled
@@ -1648,7 +1460,6 @@ public Builder setRequestedCancellation(boolean value) {
      * 
* * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearRequestedCancellation() { @@ -1660,20 +1471,18 @@ public Builder clearRequestedCancellation() { private java.lang.Object apiVersion_ = ""; /** - * - * *
      * Output only. API version used to start the operation.
      * 
* * string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The apiVersion. */ public java.lang.String getApiVersion() { java.lang.Object ref = apiVersion_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); apiVersion_ = s; return s; @@ -1682,21 +1491,20 @@ public java.lang.String getApiVersion() { } } /** - * - * *
      * Output only. API version used to start the operation.
      * 
* * string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for apiVersion. */ - public com.google.protobuf.ByteString getApiVersionBytes() { + public com.google.protobuf.ByteString + getApiVersionBytes() { java.lang.Object ref = apiVersion_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); apiVersion_ = b; return b; } else { @@ -1704,35 +1512,28 @@ public com.google.protobuf.ByteString getApiVersionBytes() { } } /** - * - * *
      * Output only. API version used to start the operation.
      * 
* * string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The apiVersion to set. * @return This builder for chaining. */ - public Builder setApiVersion(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setApiVersion( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } apiVersion_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** - * - * *
      * Output only. API version used to start the operation.
      * 
* * string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return This builder for chaining. */ public Builder clearApiVersion() { @@ -1742,30 +1543,26 @@ public Builder clearApiVersion() { return this; } /** - * - * *
      * Output only. API version used to start the operation.
      * 
* * string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @param value The bytes for apiVersion to set. * @return This builder for chaining. */ - public Builder setApiVersionBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setApiVersionBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); apiVersion_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1775,12 +1572,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.OperationMetadata) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.OperationMetadata) private static final com.google.cloud.batch.v1.OperationMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.OperationMetadata(); } @@ -1789,27 +1586,27 @@ public static com.google.cloud.batch.v1.OperationMetadata getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public OperationMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public OperationMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1824,4 +1621,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.OperationMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadataOrBuilder.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadataOrBuilder.java similarity index 75% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadataOrBuilder.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadataOrBuilder.java index 87d20faadaea..eac911e2c880 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadataOrBuilder.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/OperationMetadataOrBuilder.java @@ -1,182 +1,127 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/batch.proto package com.google.cloud.batch.v1; -public interface OperationMetadataOrBuilder - extends +public interface OperationMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.OperationMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Output only. The time the operation was created.
    * 
* - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** - * - * *
    * Output only. The time the operation was created.
    * 
* - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** - * - * *
    * Output only. The time the operation was created.
    * 
* - * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** - * - * *
    * Output only. The time the operation finished running.
    * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the endTime field is set. */ boolean hasEndTime(); /** - * - * *
    * Output only. The time the operation finished running.
    * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** - * - * *
    * Output only. The time the operation finished running.
    * 
* - * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * + * .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); /** - * - * *
    * Output only. Server-defined resource path for the target of the operation.
    * 
* * string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The target. */ java.lang.String getTarget(); /** - * - * *
    * Output only. Server-defined resource path for the target of the operation.
    * 
* * string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for target. */ - com.google.protobuf.ByteString getTargetBytes(); + com.google.protobuf.ByteString + getTargetBytes(); /** - * - * *
    * Output only. Name of the verb executed by the operation.
    * 
* * string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The verb. */ java.lang.String getVerb(); /** - * - * *
    * Output only. Name of the verb executed by the operation.
    * 
* * string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for verb. */ - com.google.protobuf.ByteString getVerbBytes(); + com.google.protobuf.ByteString + getVerbBytes(); /** - * - * *
    * Output only. Human-readable status of the operation, if any.
    * 
* * string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The statusMessage. */ java.lang.String getStatusMessage(); /** - * - * *
    * Output only. Human-readable status of the operation, if any.
    * 
* * string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for statusMessage. */ - com.google.protobuf.ByteString getStatusMessageBytes(); + com.google.protobuf.ByteString + getStatusMessageBytes(); /** - * - * *
    * Output only. Identifies whether the user has requested cancellation
    * of the operation. Operations that have successfully been cancelled
@@ -186,33 +131,27 @@ public interface OperationMetadataOrBuilder
    * 
* * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The requestedCancellation. */ boolean getRequestedCancellation(); /** - * - * *
    * Output only. API version used to start the operation.
    * 
* * string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The apiVersion. */ java.lang.String getApiVersion(); /** - * - * *
    * Output only. API version used to start the operation.
    * 
* * string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; - * * @return The bytes for apiVersion. */ - com.google.protobuf.ByteString getApiVersionBytes(); + com.google.protobuf.ByteString + getApiVersionBytes(); } diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java similarity index 75% rename from java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java rename to owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java index 41beae95b64a..115c0e7209eb 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java +++ b/owl-bot-staging/java-batch/v1/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java @@ -1,26 +1,9 @@ -/* - * Copyright 2023 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/batch/v1/task.proto package com.google.cloud.batch.v1; /** - * - * *
  * Runnable describes instructions for executing a specific script or container
  * as part of a Task.
@@ -28,83 +11,75 @@
  *
  * Protobuf type {@code google.cloud.batch.v1.Runnable}
  */
-public final class Runnable extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Runnable extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.Runnable)
     RunnableOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Runnable.newBuilder() to construct.
   private Runnable(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private Runnable() {}
+  private Runnable() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Runnable();
   }
 
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.cloud.batch.v1.TaskProto
-        .internal_static_google_cloud_batch_v1_Runnable_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
   @java.lang.Override
-  protected com.google.protobuf.MapField internalGetMapField(int number) {
+  protected com.google.protobuf.MapField internalGetMapField(
+      int number) {
     switch (number) {
       case 9:
         return internalGetLabels();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.cloud.batch.v1.TaskProto
-        .internal_static_google_cloud_batch_v1_Runnable_fieldAccessorTable
+    return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.cloud.batch.v1.Runnable.class,
-            com.google.cloud.batch.v1.Runnable.Builder.class);
+            com.google.cloud.batch.v1.Runnable.class, com.google.cloud.batch.v1.Runnable.Builder.class);
   }
 
-  public interface ContainerOrBuilder
-      extends
+  public interface ContainerOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.Runnable.Container)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * The URI to pull the container image from.
      * 
* * string image_uri = 1; - * * @return The imageUri. */ java.lang.String getImageUri(); /** - * - * *
      * The URI to pull the container image from.
      * 
* * string image_uri = 1; - * * @return The bytes for imageUri. */ - com.google.protobuf.ByteString getImageUriBytes(); + com.google.protobuf.ByteString + getImageUriBytes(); /** - * - * *
      * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
      * (either in the container image or with the entrypoint field below) then
@@ -112,13 +87,11 @@ public interface ContainerOrBuilder
      * 
* * repeated string commands = 2; - * * @return A list containing the commands. */ - java.util.List getCommandsList(); + java.util.List + getCommandsList(); /** - * - * *
      * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
      * (either in the container image or with the entrypoint field below) then
@@ -126,13 +99,10 @@ public interface ContainerOrBuilder
      * 
* * repeated string commands = 2; - * * @return The count of commands. */ int getCommandsCount(); /** - * - * *
      * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
      * (either in the container image or with the entrypoint field below) then
@@ -140,14 +110,11 @@ public interface ContainerOrBuilder
      * 
* * repeated string commands = 2; - * * @param index The index of the element to return. * @return The commands at the given index. */ java.lang.String getCommands(int index); /** - * - * *
      * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
      * (either in the container image or with the entrypoint field below) then
@@ -155,40 +122,33 @@ public interface ContainerOrBuilder
      * 
* * repeated string commands = 2; - * * @param index The index of the value to return. * @return The bytes of the commands at the given index. */ - com.google.protobuf.ByteString getCommandsBytes(int index); + com.google.protobuf.ByteString + getCommandsBytes(int index); /** - * - * *
      * Overrides the `ENTRYPOINT` specified in the container.
      * 
* * string entrypoint = 3; - * * @return The entrypoint. */ java.lang.String getEntrypoint(); /** - * - * *
      * Overrides the `ENTRYPOINT` specified in the container.
      * 
* * string entrypoint = 3; - * * @return The bytes for entrypoint. */ - com.google.protobuf.ByteString getEntrypointBytes(); + com.google.protobuf.ByteString + getEntrypointBytes(); /** - * - * *
      * Volumes to mount (bind mount) from the host machine files or directories
      * into the container, formatted to match docker run's --volume option,
@@ -196,13 +156,11 @@ public interface ContainerOrBuilder
      * 
* * repeated string volumes = 7; - * * @return A list containing the volumes. */ - java.util.List getVolumesList(); + java.util.List + getVolumesList(); /** - * - * *
      * Volumes to mount (bind mount) from the host machine files or directories
      * into the container, formatted to match docker run's --volume option,
@@ -210,13 +168,10 @@ public interface ContainerOrBuilder
      * 
* * repeated string volumes = 7; - * * @return The count of volumes. */ int getVolumesCount(); /** - * - * *
      * Volumes to mount (bind mount) from the host machine files or directories
      * into the container, formatted to match docker run's --volume option,
@@ -224,14 +179,11 @@ public interface ContainerOrBuilder
      * 
* * repeated string volumes = 7; - * * @param index The index of the element to return. * @return The volumes at the given index. */ java.lang.String getVolumes(int index); /** - * - * *
      * Volumes to mount (bind mount) from the host machine files or directories
      * into the container, formatted to match docker run's --volume option,
@@ -239,42 +191,35 @@ public interface ContainerOrBuilder
      * 
* * repeated string volumes = 7; - * * @param index The index of the value to return. * @return The bytes of the volumes at the given index. */ - com.google.protobuf.ByteString getVolumesBytes(int index); + com.google.protobuf.ByteString + getVolumesBytes(int index); /** - * - * *
      * Arbitrary additional options to include in the "docker run" command when
      * running this container, e.g. "--network host".
      * 
* * string options = 8; - * * @return The options. */ java.lang.String getOptions(); /** - * - * *
      * Arbitrary additional options to include in the "docker run" command when
      * running this container, e.g. "--network host".
      * 
* * string options = 8; - * * @return The bytes for options. */ - com.google.protobuf.ByteString getOptionsBytes(); + com.google.protobuf.ByteString + getOptionsBytes(); /** - * - * *
      * If set to true, external network access to and from container will be
      * blocked, containers that are with block_external_network as true can
@@ -283,14 +228,11 @@ public interface ContainerOrBuilder
      * 
* * bool block_external_network = 9; - * * @return The blockExternalNetwork. */ boolean getBlockExternalNetwork(); /** - * - * *
      * Optional username for logging in to a docker registry. If username
      * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -298,13 +240,10 @@ public interface ContainerOrBuilder
      * 
* * string username = 10; - * * @return The username. */ java.lang.String getUsername(); /** - * - * *
      * Optional username for logging in to a docker registry. If username
      * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -312,14 +251,12 @@ public interface ContainerOrBuilder
      * 
* * string username = 10; - * * @return The bytes for username. */ - com.google.protobuf.ByteString getUsernameBytes(); + com.google.protobuf.ByteString + getUsernameBytes(); /** - * - * *
      * Optional password for logging in to a docker registry. If password
      * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -327,13 +264,10 @@ public interface ContainerOrBuilder
      * 
* * string password = 11; - * * @return The password. */ java.lang.String getPassword(); /** - * - * *
      * Optional password for logging in to a docker registry. If password
      * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -341,35 +275,34 @@ public interface ContainerOrBuilder
      * 
* * string password = 11; - * * @return The bytes for password. */ - com.google.protobuf.ByteString getPasswordBytes(); + com.google.protobuf.ByteString + getPasswordBytes(); } /** - * - * *
    * Container runnable.
    * 
* * Protobuf type {@code google.cloud.batch.v1.Runnable.Container} */ - public static final class Container extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Container extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.Runnable.Container) ContainerOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Container.newBuilder() to construct. private Container(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Container() { imageUri_ = ""; - commands_ = com.google.protobuf.LazyStringArrayList.emptyList(); + commands_ = + com.google.protobuf.LazyStringArrayList.emptyList(); entrypoint_ = ""; - volumes_ = com.google.protobuf.LazyStringArrayList.emptyList(); + volumes_ = + com.google.protobuf.LazyStringArrayList.emptyList(); options_ = ""; username_ = ""; password_ = ""; @@ -377,38 +310,33 @@ private Container() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Container(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Runnable_Container_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_Container_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Runnable_Container_fieldAccessorTable + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_Container_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.Runnable.Container.class, - com.google.cloud.batch.v1.Runnable.Container.Builder.class); + com.google.cloud.batch.v1.Runnable.Container.class, com.google.cloud.batch.v1.Runnable.Container.Builder.class); } public static final int IMAGE_URI_FIELD_NUMBER = 1; - @SuppressWarnings("serial") private volatile java.lang.Object imageUri_ = ""; /** - * - * *
      * The URI to pull the container image from.
      * 
* * string image_uri = 1; - * * @return The imageUri. */ @java.lang.Override @@ -417,29 +345,29 @@ public java.lang.String getImageUri() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); imageUri_ = s; return s; } } /** - * - * *
      * The URI to pull the container image from.
      * 
* * string image_uri = 1; - * * @return The bytes for imageUri. */ @java.lang.Override - public com.google.protobuf.ByteString getImageUriBytes() { + public com.google.protobuf.ByteString + getImageUriBytes() { java.lang.Object ref = imageUri_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); imageUri_ = b; return b; } else { @@ -448,13 +376,10 @@ public com.google.protobuf.ByteString getImageUriBytes() { } public static final int COMMANDS_FIELD_NUMBER = 2; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList commands_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
      * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
      * (either in the container image or with the entrypoint field below) then
@@ -462,15 +387,13 @@ public com.google.protobuf.ByteString getImageUriBytes() {
      * 
* * repeated string commands = 2; - * * @return A list containing the commands. */ - public com.google.protobuf.ProtocolStringList getCommandsList() { + public com.google.protobuf.ProtocolStringList + getCommandsList() { return commands_; } /** - * - * *
      * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
      * (either in the container image or with the entrypoint field below) then
@@ -478,15 +401,12 @@ public com.google.protobuf.ProtocolStringList getCommandsList() {
      * 
* * repeated string commands = 2; - * * @return The count of commands. */ public int getCommandsCount() { return commands_.size(); } /** - * - * *
      * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
      * (either in the container image or with the entrypoint field below) then
@@ -494,7 +414,6 @@ public int getCommandsCount() {
      * 
* * repeated string commands = 2; - * * @param index The index of the element to return. * @return The commands at the given index. */ @@ -502,8 +421,6 @@ public java.lang.String getCommands(int index) { return commands_.get(index); } /** - * - * *
      * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
      * (either in the container image or with the entrypoint field below) then
@@ -511,27 +428,23 @@ public java.lang.String getCommands(int index) {
      * 
* * repeated string commands = 2; - * * @param index The index of the value to return. * @return The bytes of the commands at the given index. */ - public com.google.protobuf.ByteString getCommandsBytes(int index) { + public com.google.protobuf.ByteString + getCommandsBytes(int index) { return commands_.getByteString(index); } public static final int ENTRYPOINT_FIELD_NUMBER = 3; - @SuppressWarnings("serial") private volatile java.lang.Object entrypoint_ = ""; /** - * - * *
      * Overrides the `ENTRYPOINT` specified in the container.
      * 
* * string entrypoint = 3; - * * @return The entrypoint. */ @java.lang.Override @@ -540,29 +453,29 @@ public java.lang.String getEntrypoint() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); entrypoint_ = s; return s; } } /** - * - * *
      * Overrides the `ENTRYPOINT` specified in the container.
      * 
* * string entrypoint = 3; - * * @return The bytes for entrypoint. */ @java.lang.Override - public com.google.protobuf.ByteString getEntrypointBytes() { + public com.google.protobuf.ByteString + getEntrypointBytes() { java.lang.Object ref = entrypoint_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); entrypoint_ = b; return b; } else { @@ -571,13 +484,10 @@ public com.google.protobuf.ByteString getEntrypointBytes() { } public static final int VOLUMES_FIELD_NUMBER = 7; - @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList volumes_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** - * - * *
      * Volumes to mount (bind mount) from the host machine files or directories
      * into the container, formatted to match docker run's --volume option,
@@ -585,15 +495,13 @@ public com.google.protobuf.ByteString getEntrypointBytes() {
      * 
* * repeated string volumes = 7; - * * @return A list containing the volumes. */ - public com.google.protobuf.ProtocolStringList getVolumesList() { + public com.google.protobuf.ProtocolStringList + getVolumesList() { return volumes_; } /** - * - * *
      * Volumes to mount (bind mount) from the host machine files or directories
      * into the container, formatted to match docker run's --volume option,
@@ -601,15 +509,12 @@ public com.google.protobuf.ProtocolStringList getVolumesList() {
      * 
* * repeated string volumes = 7; - * * @return The count of volumes. */ public int getVolumesCount() { return volumes_.size(); } /** - * - * *
      * Volumes to mount (bind mount) from the host machine files or directories
      * into the container, formatted to match docker run's --volume option,
@@ -617,7 +522,6 @@ public int getVolumesCount() {
      * 
* * repeated string volumes = 7; - * * @param index The index of the element to return. * @return The volumes at the given index. */ @@ -625,8 +529,6 @@ public java.lang.String getVolumes(int index) { return volumes_.get(index); } /** - * - * *
      * Volumes to mount (bind mount) from the host machine files or directories
      * into the container, formatted to match docker run's --volume option,
@@ -634,28 +536,24 @@ public java.lang.String getVolumes(int index) {
      * 
* * repeated string volumes = 7; - * * @param index The index of the value to return. * @return The bytes of the volumes at the given index. */ - public com.google.protobuf.ByteString getVolumesBytes(int index) { + public com.google.protobuf.ByteString + getVolumesBytes(int index) { return volumes_.getByteString(index); } public static final int OPTIONS_FIELD_NUMBER = 8; - @SuppressWarnings("serial") private volatile java.lang.Object options_ = ""; /** - * - * *
      * Arbitrary additional options to include in the "docker run" command when
      * running this container, e.g. "--network host".
      * 
* * string options = 8; - * * @return The options. */ @java.lang.Override @@ -664,30 +562,30 @@ public java.lang.String getOptions() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); options_ = s; return s; } } /** - * - * *
      * Arbitrary additional options to include in the "docker run" command when
      * running this container, e.g. "--network host".
      * 
* * string options = 8; - * * @return The bytes for options. */ @java.lang.Override - public com.google.protobuf.ByteString getOptionsBytes() { + public com.google.protobuf.ByteString + getOptionsBytes() { java.lang.Object ref = options_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); options_ = b; return b; } else { @@ -698,8 +596,6 @@ public com.google.protobuf.ByteString getOptionsBytes() { public static final int BLOCK_EXTERNAL_NETWORK_FIELD_NUMBER = 9; private boolean blockExternalNetwork_ = false; /** - * - * *
      * If set to true, external network access to and from container will be
      * blocked, containers that are with block_external_network as true can
@@ -708,7 +604,6 @@ public com.google.protobuf.ByteString getOptionsBytes() {
      * 
* * bool block_external_network = 9; - * * @return The blockExternalNetwork. */ @java.lang.Override @@ -717,12 +612,9 @@ public boolean getBlockExternalNetwork() { } public static final int USERNAME_FIELD_NUMBER = 10; - @SuppressWarnings("serial") private volatile java.lang.Object username_ = ""; /** - * - * *
      * Optional username for logging in to a docker registry. If username
      * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -730,7 +622,6 @@ public boolean getBlockExternalNetwork() {
      * 
* * string username = 10; - * * @return The username. */ @java.lang.Override @@ -739,15 +630,14 @@ public java.lang.String getUsername() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); username_ = s; return s; } } /** - * - * *
      * Optional username for logging in to a docker registry. If username
      * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -755,15 +645,16 @@ public java.lang.String getUsername() {
      * 
* * string username = 10; - * * @return The bytes for username. */ @java.lang.Override - public com.google.protobuf.ByteString getUsernameBytes() { + public com.google.protobuf.ByteString + getUsernameBytes() { java.lang.Object ref = username_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); username_ = b; return b; } else { @@ -772,12 +663,9 @@ public com.google.protobuf.ByteString getUsernameBytes() { } public static final int PASSWORD_FIELD_NUMBER = 11; - @SuppressWarnings("serial") private volatile java.lang.Object password_ = ""; /** - * - * *
      * Optional password for logging in to a docker registry. If password
      * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -785,7 +673,6 @@ public com.google.protobuf.ByteString getUsernameBytes() {
      * 
* * string password = 11; - * * @return The password. */ @java.lang.Override @@ -794,15 +681,14 @@ public java.lang.String getPassword() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); password_ = s; return s; } } /** - * - * *
      * Optional password for logging in to a docker registry. If password
      * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -810,15 +696,16 @@ public java.lang.String getPassword() {
      * 
* * string password = 11; - * * @return The bytes for password. */ @java.lang.Override - public com.google.protobuf.ByteString getPasswordBytes() { + public com.google.protobuf.ByteString + getPasswordBytes() { java.lang.Object ref = password_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); password_ = b; return b; } else { @@ -827,7 +714,6 @@ public com.google.protobuf.ByteString getPasswordBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -839,7 +725,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(imageUri_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, imageUri_); } @@ -899,7 +786,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, options_); } if (blockExternalNetwork_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(9, blockExternalNetwork_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(9, blockExternalNetwork_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(username_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, username_); @@ -915,22 +803,29 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.Runnable.Container)) { return super.equals(obj); } - com.google.cloud.batch.v1.Runnable.Container other = - (com.google.cloud.batch.v1.Runnable.Container) obj; - - if (!getImageUri().equals(other.getImageUri())) return false; - if (!getCommandsList().equals(other.getCommandsList())) return false; - if (!getEntrypoint().equals(other.getEntrypoint())) return false; - if (!getVolumesList().equals(other.getVolumesList())) return false; - if (!getOptions().equals(other.getOptions())) return false; - if (getBlockExternalNetwork() != other.getBlockExternalNetwork()) return false; - if (!getUsername().equals(other.getUsername())) return false; - if (!getPassword().equals(other.getPassword())) return false; + com.google.cloud.batch.v1.Runnable.Container other = (com.google.cloud.batch.v1.Runnable.Container) obj; + + if (!getImageUri() + .equals(other.getImageUri())) return false; + if (!getCommandsList() + .equals(other.getCommandsList())) return false; + if (!getEntrypoint() + .equals(other.getEntrypoint())) return false; + if (!getVolumesList() + .equals(other.getVolumesList())) return false; + if (!getOptions() + .equals(other.getOptions())) return false; + if (getBlockExternalNetwork() + != other.getBlockExternalNetwork()) return false; + if (!getUsername() + .equals(other.getUsername())) return false; + if (!getPassword() + .equals(other.getPassword())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -957,7 +852,8 @@ public int hashCode() { hash = (37 * hash) + OPTIONS_FIELD_NUMBER; hash = (53 * hash) + getOptions().hashCode(); hash = (37 * hash) + BLOCK_EXTERNAL_NETWORK_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getBlockExternalNetwork()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getBlockExternalNetwork()); hash = (37 * hash) + USERNAME_FIELD_NUMBER; hash = (53 * hash) + getUsername().hashCode(); hash = (37 * hash) + PASSWORD_FIELD_NUMBER; @@ -967,94 +863,90 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.Runnable.Container parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.Runnable.Container parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Runnable.Container parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.Runnable.Container parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Runnable.Container parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.Runnable.Container parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Runnable.Container parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.Runnable.Container parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.Runnable.Container parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.Runnable.Container parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.Runnable.Container parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.Runnable.Container parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.Runnable.Container parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.Runnable.Container parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.Runnable.Container prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1064,49 +956,49 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Container runnable.
      * 
* * Protobuf type {@code google.cloud.batch.v1.Runnable.Container} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.Runnable.Container) com.google.cloud.batch.v1.Runnable.ContainerOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Runnable_Container_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_Container_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Runnable_Container_fieldAccessorTable + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_Container_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.Runnable.Container.class, - com.google.cloud.batch.v1.Runnable.Container.Builder.class); + com.google.cloud.batch.v1.Runnable.Container.class, com.google.cloud.batch.v1.Runnable.Container.Builder.class); } // Construct using com.google.cloud.batch.v1.Runnable.Container.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; imageUri_ = ""; - commands_ = com.google.protobuf.LazyStringArrayList.emptyList(); + commands_ = + com.google.protobuf.LazyStringArrayList.emptyList(); entrypoint_ = ""; - volumes_ = com.google.protobuf.LazyStringArrayList.emptyList(); + volumes_ = + com.google.protobuf.LazyStringArrayList.emptyList(); options_ = ""; blockExternalNetwork_ = false; username_ = ""; @@ -1115,9 +1007,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Runnable_Container_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_Container_descriptor; } @java.lang.Override @@ -1136,11 +1028,8 @@ public com.google.cloud.batch.v1.Runnable.Container build() { @java.lang.Override public com.google.cloud.batch.v1.Runnable.Container buildPartial() { - com.google.cloud.batch.v1.Runnable.Container result = - new com.google.cloud.batch.v1.Runnable.Container(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.Runnable.Container result = new com.google.cloud.batch.v1.Runnable.Container(this); + if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } @@ -1179,41 +1068,38 @@ private void buildPartial0(com.google.cloud.batch.v1.Runnable.Container result) public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.Runnable.Container) { - return mergeFrom((com.google.cloud.batch.v1.Runnable.Container) other); + return mergeFrom((com.google.cloud.batch.v1.Runnable.Container)other); } else { super.mergeFrom(other); return this; @@ -1296,63 +1182,54 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - imageUri_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000001; - break; - } // case 10 - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureCommandsIsMutable(); - commands_.add(s); - break; - } // case 18 - case 26: - { - entrypoint_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000004; - break; - } // case 26 - case 58: - { - java.lang.String s = input.readStringRequireUtf8(); - ensureVolumesIsMutable(); - volumes_.add(s); - break; - } // case 58 - case 66: - { - options_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000010; - break; - } // case 66 - case 72: - { - blockExternalNetwork_ = input.readBool(); - bitField0_ |= 0x00000020; - break; - } // case 72 - case 82: - { - username_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000040; - break; - } // case 82 - case 90: - { - password_ = input.readStringRequireUtf8(); - bitField0_ |= 0x00000080; - break; - } // case 90 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + imageUri_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000001; + break; + } // case 10 + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + ensureCommandsIsMutable(); + commands_.add(s); + break; + } // case 18 + case 26: { + entrypoint_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000004; + break; + } // case 26 + case 58: { + java.lang.String s = input.readStringRequireUtf8(); + ensureVolumesIsMutable(); + volumes_.add(s); + break; + } // case 58 + case 66: { + options_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000010; + break; + } // case 66 + case 72: { + blockExternalNetwork_ = input.readBool(); + bitField0_ |= 0x00000020; + break; + } // case 72 + case 82: { + username_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000040; + break; + } // case 82 + case 90: { + password_ = input.readStringRequireUtf8(); + bitField0_ |= 0x00000080; + break; + } // case 90 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1362,25 +1239,22 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object imageUri_ = ""; /** - * - * *
        * The URI to pull the container image from.
        * 
* * string image_uri = 1; - * * @return The imageUri. */ public java.lang.String getImageUri() { java.lang.Object ref = imageUri_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); imageUri_ = s; return s; @@ -1389,21 +1263,20 @@ public java.lang.String getImageUri() { } } /** - * - * *
        * The URI to pull the container image from.
        * 
* * string image_uri = 1; - * * @return The bytes for imageUri. */ - public com.google.protobuf.ByteString getImageUriBytes() { + public com.google.protobuf.ByteString + getImageUriBytes() { java.lang.Object ref = imageUri_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); imageUri_ = b; return b; } else { @@ -1411,35 +1284,28 @@ public com.google.protobuf.ByteString getImageUriBytes() { } } /** - * - * *
        * The URI to pull the container image from.
        * 
* * string image_uri = 1; - * * @param value The imageUri to set. * @return This builder for chaining. */ - public Builder setImageUri(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setImageUri( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } imageUri_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** - * - * *
        * The URI to pull the container image from.
        * 
* * string image_uri = 1; - * * @return This builder for chaining. */ public Builder clearImageUri() { @@ -1449,21 +1315,17 @@ public Builder clearImageUri() { return this; } /** - * - * *
        * The URI to pull the container image from.
        * 
* * string image_uri = 1; - * * @param value The bytes for imageUri to set. * @return This builder for chaining. */ - public Builder setImageUriBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setImageUriBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); imageUri_ = value; bitField0_ |= 0x00000001; @@ -1473,7 +1335,6 @@ public Builder setImageUriBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList commands_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureCommandsIsMutable() { if (!commands_.isModifiable()) { commands_ = new com.google.protobuf.LazyStringArrayList(commands_); @@ -1481,8 +1342,6 @@ private void ensureCommandsIsMutable() { bitField0_ |= 0x00000002; } /** - * - * *
        * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
        * (either in the container image or with the entrypoint field below) then
@@ -1490,16 +1349,14 @@ private void ensureCommandsIsMutable() {
        * 
* * repeated string commands = 2; - * * @return A list containing the commands. */ - public com.google.protobuf.ProtocolStringList getCommandsList() { + public com.google.protobuf.ProtocolStringList + getCommandsList() { commands_.makeImmutable(); return commands_; } /** - * - * *
        * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
        * (either in the container image or with the entrypoint field below) then
@@ -1507,15 +1364,12 @@ public com.google.protobuf.ProtocolStringList getCommandsList() {
        * 
* * repeated string commands = 2; - * * @return The count of commands. */ public int getCommandsCount() { return commands_.size(); } /** - * - * *
        * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
        * (either in the container image or with the entrypoint field below) then
@@ -1523,7 +1377,6 @@ public int getCommandsCount() {
        * 
* * repeated string commands = 2; - * * @param index The index of the element to return. * @return The commands at the given index. */ @@ -1531,8 +1384,6 @@ public java.lang.String getCommands(int index) { return commands_.get(index); } /** - * - * *
        * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
        * (either in the container image or with the entrypoint field below) then
@@ -1540,16 +1391,14 @@ public java.lang.String getCommands(int index) {
        * 
* * repeated string commands = 2; - * * @param index The index of the value to return. * @return The bytes of the commands at the given index. */ - public com.google.protobuf.ByteString getCommandsBytes(int index) { + public com.google.protobuf.ByteString + getCommandsBytes(int index) { return commands_.getByteString(index); } /** - * - * *
        * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
        * (either in the container image or with the entrypoint field below) then
@@ -1557,15 +1406,13 @@ public com.google.protobuf.ByteString getCommandsBytes(int index) {
        * 
* * repeated string commands = 2; - * * @param index The index to set the value at. * @param value The commands to set. * @return This builder for chaining. */ - public Builder setCommands(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setCommands( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCommandsIsMutable(); commands_.set(index, value); bitField0_ |= 0x00000002; @@ -1573,8 +1420,6 @@ public Builder setCommands(int index, java.lang.String value) { return this; } /** - * - * *
        * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
        * (either in the container image or with the entrypoint field below) then
@@ -1582,14 +1427,12 @@ public Builder setCommands(int index, java.lang.String value) {
        * 
* * repeated string commands = 2; - * * @param value The commands to add. * @return This builder for chaining. */ - public Builder addCommands(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCommands( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureCommandsIsMutable(); commands_.add(value); bitField0_ |= 0x00000002; @@ -1597,8 +1440,6 @@ public Builder addCommands(java.lang.String value) { return this; } /** - * - * *
        * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
        * (either in the container image or with the entrypoint field below) then
@@ -1606,20 +1447,19 @@ public Builder addCommands(java.lang.String value) {
        * 
* * repeated string commands = 2; - * * @param values The commands to add. * @return This builder for chaining. */ - public Builder addAllCommands(java.lang.Iterable values) { + public Builder addAllCommands( + java.lang.Iterable values) { ensureCommandsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, commands_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, commands_); bitField0_ |= 0x00000002; onChanged(); return this; } /** - * - * *
        * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
        * (either in the container image or with the entrypoint field below) then
@@ -1627,19 +1467,16 @@ public Builder addAllCommands(java.lang.Iterable values) {
        * 
* * repeated string commands = 2; - * * @return This builder for chaining. */ public Builder clearCommands() { - commands_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002); - ; + commands_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** - * - * *
        * Overrides the `CMD` specified in the container. If there is an ENTRYPOINT
        * (either in the container image or with the entrypoint field below) then
@@ -1647,14 +1484,12 @@ public Builder clearCommands() {
        * 
* * repeated string commands = 2; - * * @param value The bytes of the commands to add. * @return This builder for chaining. */ - public Builder addCommandsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addCommandsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureCommandsIsMutable(); commands_.add(value); @@ -1665,20 +1500,18 @@ public Builder addCommandsBytes(com.google.protobuf.ByteString value) { private java.lang.Object entrypoint_ = ""; /** - * - * *
        * Overrides the `ENTRYPOINT` specified in the container.
        * 
* * string entrypoint = 3; - * * @return The entrypoint. */ public java.lang.String getEntrypoint() { java.lang.Object ref = entrypoint_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); entrypoint_ = s; return s; @@ -1687,21 +1520,20 @@ public java.lang.String getEntrypoint() { } } /** - * - * *
        * Overrides the `ENTRYPOINT` specified in the container.
        * 
* * string entrypoint = 3; - * * @return The bytes for entrypoint. */ - public com.google.protobuf.ByteString getEntrypointBytes() { + public com.google.protobuf.ByteString + getEntrypointBytes() { java.lang.Object ref = entrypoint_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); entrypoint_ = b; return b; } else { @@ -1709,35 +1541,28 @@ public com.google.protobuf.ByteString getEntrypointBytes() { } } /** - * - * *
        * Overrides the `ENTRYPOINT` specified in the container.
        * 
* * string entrypoint = 3; - * * @param value The entrypoint to set. * @return This builder for chaining. */ - public Builder setEntrypoint(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setEntrypoint( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } entrypoint_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** - * - * *
        * Overrides the `ENTRYPOINT` specified in the container.
        * 
* * string entrypoint = 3; - * * @return This builder for chaining. */ public Builder clearEntrypoint() { @@ -1747,21 +1572,17 @@ public Builder clearEntrypoint() { return this; } /** - * - * *
        * Overrides the `ENTRYPOINT` specified in the container.
        * 
* * string entrypoint = 3; - * * @param value The bytes for entrypoint to set. * @return This builder for chaining. */ - public Builder setEntrypointBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setEntrypointBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); entrypoint_ = value; bitField0_ |= 0x00000004; @@ -1771,7 +1592,6 @@ public Builder setEntrypointBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.LazyStringArrayList volumes_ = com.google.protobuf.LazyStringArrayList.emptyList(); - private void ensureVolumesIsMutable() { if (!volumes_.isModifiable()) { volumes_ = new com.google.protobuf.LazyStringArrayList(volumes_); @@ -1779,8 +1599,6 @@ private void ensureVolumesIsMutable() { bitField0_ |= 0x00000008; } /** - * - * *
        * Volumes to mount (bind mount) from the host machine files or directories
        * into the container, formatted to match docker run's --volume option,
@@ -1788,16 +1606,14 @@ private void ensureVolumesIsMutable() {
        * 
* * repeated string volumes = 7; - * * @return A list containing the volumes. */ - public com.google.protobuf.ProtocolStringList getVolumesList() { + public com.google.protobuf.ProtocolStringList + getVolumesList() { volumes_.makeImmutable(); return volumes_; } /** - * - * *
        * Volumes to mount (bind mount) from the host machine files or directories
        * into the container, formatted to match docker run's --volume option,
@@ -1805,15 +1621,12 @@ public com.google.protobuf.ProtocolStringList getVolumesList() {
        * 
* * repeated string volumes = 7; - * * @return The count of volumes. */ public int getVolumesCount() { return volumes_.size(); } /** - * - * *
        * Volumes to mount (bind mount) from the host machine files or directories
        * into the container, formatted to match docker run's --volume option,
@@ -1821,7 +1634,6 @@ public int getVolumesCount() {
        * 
* * repeated string volumes = 7; - * * @param index The index of the element to return. * @return The volumes at the given index. */ @@ -1829,8 +1641,6 @@ public java.lang.String getVolumes(int index) { return volumes_.get(index); } /** - * - * *
        * Volumes to mount (bind mount) from the host machine files or directories
        * into the container, formatted to match docker run's --volume option,
@@ -1838,16 +1648,14 @@ public java.lang.String getVolumes(int index) {
        * 
* * repeated string volumes = 7; - * * @param index The index of the value to return. * @return The bytes of the volumes at the given index. */ - public com.google.protobuf.ByteString getVolumesBytes(int index) { + public com.google.protobuf.ByteString + getVolumesBytes(int index) { return volumes_.getByteString(index); } /** - * - * *
        * Volumes to mount (bind mount) from the host machine files or directories
        * into the container, formatted to match docker run's --volume option,
@@ -1855,15 +1663,13 @@ public com.google.protobuf.ByteString getVolumesBytes(int index) {
        * 
* * repeated string volumes = 7; - * * @param index The index to set the value at. * @param value The volumes to set. * @return This builder for chaining. */ - public Builder setVolumes(int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setVolumes( + int index, java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureVolumesIsMutable(); volumes_.set(index, value); bitField0_ |= 0x00000008; @@ -1871,8 +1677,6 @@ public Builder setVolumes(int index, java.lang.String value) { return this; } /** - * - * *
        * Volumes to mount (bind mount) from the host machine files or directories
        * into the container, formatted to match docker run's --volume option,
@@ -1880,14 +1684,12 @@ public Builder setVolumes(int index, java.lang.String value) {
        * 
* * repeated string volumes = 7; - * * @param value The volumes to add. * @return This builder for chaining. */ - public Builder addVolumes(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addVolumes( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } ensureVolumesIsMutable(); volumes_.add(value); bitField0_ |= 0x00000008; @@ -1895,8 +1697,6 @@ public Builder addVolumes(java.lang.String value) { return this; } /** - * - * *
        * Volumes to mount (bind mount) from the host machine files or directories
        * into the container, formatted to match docker run's --volume option,
@@ -1904,20 +1704,19 @@ public Builder addVolumes(java.lang.String value) {
        * 
* * repeated string volumes = 7; - * * @param values The volumes to add. * @return This builder for chaining. */ - public Builder addAllVolumes(java.lang.Iterable values) { + public Builder addAllVolumes( + java.lang.Iterable values) { ensureVolumesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, volumes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, volumes_); bitField0_ |= 0x00000008; onChanged(); return this; } /** - * - * *
        * Volumes to mount (bind mount) from the host machine files or directories
        * into the container, formatted to match docker run's --volume option,
@@ -1925,19 +1724,16 @@ public Builder addAllVolumes(java.lang.Iterable values) {
        * 
* * repeated string volumes = 7; - * * @return This builder for chaining. */ public Builder clearVolumes() { - volumes_ = com.google.protobuf.LazyStringArrayList.emptyList(); - bitField0_ = (bitField0_ & ~0x00000008); - ; + volumes_ = + com.google.protobuf.LazyStringArrayList.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008);; onChanged(); return this; } /** - * - * *
        * Volumes to mount (bind mount) from the host machine files or directories
        * into the container, formatted to match docker run's --volume option,
@@ -1945,14 +1741,12 @@ public Builder clearVolumes() {
        * 
* * repeated string volumes = 7; - * * @param value The bytes of the volumes to add. * @return This builder for chaining. */ - public Builder addVolumesBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder addVolumesBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensureVolumesIsMutable(); volumes_.add(value); @@ -1963,21 +1757,19 @@ public Builder addVolumesBytes(com.google.protobuf.ByteString value) { private java.lang.Object options_ = ""; /** - * - * *
        * Arbitrary additional options to include in the "docker run" command when
        * running this container, e.g. "--network host".
        * 
* * string options = 8; - * * @return The options. */ public java.lang.String getOptions() { java.lang.Object ref = options_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); options_ = s; return s; @@ -1986,22 +1778,21 @@ public java.lang.String getOptions() { } } /** - * - * *
        * Arbitrary additional options to include in the "docker run" command when
        * running this container, e.g. "--network host".
        * 
* * string options = 8; - * * @return The bytes for options. */ - public com.google.protobuf.ByteString getOptionsBytes() { + public com.google.protobuf.ByteString + getOptionsBytes() { java.lang.Object ref = options_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); options_ = b; return b; } else { @@ -2009,37 +1800,30 @@ public com.google.protobuf.ByteString getOptionsBytes() { } } /** - * - * *
        * Arbitrary additional options to include in the "docker run" command when
        * running this container, e.g. "--network host".
        * 
* * string options = 8; - * * @param value The options to set. * @return This builder for chaining. */ - public Builder setOptions(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOptions( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } options_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** - * - * *
        * Arbitrary additional options to include in the "docker run" command when
        * running this container, e.g. "--network host".
        * 
* * string options = 8; - * * @return This builder for chaining. */ public Builder clearOptions() { @@ -2049,22 +1833,18 @@ public Builder clearOptions() { return this; } /** - * - * *
        * Arbitrary additional options to include in the "docker run" command when
        * running this container, e.g. "--network host".
        * 
* * string options = 8; - * * @param value The bytes for options to set. * @return This builder for chaining. */ - public Builder setOptionsBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setOptionsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); options_ = value; bitField0_ |= 0x00000010; @@ -2072,10 +1852,8 @@ public Builder setOptionsBytes(com.google.protobuf.ByteString value) { return this; } - private boolean blockExternalNetwork_; + private boolean blockExternalNetwork_ ; /** - * - * *
        * If set to true, external network access to and from container will be
        * blocked, containers that are with block_external_network as true can
@@ -2084,7 +1862,6 @@ public Builder setOptionsBytes(com.google.protobuf.ByteString value) {
        * 
* * bool block_external_network = 9; - * * @return The blockExternalNetwork. */ @java.lang.Override @@ -2092,8 +1869,6 @@ public boolean getBlockExternalNetwork() { return blockExternalNetwork_; } /** - * - * *
        * If set to true, external network access to and from container will be
        * blocked, containers that are with block_external_network as true can
@@ -2102,7 +1877,6 @@ public boolean getBlockExternalNetwork() {
        * 
* * bool block_external_network = 9; - * * @param value The blockExternalNetwork to set. * @return This builder for chaining. */ @@ -2114,8 +1888,6 @@ public Builder setBlockExternalNetwork(boolean value) { return this; } /** - * - * *
        * If set to true, external network access to and from container will be
        * blocked, containers that are with block_external_network as true can
@@ -2124,7 +1896,6 @@ public Builder setBlockExternalNetwork(boolean value) {
        * 
* * bool block_external_network = 9; - * * @return This builder for chaining. */ public Builder clearBlockExternalNetwork() { @@ -2136,8 +1907,6 @@ public Builder clearBlockExternalNetwork() { private java.lang.Object username_ = ""; /** - * - * *
        * Optional username for logging in to a docker registry. If username
        * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -2145,13 +1914,13 @@ public Builder clearBlockExternalNetwork() {
        * 
* * string username = 10; - * * @return The username. */ public java.lang.String getUsername() { java.lang.Object ref = username_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); username_ = s; return s; @@ -2160,8 +1929,6 @@ public java.lang.String getUsername() { } } /** - * - * *
        * Optional username for logging in to a docker registry. If username
        * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -2169,14 +1936,15 @@ public java.lang.String getUsername() {
        * 
* * string username = 10; - * * @return The bytes for username. */ - public com.google.protobuf.ByteString getUsernameBytes() { + public com.google.protobuf.ByteString + getUsernameBytes() { java.lang.Object ref = username_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); username_ = b; return b; } else { @@ -2184,8 +1952,6 @@ public com.google.protobuf.ByteString getUsernameBytes() { } } /** - * - * *
        * Optional username for logging in to a docker registry. If username
        * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -2193,22 +1959,18 @@ public com.google.protobuf.ByteString getUsernameBytes() {
        * 
* * string username = 10; - * * @param value The username to set. * @return This builder for chaining. */ - public Builder setUsername(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setUsername( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } username_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** - * - * *
        * Optional username for logging in to a docker registry. If username
        * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -2216,7 +1978,6 @@ public Builder setUsername(java.lang.String value) {
        * 
* * string username = 10; - * * @return This builder for chaining. */ public Builder clearUsername() { @@ -2226,8 +1987,6 @@ public Builder clearUsername() { return this; } /** - * - * *
        * Optional username for logging in to a docker registry. If username
        * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -2235,14 +1994,12 @@ public Builder clearUsername() {
        * 
* * string username = 10; - * * @param value The bytes for username to set. * @return This builder for chaining. */ - public Builder setUsernameBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setUsernameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); username_ = value; bitField0_ |= 0x00000040; @@ -2252,8 +2009,6 @@ public Builder setUsernameBytes(com.google.protobuf.ByteString value) { private java.lang.Object password_ = ""; /** - * - * *
        * Optional password for logging in to a docker registry. If password
        * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -2261,13 +2016,13 @@ public Builder setUsernameBytes(com.google.protobuf.ByteString value) {
        * 
* * string password = 11; - * * @return The password. */ public java.lang.String getPassword() { java.lang.Object ref = password_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); password_ = s; return s; @@ -2276,8 +2031,6 @@ public java.lang.String getPassword() { } } /** - * - * *
        * Optional password for logging in to a docker registry. If password
        * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -2285,14 +2038,15 @@ public java.lang.String getPassword() {
        * 
* * string password = 11; - * * @return The bytes for password. */ - public com.google.protobuf.ByteString getPasswordBytes() { + public com.google.protobuf.ByteString + getPasswordBytes() { java.lang.Object ref = password_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); password_ = b; return b; } else { @@ -2300,8 +2054,6 @@ public com.google.protobuf.ByteString getPasswordBytes() { } } /** - * - * *
        * Optional password for logging in to a docker registry. If password
        * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -2309,22 +2061,18 @@ public com.google.protobuf.ByteString getPasswordBytes() {
        * 
* * string password = 11; - * * @param value The password to set. * @return This builder for chaining. */ - public Builder setPassword(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPassword( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } password_ = value; bitField0_ |= 0x00000080; onChanged(); return this; } /** - * - * *
        * Optional password for logging in to a docker registry. If password
        * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -2332,7 +2080,6 @@ public Builder setPassword(java.lang.String value) {
        * 
* * string password = 11; - * * @return This builder for chaining. */ public Builder clearPassword() { @@ -2342,8 +2089,6 @@ public Builder clearPassword() { return this; } /** - * - * *
        * Optional password for logging in to a docker registry. If password
        * matches `projects/*/secrets/*/versions/*` then Batch will read the
@@ -2351,21 +2096,18 @@ public Builder clearPassword() {
        * 
* * string password = 11; - * * @param value The bytes for password to set. * @return This builder for chaining. */ - public Builder setPasswordBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPasswordBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); password_ = value; bitField0_ |= 0x00000080; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2378,12 +2120,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.Runnable.Container) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.Runnable.Container) private static final com.google.cloud.batch.v1.Runnable.Container DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.Runnable.Container(); } @@ -2392,28 +2134,27 @@ public static com.google.cloud.batch.v1.Runnable.Container getDefaultInstance() return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Container parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Container parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2428,16 +2169,14 @@ public com.google.protobuf.Parser getParserForType() { public com.google.cloud.batch.v1.Runnable.Container getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface ScriptOrBuilder - extends + public interface ScriptOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.Runnable.Script) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Script file path on the host VM.
      *
@@ -2451,13 +2190,10 @@ public interface ScriptOrBuilder
      * 
* * string path = 1; - * * @return Whether the path field is set. */ boolean hasPath(); /** - * - * *
      * Script file path on the host VM.
      *
@@ -2471,13 +2207,10 @@ public interface ScriptOrBuilder
      * 
* * string path = 1; - * * @return The path. */ java.lang.String getPath(); /** - * - * *
      * Script file path on the host VM.
      *
@@ -2491,14 +2224,12 @@ public interface ScriptOrBuilder
      * 
* * string path = 1; - * * @return The bytes for path. */ - com.google.protobuf.ByteString getPathBytes(); + com.google.protobuf.ByteString + getPathBytes(); /** - * - * *
      * Shell script text.
      *
@@ -2510,13 +2241,10 @@ public interface ScriptOrBuilder
      * 
* * string text = 2; - * * @return Whether the text field is set. */ boolean hasText(); /** - * - * *
      * Shell script text.
      *
@@ -2528,13 +2256,10 @@ public interface ScriptOrBuilder
      * 
* * string text = 2; - * * @return The text. */ java.lang.String getText(); /** - * - * *
      * Shell script text.
      *
@@ -2546,69 +2271,62 @@ public interface ScriptOrBuilder
      * 
* * string text = 2; - * * @return The bytes for text. */ - com.google.protobuf.ByteString getTextBytes(); + com.google.protobuf.ByteString + getTextBytes(); com.google.cloud.batch.v1.Runnable.Script.CommandCase getCommandCase(); } /** - * - * *
    * Script runnable.
    * 
* * Protobuf type {@code google.cloud.batch.v1.Runnable.Script} */ - public static final class Script extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Script extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.Runnable.Script) ScriptOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Script.newBuilder() to construct. private Script(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private Script() {} + private Script() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Script(); } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Runnable_Script_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_Script_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Runnable_Script_fieldAccessorTable + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_Script_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.Runnable.Script.class, - com.google.cloud.batch.v1.Runnable.Script.Builder.class); + com.google.cloud.batch.v1.Runnable.Script.class, com.google.cloud.batch.v1.Runnable.Script.Builder.class); } private int commandCase_ = 0; - @SuppressWarnings("serial") private java.lang.Object command_; - public enum CommandCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { PATH(1), TEXT(2), COMMAND_NOT_SET(0); private final int value; - private CommandCase(int value) { this.value = value; } @@ -2624,30 +2342,25 @@ public static CommandCase valueOf(int value) { public static CommandCase forNumber(int value) { switch (value) { - case 1: - return PATH; - case 2: - return TEXT; - case 0: - return COMMAND_NOT_SET; - default: - return null; + case 1: return PATH; + case 2: return TEXT; + case 0: return COMMAND_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public CommandCase getCommandCase() { - return CommandCase.forNumber(commandCase_); + public CommandCase + getCommandCase() { + return CommandCase.forNumber( + commandCase_); } public static final int PATH_FIELD_NUMBER = 1; /** - * - * *
      * Script file path on the host VM.
      *
@@ -2661,15 +2374,12 @@ public CommandCase getCommandCase() {
      * 
* * string path = 1; - * * @return Whether the path field is set. */ public boolean hasPath() { return commandCase_ == 1; } /** - * - * *
      * Script file path on the host VM.
      *
@@ -2683,7 +2393,6 @@ public boolean hasPath() {
      * 
* * string path = 1; - * * @return The path. */ public java.lang.String getPath() { @@ -2694,7 +2403,8 @@ public java.lang.String getPath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (commandCase_ == 1) { command_ = s; @@ -2703,8 +2413,6 @@ public java.lang.String getPath() { } } /** - * - * *
      * Script file path on the host VM.
      *
@@ -2718,17 +2426,18 @@ public java.lang.String getPath() {
      * 
* * string path = 1; - * * @return The bytes for path. */ - public com.google.protobuf.ByteString getPathBytes() { + public com.google.protobuf.ByteString + getPathBytes() { java.lang.Object ref = ""; if (commandCase_ == 1) { ref = command_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (commandCase_ == 1) { command_ = b; } @@ -2740,8 +2449,6 @@ public com.google.protobuf.ByteString getPathBytes() { public static final int TEXT_FIELD_NUMBER = 2; /** - * - * *
      * Shell script text.
      *
@@ -2753,15 +2460,12 @@ public com.google.protobuf.ByteString getPathBytes() {
      * 
* * string text = 2; - * * @return Whether the text field is set. */ public boolean hasText() { return commandCase_ == 2; } /** - * - * *
      * Shell script text.
      *
@@ -2773,7 +2477,6 @@ public boolean hasText() {
      * 
* * string text = 2; - * * @return The text. */ public java.lang.String getText() { @@ -2784,7 +2487,8 @@ public java.lang.String getText() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (commandCase_ == 2) { command_ = s; @@ -2793,8 +2497,6 @@ public java.lang.String getText() { } } /** - * - * *
      * Shell script text.
      *
@@ -2806,17 +2508,18 @@ public java.lang.String getText() {
      * 
* * string text = 2; - * * @return The bytes for text. */ - public com.google.protobuf.ByteString getTextBytes() { + public com.google.protobuf.ByteString + getTextBytes() { java.lang.Object ref = ""; if (commandCase_ == 2) { ref = command_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (commandCase_ == 2) { command_ = b; } @@ -2827,7 +2530,6 @@ public com.google.protobuf.ByteString getTextBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2839,7 +2541,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (commandCase_ == 1) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, command_); } @@ -2869,21 +2572,22 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.cloud.batch.v1.Runnable.Script)) { return super.equals(obj); } - com.google.cloud.batch.v1.Runnable.Script other = - (com.google.cloud.batch.v1.Runnable.Script) obj; + com.google.cloud.batch.v1.Runnable.Script other = (com.google.cloud.batch.v1.Runnable.Script) obj; if (!getCommandCase().equals(other.getCommandCase())) return false; switch (commandCase_) { case 1: - if (!getPath().equals(other.getPath())) return false; + if (!getPath() + .equals(other.getPath())) return false; break; case 2: - if (!getText().equals(other.getText())) return false; + if (!getText() + .equals(other.getText())) return false; break; case 0: default: @@ -2916,94 +2620,90 @@ public int hashCode() { return hash; } - public static com.google.cloud.batch.v1.Runnable.Script parseFrom(java.nio.ByteBuffer data) + public static com.google.cloud.batch.v1.Runnable.Script parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Runnable.Script parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.Runnable.Script parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Runnable.Script parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.Runnable.Script parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.cloud.batch.v1.Runnable.Script parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.cloud.batch.v1.Runnable.Script parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.Runnable.Script parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.Runnable.Script parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.cloud.batch.v1.Runnable.Script parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.batch.v1.Runnable.Script parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.cloud.batch.v1.Runnable.Script parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.cloud.batch.v1.Runnable.Script parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.cloud.batch.v1.Runnable.Script prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -3013,41 +2713,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Script runnable.
      * 
* * Protobuf type {@code google.cloud.batch.v1.Runnable.Script} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.batch.v1.Runnable.Script) com.google.cloud.batch.v1.Runnable.ScriptOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Runnable_Script_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_Script_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Runnable_Script_fieldAccessorTable + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_Script_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.cloud.batch.v1.Runnable.Script.class, - com.google.cloud.batch.v1.Runnable.Script.Builder.class); + com.google.cloud.batch.v1.Runnable.Script.class, com.google.cloud.batch.v1.Runnable.Script.Builder.class); } // Construct using com.google.cloud.batch.v1.Runnable.Script.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -3058,9 +2756,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.cloud.batch.v1.TaskProto - .internal_static_google_cloud_batch_v1_Runnable_Script_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.cloud.batch.v1.TaskProto.internal_static_google_cloud_batch_v1_Runnable_Script_descriptor; } @java.lang.Override @@ -3079,11 +2777,8 @@ public com.google.cloud.batch.v1.Runnable.Script build() { @java.lang.Override public com.google.cloud.batch.v1.Runnable.Script buildPartial() { - com.google.cloud.batch.v1.Runnable.Script result = - new com.google.cloud.batch.v1.Runnable.Script(this); - if (bitField0_ != 0) { - buildPartial0(result); - } + com.google.cloud.batch.v1.Runnable.Script result = new com.google.cloud.batch.v1.Runnable.Script(this); + if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; @@ -3102,41 +2797,38 @@ private void buildPartialOneofs(com.google.cloud.batch.v1.Runnable.Script result public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.batch.v1.Runnable.Script) { - return mergeFrom((com.google.cloud.batch.v1.Runnable.Script) other); + return mergeFrom((com.google.cloud.batch.v1.Runnable.Script)other); } else { super.mergeFrom(other); return this; @@ -3146,24 +2838,21 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(com.google.cloud.batch.v1.Runnable.Script other) { if (other == com.google.cloud.batch.v1.Runnable.Script.getDefaultInstance()) return this; switch (other.getCommandCase()) { - case PATH: - { - commandCase_ = 1; - command_ = other.command_; - onChanged(); - break; - } - case TEXT: - { - commandCase_ = 2; - command_ = other.command_; - onChanged(); - break; - } - case COMMAND_NOT_SET: - { - break; - } + case PATH: { + commandCase_ = 1; + command_ = other.command_; + onChanged(); + break; + } + case TEXT: { + commandCase_ = 2; + command_ = other.command_; + onChanged(); + break; + } + case COMMAND_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -3191,27 +2880,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); - commandCase_ = 1; - command_ = s; - break; - } // case 10 - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); - commandCase_ = 2; - command_ = s; - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + commandCase_ = 1; + command_ = s; + break; + } // case 10 + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + commandCase_ = 2; + command_ = s; + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -3221,12 +2907,12 @@ public Builder mergeFrom( } // finally return this; } - private int commandCase_ = 0; private java.lang.Object command_; - - public CommandCase getCommandCase() { - return CommandCase.forNumber(commandCase_); + public CommandCase + getCommandCase() { + return CommandCase.forNumber( + commandCase_); } public Builder clearCommand() { @@ -3239,8 +2925,6 @@ public Builder clearCommand() { private int bitField0_; /** - * - * *
        * Script file path on the host VM.
        *
@@ -3254,7 +2938,6 @@ public Builder clearCommand() {
        * 
* * string path = 1; - * * @return Whether the path field is set. */ @java.lang.Override @@ -3262,8 +2945,6 @@ public boolean hasPath() { return commandCase_ == 1; } /** - * - * *
        * Script file path on the host VM.
        *
@@ -3277,7 +2958,6 @@ public boolean hasPath() {
        * 
* * string path = 1; - * * @return The path. */ @java.lang.Override @@ -3287,7 +2967,8 @@ public java.lang.String getPath() { ref = command_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (commandCase_ == 1) { command_ = s; @@ -3298,8 +2979,6 @@ public java.lang.String getPath() { } } /** - * - * *
        * Script file path on the host VM.
        *
@@ -3313,18 +2992,19 @@ public java.lang.String getPath() {
        * 
* * string path = 1; - * * @return The bytes for path. */ @java.lang.Override - public com.google.protobuf.ByteString getPathBytes() { + public com.google.protobuf.ByteString + getPathBytes() { java.lang.Object ref = ""; if (commandCase_ == 1) { ref = command_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (commandCase_ == 1) { command_ = b; } @@ -3334,8 +3014,6 @@ public com.google.protobuf.ByteString getPathBytes() { } } /** - * - * *
        * Script file path on the host VM.
        *
@@ -3349,22 +3027,18 @@ public com.google.protobuf.ByteString getPathBytes() {
        * 
* * string path = 1; - * * @param value The path to set. * @return This builder for chaining. */ - public Builder setPath(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPath( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } commandCase_ = 1; command_ = value; onChanged(); return this; } /** - * - * *
        * Script file path on the host VM.
        *
@@ -3378,7 +3052,6 @@ public Builder setPath(java.lang.String value) {
        * 
* * string path = 1; - * * @return This builder for chaining. */ public Builder clearPath() { @@ -3390,8 +3063,6 @@ public Builder clearPath() { return this; } /** - * - * *
        * Script file path on the host VM.
        *
@@ -3405,14 +3076,12 @@ public Builder clearPath() {
        * 
* * string path = 1; - * * @param value The bytes for path to set. * @return This builder for chaining. */ - public Builder setPathBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setPathBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); commandCase_ = 1; command_ = value; @@ -3421,8 +3090,6 @@ public Builder setPathBytes(com.google.protobuf.ByteString value) { } /** - * - * *
        * Shell script text.
        *
@@ -3434,7 +3101,6 @@ public Builder setPathBytes(com.google.protobuf.ByteString value) {
        * 
* * string text = 2; - * * @return Whether the text field is set. */ @java.lang.Override @@ -3442,8 +3108,6 @@ public boolean hasText() { return commandCase_ == 2; } /** - * - * *
        * Shell script text.
        *
@@ -3455,7 +3119,6 @@ public boolean hasText() {
        * 
* * string text = 2; - * * @return The text. */ @java.lang.Override @@ -3465,7 +3128,8 @@ public java.lang.String getText() { ref = command_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (commandCase_ == 2) { command_ = s; @@ -3476,8 +3140,6 @@ public java.lang.String getText() { } } /** - * - * *
        * Shell script text.
        *
@@ -3489,18 +3151,19 @@ public java.lang.String getText() {
        * 
* * string text = 2; - * * @return The bytes for text. */ @java.lang.Override - public com.google.protobuf.ByteString getTextBytes() { + public com.google.protobuf.ByteString + getTextBytes() { java.lang.Object ref = ""; if (commandCase_ == 2) { ref = command_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (commandCase_ == 2) { command_ = b; } @@ -3510,8 +3173,6 @@ public com.google.protobuf.ByteString getTextBytes() { } } /** - * - * *
        * Shell script text.
        *
@@ -3523,22 +3184,18 @@ public com.google.protobuf.ByteString getTextBytes() {
        * 
* * string text = 2; - * * @param value The text to set. * @return This builder for chaining. */ - public Builder setText(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setText( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } commandCase_ = 2; command_ = value; onChanged(); return this; } /** - * - * *
        * Shell script text.
        *
@@ -3550,7 +3207,6 @@ public Builder setText(java.lang.String value) {
        * 
* * string text = 2; - * * @return This builder for chaining. */ public Builder clearText() { @@ -3562,8 +3218,6 @@ public Builder clearText() { return this; } /** - * - * *
        * Shell script text.
        *
@@ -3575,21 +3229,18 @@ public Builder clearText() {
        * 
* * string text = 2; - * * @param value The bytes for text to set. * @return This builder for chaining. */ - public Builder setTextBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setTextBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); commandCase_ = 2; command_ = value; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -3602,12 +3253,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.Runnable.Script) } // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.Runnable.Script) private static final com.google.cloud.batch.v1.Runnable.Script DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.cloud.batch.v1.Runnable.Script(); } @@ -3616,28 +3267,27 @@ public static com.google.cloud.batch.v1.Runnable.Script getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser