From 2bd1ebd33891885764055056023dabfcd3e64811 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 9 Jan 2024 03:19:57 +0000 Subject: [PATCH 1/2] feat: Add `tags` field in Job's AllocationPolicy field in v1alpha feat: add a run_as_non_root field and deprecate enable_oslogin for non-root execution docs: updated comments PiperOrigin-RevId: 596742590 Source-Link: https://github.com/googleapis/googleapis/commit/09b78e202a85f9af51a31f682258aa587a671d32 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d5d869942aafdf9446c274380b7348c1591c156d Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiZDVkODY5OTQyYWFmZGY5NDQ2YzI3NDM4MGI3MzQ4YzE1OTFjMTU2ZCJ9 --- .../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 | 502 - .../batch/v1/TaskExecutionOrBuilder.java | 39 - .../com/google/cloud/batch/v1/TaskProto.java | 383 - .../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 | 628 -- .../batch/v1alpha/ResourceUsageOrBuilder.java | 38 - .../google/cloud/batch/v1alpha/TaskProto.java | 406 - .../v1alpha/TaskResourceUsageOrBuilder.java | 39 - .../cloud/batch/v1alpha/VolumeProto.java | 110 - .../cloud/batch/v1/BatchServiceClient.java | 164 +- .../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 | 6 + .../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 | 6331 +++++-------- .../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 | 878 +- .../batch/v1/JobNotificationOrBuilder.java | 35 +- .../google/cloud/batch/v1/JobOrBuilder.java | 192 +- .../com/google/cloud/batch/v1/JobProto.java | 441 + .../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 | 825 +- .../cloud/batch/v1/LogsPolicyOrBuilder.java | 53 +- .../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 | 2861 +++--- .../cloud/batch/v1/RunnableOrBuilder.java | 106 +- .../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 | 327 + .../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 | 0 .../proto/google/cloud/batch/v1/task.proto | 0 .../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 | 164 +- .../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 | 6 + .../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 | 8130 +++++++---------- .../v1alpha/AllocationPolicyOrBuilder.java | 342 +- .../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 | 523 ++ .../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 | 921 +- .../batch/v1alpha/LogsPolicyOrBuilder.java | 56 +- .../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 | 2950 +++--- .../batch/v1alpha/RunnableOrBuilder.java | 106 +- .../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 | 343 +- .../batch/v1alpha/TaskExecutionOrBuilder.java | 30 +- .../google/cloud/batch/v1alpha/TaskGroup.java | 1407 ++- .../cloud/batch/v1alpha/TaskGroupName.java | 0 .../batch/v1alpha/TaskGroupOrBuilder.java | 150 +- .../google/cloud/batch/v1alpha/TaskName.java | 0 .../cloud/batch/v1alpha/TaskOrBuilder.java | 35 +- .../google/cloud/batch/v1alpha/TaskProto.java | 346 + .../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 | 20 +- .../google/cloud/batch/v1alpha/task.proto | 6 +- .../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 266 files changed, 28270 insertions(+), 44462 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/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 (89%) 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 (99%) 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 (81%) 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 (76%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/ComputeResourceOrBuilder.java (79%) 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 (72%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobNotificationOrBuilder.java (73%) 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 (66%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/LogsPolicyOrBuilder.java (64%) 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 (76%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/RunnableOrBuilder.java (82%) 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 (100%) rename {java-batch => owl-bot-staging/java-batch/v1}/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/task.proto (100%) 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 (89%) 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 (99%) 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 (64%) 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 (76%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/ComputeResourceOrBuilder.java (80%) 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 (66%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/LogsPolicyOrBuilder.java (63%) 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 (76%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/RunnableOrBuilder.java (83%) 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 (69%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskExecutionOrBuilder.java (62%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskGroup.java (74%) 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 (84%) 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 (96%) rename {java-batch => owl-bot-staging/java-batch/v1alpha}/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/task.proto (98%) 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 03b2f14e50e4..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 java.lang.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 java.lang.String methodName; - - BatchServiceMethodDescriptorSupplier(java.lang.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 8e4494b8e635..000000000000 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/JobProto.java +++ /dev/null @@ -1,502 +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_LogsPolicy_CloudLoggingOption_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_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}" - + "\"\234\002\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\022X\n\024cloud_logging_" - + "option\030\003 \001(\01324.google.cloud.batch.v1.Log" - + "sPolicy.CloudLoggingOptionB\004\342A\001\001\032\024\n\022Clou" - + "dLoggingOption\"G\n\013Destination\022\033\n\027DESTINA" - + "TION_UNSPECIFIED\020\000\022\021\n\rCLOUD_LOGGING\020\001\022\010\n" - + "\004PATH\020\002\"\200\007\n\tJobStatus\0225\n\005state\030\001 \001(\0162&.g" - + "oogle.cloud.batch.v1.JobStatus.State\0229\n\r" - + "status_events\030\002 \003(\0132\".google.cloud.batch" - + ".v1.StatusEvent\022E\n\013task_groups\030\004 \003(\01320.g" - + "oogle.cloud.batch.v1.JobStatus.TaskGroup" - + "sEntry\022/\n\014run_duration\030\005 \001(\0132\031.google.pr" - + "otobuf.Duration\032\321\001\n\016InstanceStatus\022\024\n\014ma" - + "chine_type\030\001 \001(\t\022U\n\022provisioning_model\030\002" - + " \001(\01629.google.cloud.batch.v1.AllocationP" - + "olicy.ProvisioningModel\022\021\n\ttask_pack\030\003 \001" - + "(\003\022?\n\tboot_disk\030\004 \001(\0132,.google.cloud.bat" - + "ch.v1.AllocationPolicy.Disk\032\322\001\n\017TaskGrou" - + "pStatus\022L\n\006counts\030\001 \003(\0132<.google.cloud.b" - + "atch.v1.JobStatus.TaskGroupStatus.Counts" - + "Entry\022B\n\tinstances\030\002 \003(\0132/.google.cloud." - + "batch.v1.JobStatus.InstanceStatus\032-\n\013Cou" - + "ntsEntry\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\005valu" - + "e\030\002 \001(\01320.google.cloud.batch.v1.JobStatu" - + "s.TaskGroupStatus:\0028\001\"{\n\005State\022\025\n\021STATE_" - + "UNSPECIFIED\020\000\022\n\n\006QUEUED\020\001\022\r\n\tSCHEDULED\020\002" - + "\022\013\n\007RUNNING\020\003\022\r\n\tSUCCEEDED\020\004\022\n\n\006FAILED\020\005" - + "\022\030\n\024DELETION_IN_PROGRESS\020\006\"\374\002\n\017JobNotifi" - + "cation\022\024\n\014pubsub_topic\030\001 \001(\t\022?\n\007message\030" - + "\002 \001(\0132..google.cloud.batch.v1.JobNotific" - + "ation.Message\032\304\001\n\007Message\0229\n\004type\030\001 \001(\0162" - + "+.google.cloud.batch.v1.JobNotification." - + "Type\022=\n\rnew_job_state\030\002 \001(\0162&.google.clo" - + "ud.batch.v1.JobStatus.State\022?\n\016new_task_" - + "state\030\003 \001(\0162\'.google.cloud.batch.v1.Task" - + "Status.State\"K\n\004Type\022\024\n\020TYPE_UNSPECIFIED" - + "\020\000\022\025\n\021JOB_STATE_CHANGED\020\001\022\026\n\022TASK_STATE_" - + "CHANGED\020\002\"\253\016\n\020AllocationPolicy\022H\n\010locati" - + "on\030\001 \001(\01326.google.cloud.batch.v1.Allocat" - + "ionPolicy.LocationPolicy\022S\n\tinstances\030\010 " - + "\003(\0132@.google.cloud.batch.v1.AllocationPo" - + "licy.InstancePolicyOrTemplate\022>\n\017service" - + "_account\030\t \001(\0132%.google.cloud.batch.v1.S" - + "erviceAccount\022C\n\006labels\030\006 \003(\01323.google.c" - + "loud.batch.v1.AllocationPolicy.LabelsEnt" - + "ry\022F\n\007network\030\007 \001(\01325.google.cloud.batch" - + ".v1.AllocationPolicy.NetworkPolicy\022J\n\tpl" - + "acement\030\n \001(\01327.google.cloud.batch.v1.Al" - + "locationPolicy.PlacementPolicy\032+\n\016Locati" - + "onPolicy\022\031\n\021allowed_locations\030\001 \003(\t\032q\n\004D" - + "isk\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\014Attac" - + "hedDisk\022@\n\010new_disk\030\001 \001(\0132,.google.cloud" - + ".batch.v1.AllocationPolicy.DiskH\000\022\027\n\rexi" - + "sting_disk\030\002 \001(\tH\000\022\023\n\013device_name\030\003 \001(\tB" - + "\n\n\010attached\032i\n\013Accelerator\022\014\n\004type\030\001 \001(\t" - + "\022\r\n\005count\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\203" - + "\003\n\016InstancePolicy\022\024\n\014machine_type\030\002 \001(\t\022" - + "\030\n\020min_cpu_platform\030\003 \001(\t\022U\n\022provisionin" - + "g_model\030\004 \001(\01629.google.cloud.batch.v1.Al" - + "locationPolicy.ProvisioningModel\022I\n\014acce" - + "lerators\030\005 \003(\01323.google.cloud.batch.v1.A" - + "llocationPolicy.Accelerator\022?\n\tboot_disk" - + "\030\010 \001(\0132,.google.cloud.batch.v1.Allocatio" - + "nPolicy.Disk\022C\n\005disks\030\006 \003(\01324.google.clo" - + "ud.batch.v1.AllocationPolicy.AttachedDis" - + "k\022\031\n\013reservation\030\007 \001(\tB\004\342A\001\001\032\261\001\n\030Instanc" - + "ePolicyOrTemplate\022H\n\006policy\030\001 \001(\01326.goog" - + "le.cloud.batch.v1.AllocationPolicy.Insta" - + "ncePolicyH\000\022\033\n\021instance_template\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\032e\n\rNetworkPolicy\022T\n\022ne" - + "twork_interfaces\030\001 \003(\01328.google.cloud.ba" - + "tch.v1.AllocationPolicy.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\021Provisi" - + "oningModel\022\"\n\036PROVISIONING_MODEL_UNSPECI" - + "FIED\020\000\022\014\n\010STANDARD\020\001\022\010\n\004SPOT\020\002\022\017\n\013PREEMP" - + "TIBLE\020\003\"\257\004\n\tTaskGroup\022\022\n\004name\030\001 \001(\tB\004\342A\001" - + "\003\0228\n\ttask_spec\030\003 \001(\0132\037.google.cloud.batc" - + "h.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_polic" - + "y\030\006 \001(\01621.google.cloud.batch.v1.TaskGrou" - + "p.SchedulingPolicy\022=\n\021task_environments\030" - + "\t \003(\0132\".google.cloud.batch.v1.Environmen" - + "t\022\033\n\023task_count_per_node\030\n \001(\003\022\032\n\022requir" - + "e_hosts_file\030\013 \001(\010\022\026\n\016permissive_ssh\030\014 \001" - + "(\010\"\\\n\020SchedulingPolicy\022!\n\035SCHEDULING_POL" - + "ICY_UNSPECIFIED\020\000\022\027\n\023AS_SOON_AS_POSSIBLE" - + "\020\001\022\014\n\010IN_ORDER\020\002:o\352Al\n\036batch.googleapis." - + "com/TaskGroup\022Jprojects/{project}/locati" - + "ons/{location}/jobs/{job}/taskGroups/{ta" - + "sk_group}\"/\n\016ServiceAccount\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/g" - + "o/batch/apiv1/batchpb;batchpb\242\002\003GCB\252\002\025Go" - + "ogle.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", "CloudLoggingOption", - }); - internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_descriptor = - internal_static_google_cloud_batch_v1_LogsPolicy_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_descriptor, - new java.lang.String[] {}); - 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", - "Reservation", - }); - 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 3e9fc8aab53a..000000000000 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskProto.java +++ /dev/null @@ -1,383 +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\037google/api/field_beha" - + "vior.proto\032\031google/api/resource.proto\032\"g" - + "oogle/cloud/batch/v1/volume.proto\032\036googl" - + "e/protobuf/duration.proto\032\037google/protob" - + "uf/timestamp.proto\"O\n\017ComputeResource\022\021\n" - + "\tcpu_milli\030\001 \001(\003\022\022\n\nmemory_mib\030\002 \001(\003\022\025\n\r" - + "boot_disk_mib\030\004 \001(\003\"\333\001\n\013StatusEvent\022\014\n\004t" - + "ype\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<" - + "\n\016task_execution\030\004 \001(\0132$.google.cloud.ba" - + "tch.v1.TaskExecution\022;\n\ntask_state\030\005 \001(\016" - + "2\'.google.cloud.batch.v1.TaskStatus.Stat" - + "e\"\"\n\rTaskExecution\022\021\n\texit_code\030\001 \001(\005\"\362\001" - + "\n\nTaskStatus\0226\n\005state\030\001 \001(\0162\'.google.clo" - + "ud.batch.v1.TaskStatus.State\0229\n\rstatus_e" - + "vents\030\002 \003(\0132\".google.cloud.batch.v1.Stat" - + "usEvent\"q\n\005State\022\025\n\021STATE_UNSPECIFIED\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\"\372\005\n\010Runnable\022>\n\tcontainer\030\001 \001(\0132).goo" - + "gle.cloud.batch.v1.Runnable.ContainerH\000\022" - + "8\n\006script\030\002 \001(\0132&.google.cloud.batch.v1." - + "Runnable.ScriptH\000\022:\n\007barrier\030\006 \001(\0132\'.goo" - + "gle.cloud.batch.v1.Runnable.BarrierH\000\022\032\n" - + "\014display_name\030\n \001(\tB\004\342A\001\001\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\0227\n\013environment\030\007 \001(\0132\".goo" - + "gle.cloud.batch.v1.Environment\022*\n\007timeou" - + "t\030\010 \001(\0132\031.google.protobuf.Duration\022;\n\006la" - + "bels\030\t \003(\0132+.google.cloud.batch.v1.Runna" - + "ble.LabelsEntry\032\252\001\n\tContainer\022\021\n\timage_u" - + "ri\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_network\030\t \001(\010\022\020\n\010user" - + "name\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\000B\t\n\007comman" - + "d\032\027\n\007Barrier\022\014\n\004name\030\001 \001(\t\032-\n\013LabelsEntr" - + "y\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\014\n\nexe" - + "cutable\"\375\003\n\010TaskSpec\0222\n\trunnables\030\010 \003(\0132" - + "\037.google.cloud.batch.v1.Runnable\022@\n\020comp" - + "ute_resource\030\003 \001(\0132&.google.cloud.batch." - + "v1.ComputeResource\0223\n\020max_run_duration\030\004" - + " \001(\0132\031.google.protobuf.Duration\022\027\n\017max_r" - + "etry_count\030\005 \001(\005\022B\n\022lifecycle_policies\030\t" - + " \003(\0132&.google.cloud.batch.v1.LifecyclePo" - + "licy\022K\n\014environments\030\006 \003(\01321.google.clou" - + "d.batch.v1.TaskSpec.EnvironmentsEntryB\002\030" - + "\001\022.\n\007volumes\030\007 \003(\0132\035.google.cloud.batch." - + "v1.Volume\0227\n\013environment\030\n \001(\0132\".google." - + "cloud.batch.v1.Environment\0323\n\021Environmen" - + "tsEntry\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-.go" - + "ogle.cloud.batch.v1.LifecyclePolicy.Acti" - + "on\022P\n\020action_condition\030\002 \001(\01326.google.cl" - + "oud.batch.v1.LifecyclePolicy.ActionCondi" - + "tion\032%\n\017ActionCondition\022\022\n\nexit_codes\030\001 " - + "\003(\005\"?\n\006Action\022\026\n\022ACTION_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.clo" - + "ud.batch.v1.TaskStatus:w\352At\n\031batch.googl" - + "eapis.com/Task\022Wprojects/{project}/locat" - + "ions/{location}/jobs/{job}/taskGroups/{t" - + "ask_group}/tasks/{task}\"\217\003\n\013Environment\022" - + "D\n\tvariables\030\001 \003(\01321.google.cloud.batch." - + "v1.Environment.VariablesEntry\022Q\n\020secret_" - + "variables\030\002 \003(\01327.google.cloud.batch.v1." - + "Environment.SecretVariablesEntry\022I\n\023encr" - + "ypted_variables\030\003 \001(\0132,.google.cloud.bat" - + "ch.v1.Environment.KMSEnvMap\0322\n\tKMSEnvMap" - + "\022\020\n\010key_name\030\001 \001(\t\022\023\n\013cipher_text\030\002 \001(\t\032" - + "0\n\016VariablesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030" - + "\002 \001(\t:\0028\001\0326\n\024SecretVariablesEntry\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\tTaskProtoP\001Z/cloud.goog" - + "le.com/go/batch/apiv1/batchpb;batchpb\242\002\003" - + "GCB\252\002\025Google.Cloud.Batch.V1\312\002\025Google\\Clo" - + "ud\\Batch\\V1\352\002\030Google::Cloud::Batch::V1b\006" - + "proto3" - }; - 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.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", - "DisplayName", - "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.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.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 1d716f482129..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobProto.java +++ /dev/null @@ -1,628 +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_LogsPolicy_CloudLoggingOption_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_batch_v1alpha_LogsPolicy_CloudLoggingOption_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}\"\331\002\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\022]\n\024cloud_logging_option\030\003 \001(\01329.go" - + "ogle.cloud.batch.v1alpha.LogsPolicy.Clou" - + "dLoggingOptionB\004\342A\001\001\032G\n\022CloudLoggingOpti" - + "on\0221\n#use_generic_task_monitored_resourc" - + "e\030\001 \001(\010B\004\342A\001\001\"G\n\013Destination\022\033\n\027DESTINAT" - + "ION_UNSPECIFIED\020\000\022\021\n\rCLOUD_LOGGING\020\001\022\010\n\004" - + "PATH\020\002\"\371\001\n\rJobDependency\022C\n\005items\030\001 \003(\0132" - + "4.google.cloud.batch.v1alpha.JobDependen" - + "cy.ItemsEntry\032\\\n\nItemsEntry\022\013\n\003key\030\001 \001(\t" - + "\022=\n\005value\030\002 \001(\0162..google.cloud.batch.v1a" - + "lpha.JobDependency.Type:\0028\001\"E\n\004Type\022\024\n\020T" - + "YPE_UNSPECIFIED\020\000\022\r\n\tSUCCEEDED\020\001\022\n\n\006FAIL" - + "ED\020\002\022\014\n\010FINISHED\020\003\"\353\007\n\tJobStatus\022:\n\005stat" - + "e\030\001 \001(\0162+.google.cloud.batch.v1alpha.Job" - + "Status.State\022>\n\rstatus_events\030\002 \003(\0132\'.go" - + "ogle.cloud.batch.v1alpha.StatusEvent\022J\n\013" - + "task_groups\030\004 \003(\01325.google.cloud.batch.v" - + "1alpha.JobStatus.TaskGroupsEntry\022/\n\014run_" - + "duration\030\005 \001(\0132\031.google.protobuf.Duratio" - + "n\022A\n\016resource_usage\030\006 \001(\0132).google.cloud" - + ".batch.v1alpha.ResourceUsage\032\333\001\n\016Instanc" - + "eStatus\022\024\n\014machine_type\030\001 \001(\t\022Z\n\022provisi" - + "oning_model\030\002 \001(\0162>.google.cloud.batch.v" - + "1alpha.AllocationPolicy.ProvisioningMode" - + "l\022\021\n\ttask_pack\030\003 \001(\003\022D\n\tboot_disk\030\004 \001(\0132" - + "1.google.cloud.batch.v1alpha.AllocationP" - + "olicy.Disk\032\334\001\n\017TaskGroupStatus\022Q\n\006counts" - + "\030\001 \003(\0132A.google.cloud.batch.v1alpha.JobS" - + "tatus.TaskGroupStatus.CountsEntry\022G\n\tins" - + "tances\030\002 \003(\01324.google.cloud.batch.v1alph" - + "a.JobStatus.InstanceStatus\032-\n\013CountsEntr" - + "y\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\003:\0028\001\032h\n\017Tas" - + "kGroupsEntry\022\013\n\003key\030\001 \001(\t\022D\n\005value\030\002 \001(\013" - + "25.google.cloud.batch.v1alpha.JobStatus." - + "TaskGroupStatus:\0028\001\"{\n\005State\022\025\n\021STATE_UN" - + "SPECIFIED\020\000\022\n\n\006QUEUED\020\001\022\r\n\tSCHEDULED\020\002\022\013" - + "\n\007RUNNING\020\003\022\r\n\tSUCCEEDED\020\004\022\n\n\006FAILED\020\005\022\030" - + "\n\024DELETION_IN_PROGRESS\020\006\"#\n\rResourceUsag" - + "e\022\022\n\ncore_hours\030\001 \001(\001\"\220\003\n\017JobNotificatio" - + "n\022\024\n\014pubsub_topic\030\001 \001(\t\022D\n\007message\030\002 \001(\013" - + "23.google.cloud.batch.v1alpha.JobNotific" - + "ation.Message\032\323\001\n\007Message\022>\n\004type\030\001 \001(\0162" - + "0.google.cloud.batch.v1alpha.JobNotifica" - + "tion.Type\022B\n\rnew_job_state\030\002 \001(\0162+.googl" - + "e.cloud.batch.v1alpha.JobStatus.State\022D\n" - + "\016new_task_state\030\003 \001(\0162,.google.cloud.bat" - + "ch.v1alpha.TaskStatus.State\"K\n\004Type\022\024\n\020T" - + "YPE_UNSPECIFIED\020\000\022\025\n\021JOB_STATE_CHANGED\020\001" - + "\022\026\n\022TASK_STATE_CHANGED\020\002\"\240\021\n\020AllocationP" - + "olicy\022M\n\010location\030\001 \001(\0132;.google.cloud.b" - + "atch.v1alpha.AllocationPolicy.LocationPo" - + "licy\022Q\n\010instance\030\002 \001(\0132;.google.cloud.ba" - + "tch.v1alpha.AllocationPolicy.InstancePol" - + "icyB\002\030\001\022X\n\tinstances\030\010 \003(\0132E.google.clou" - + "d.batch.v1alpha.AllocationPolicy.Instanc" - + "ePolicyOrTemplate\022\036\n\022instance_templates\030" - + "\003 \003(\tB\002\030\001\022_\n\023provisioning_models\030\004 \003(\0162>" - + ".google.cloud.batch.v1alpha.AllocationPo" - + "licy.ProvisioningModelB\002\030\001\022!\n\025service_ac" - + "count_email\030\005 \001(\tB\002\030\001\022C\n\017service_account" - + "\030\t \001(\0132*.google.cloud.batch.v1alpha.Serv" - + "iceAccount\022H\n\006labels\030\006 \003(\01328.google.clou" - + "d.batch.v1alpha.AllocationPolicy.LabelsE" - + "ntry\022K\n\007network\030\007 \001(\0132:.google.cloud.bat" - + "ch.v1alpha.AllocationPolicy.NetworkPolic" - + "y\022O\n\tplacement\030\n \001(\0132<.google.cloud.batc" - + "h.v1alpha.AllocationPolicy.PlacementPoli" - + "cy\032E\n\016LocationPolicy\022\031\n\021allowed_location" - + "s\030\001 \003(\t\022\030\n\020denied_locations\030\002 \003(\t\032q\n\004Dis" - + "k\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_in" - + "terface\030\006 \001(\tB\r\n\013data_source\032\217\001\n\014Attache" - + "dDisk\022E\n\010new_disk\030\001 \001(\01321.google.cloud.b" - + "atch.v1alpha.AllocationPolicy.DiskH\000\022\027\n\r" - + "existing_disk\030\002 \001(\tH\000\022\023\n\013device_name\030\003 \001" - + "(\tB\n\n\010attached\032i\n\013Accelerator\022\014\n\004type\030\001 " - + "\001(\t\022\r\n\005count\030\002 \001(\003\022\037\n\023install_gpu_driver" - + "s\030\003 \001(\010B\002\030\001\022\034\n\016driver_version\030\004 \001(\tB\004\342A\001" - + "\001\032\272\003\n\016InstancePolicy\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" - + ".AllocationPolicy.ProvisioningModel\022N\n\014a" - + "ccelerators\030\005 \003(\01328.google.cloud.batch.v" - + "1alpha.AllocationPolicy.Accelerator\022D\n\tb" - + "oot_disk\030\010 \001(\01321.google.cloud.batch.v1al" - + "pha.AllocationPolicy.Disk\022H\n\005disks\030\006 \003(\013" - + "29.google.cloud.batch.v1alpha.Allocation" - + "Policy.AttachedDisk\022\031\n\013reservation\030\007 \001(\t" - + "B\004\342A\001\001\032\266\001\n\030InstancePolicyOrTemplate\022M\n\006p" - + "olicy\030\001 \001(\0132;.google.cloud.batch.v1alpha" - + ".AllocationPolicy.InstancePolicyH\000\022\033\n\021in" - + "stance_template\030\002 \001(\tH\000\022\033\n\023install_gpu_d" - + "rivers\030\003 \001(\010B\021\n\017policy_template\032W\n\020Netwo" - + "rkInterface\022\017\n\007network\030\001 \001(\t\022\022\n\nsubnetwo" - + "rk\030\002 \001(\t\022\036\n\026no_external_ip_address\030\003 \001(\010" - + "\032j\n\rNetworkPolicy\022Y\n\022network_interfaces\030" - + "\001 \003(\0132=.google.cloud.batch.v1alpha.Alloc" - + "ationPolicy.NetworkInterface\032<\n\017Placemen" - + "tPolicy\022\023\n\013collocation\030\001 \001(\t\022\024\n\014max_dist" - + "ance\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\036PROVISIONING_MODEL_UNSPECIFIED\020\000\022\014\n\010ST" - + "ANDARD\020\001\022\010\n\004SPOT\020\002\022\017\n\013PREEMPTIBLE\020\003\"\227\006\n\t" - + "TaskGroup\022\022\n\004name\030\001 \001(\tB\004\342A\001\003\022=\n\ttask_sp" - + "ec\030\003 \001(\0132$.google.cloud.batch.v1alpha.Ta" - + "skSpecB\004\342A\001\002\022\022\n\ntask_count\030\004 \001(\003\022\023\n\013para" - + "llelism\030\005 \001(\003\022Q\n\021scheduling_policy\030\006 \001(\016" - + "26.google.cloud.batch.v1alpha.TaskGroup." - + "SchedulingPolicy\022G\n\021allocation_policy\030\007 " - + "\001(\0132,.google.cloud.batch.v1alpha.Allocat" - + "ionPolicy\022A\n\006labels\030\010 \003(\01321.google.cloud" - + ".batch.v1alpha.TaskGroup.LabelsEntry\022B\n\021" - + "task_environments\030\t \003(\0132\'.google.cloud.b" - + "atch.v1alpha.Environment\022\033\n\023task_count_p" - + "er_node\030\n \001(\003\022\032\n\022require_hosts_file\030\013 \001(" - + "\010\022\026\n\016permissive_ssh\030\014 \001(\010\022\034\n\016enable_oslo" - + "gin\030\r \001(\010B\004\342A\001\001\032-\n\013LabelsEntry\022\013\n\003key\030\001 " - + "\001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\\\n\020SchedulingPoli" - + "cy\022!\n\035SCHEDULING_POLICY_UNSPECIFIED\020\000\022\027\n" - + "\023AS_SOON_AS_POSSIBLE\020\001\022\014\n\010IN_ORDER\020\002:o\352A" - + "l\n\036batch.googleapis.com/TaskGroup\022Jproje" - + "cts/{project}/locations/{location}/jobs/" - + "{job}/taskGroups/{task_group}\"/\n\016Service" - + "Account\022\r\n\005email\030\001 \001(\t\022\016\n\006scopes\030\002 \003(\tB\302" - + "\001\n\036com.google.cloud.batch.v1alphaB\010JobPr" - + "otoP\001Z4cloud.google.com/go/batch/apiv1al" - + "pha/batchpb;batchpb\242\002\003GCB\252\002\032Google.Cloud" - + ".Batch.V1Alpha\312\002\032Google\\Cloud\\Batch\\V1al" - + "pha\352\002\035Google::Cloud::Batch::V1alphab\006pro" - + "to3" - }; - 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", "CloudLoggingOption", - }); - internal_static_google_cloud_batch_v1alpha_LogsPolicy_CloudLoggingOption_descriptor = - internal_static_google_cloud_batch_v1alpha_LogsPolicy_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_batch_v1alpha_LogsPolicy_CloudLoggingOption_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_batch_v1alpha_LogsPolicy_CloudLoggingOption_descriptor, - new java.lang.String[] { - "UseGenericTaskMonitoredResource", - }); - 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", - "EnableOslogin", - }); - 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/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 7f10940eeeca..000000000000 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/TaskProto.java +++ /dev/null @@ -1,406 +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\037google/api/" - + "field_behavior.proto\032\031google/api/resourc" - + "e.proto\032\'google/cloud/batch/v1alpha/volu" - + "me.proto\032\036google/protobuf/duration.proto" - + "\032\037google/protobuf/timestamp.proto\"b\n\017Com" - + "puteResource\022\021\n\tcpu_milli\030\001 \001(\003\022\022\n\nmemor" - + "y_mib\030\002 \001(\003\022\021\n\tgpu_count\030\003 \001(\003\022\025\n\rboot_d" - + "isk_mib\030\004 \001(\003\"\345\001\n\013StatusEvent\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.Timestamp\022A\n\016task" - + "_execution\030\004 \001(\0132).google.cloud.batch.v1" - + "alpha.TaskExecution\022@\n\ntask_state\030\005 \001(\0162" - + ",.google.cloud.batch.v1alpha.TaskStatus." - + "State\"@\n\rTaskExecution\022\021\n\texit_code\030\001 \001(" - + "\005\022\034\n\016stderr_snippet\030\002 \001(\tB\004\342A\001\001\"\303\002\n\nTask" - + "Status\022;\n\005state\030\001 \001(\0162,.google.cloud.bat" - + "ch.v1alpha.TaskStatus.State\022>\n\rstatus_ev" - + "ents\030\002 \003(\0132\'.google.cloud.batch.v1alpha." - + "StatusEvent\022E\n\016resource_usage\030\003 \001(\0132-.go" - + "ogle.cloud.batch.v1alpha.TaskResourceUsa" - + "ge\"q\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\013\n\007PE" - + "NDING\020\001\022\014\n\010ASSIGNED\020\002\022\013\n\007RUNNING\020\003\022\n\n\006FA" - + "ILED\020\004\022\r\n\tSUCCEEDED\020\005\022\016\n\nUNEXECUTED\020\006\"\'\n" - + "\021TaskResourceUsage\022\022\n\ncore_hours\030\001 \001(\001\"\271" - + "\006\n\010Runnable\022C\n\tcontainer\030\001 \001(\0132..google." - + "cloud.batch.v1alpha.Runnable.ContainerH\000" - + "\022=\n\006script\030\002 \001(\0132+.google.cloud.batch.v1" - + "alpha.Runnable.ScriptH\000\022?\n\007barrier\030\006 \001(\013" - + "2,.google.cloud.batch.v1alpha.Runnable.B" - + "arrierH\000\022\032\n\014display_name\030\n \001(\tB\004\342A\001\001\022\032\n\022" - + "ignore_exit_status\030\003 \001(\010\022\022\n\nbackground\030\004" - + " \001(\010\022\022\n\nalways_run\030\005 \001(\010\022<\n\013environment\030" - + "\007 \001(\0132\'.google.cloud.batch.v1alpha.Envir" - + "onment\022*\n\007timeout\030\010 \001(\0132\031.google.protobu" - + "f.Duration\022@\n\006labels\030\t \003(\01320.google.clou" - + "d.batch.v1alpha.Runnable.LabelsEntry\032\320\001\n" - + "\tContainer\022\021\n\timage_uri\030\001 \001(\t\022\020\n\010command" - + "s\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_" - + "network\030\t \001(\010\022\020\n\010username\030\n \001(\t\022\020\n\010passw" - + "ord\030\013 \001(\t\022$\n\026enable_image_streaming\030\014 \001(" - + "\010B\004\342A\001\001\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\"\233\004\n\010TaskSpec\022" - + "7\n\trunnables\030\010 \003(\0132$.google.cloud.batch." - + "v1alpha.Runnable\022E\n\020compute_resource\030\003 \001" - + "(\0132+.google.cloud.batch.v1alpha.ComputeR" - + "esource\0223\n\020max_run_duration\030\004 \001(\0132\031.goog" - + "le.protobuf.Duration\022\027\n\017max_retry_count\030" - + "\005 \001(\005\022G\n\022lifecycle_policies\030\t \003(\0132+.goog" - + "le.cloud.batch.v1alpha.LifecyclePolicy\022P" - + "\n\014environments\030\006 \003(\01326.google.cloud.batc" - + "h.v1alpha.TaskSpec.EnvironmentsEntryB\002\030\001" - + "\0223\n\007volumes\030\007 \003(\0132\".google.cloud.batch.v" - + "1alpha.Volume\022<\n\013environment\030\n \001(\0132\'.goo" - + "gle.cloud.batch.v1alpha.Environment\0323\n\021E" - + "nvironmentsEntry\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.google.cloud.batch.v1alpha.Lifecy" - + "clePolicy.Action\022U\n\020action_condition\030\002 \001" - + "(\0132;.google.cloud.batch.v1alpha.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\"\305\001\n\004Task\022\014\n\004name\030\001 \001(\t\0226\n\006status" - + "\030\002 \001(\0132&.google.cloud.batch.v1alpha.Task" - + "Status:w\352At\n\031batch.googleapis.com/Task\022W" - + "projects/{project}/locations/{location}/" - + "jobs/{job}/taskGroups/{task_group}/tasks" - + "/{task}\"\236\003\n\013Environment\022I\n\tvariables\030\001 \003" - + "(\01326.google.cloud.batch.v1alpha.Environm" - + "ent.VariablesEntry\022V\n\020secret_variables\030\002" - + " \003(\0132<.google.cloud.batch.v1alpha.Enviro" - + "nment.SecretVariablesEntry\022N\n\023encrypted_" - + "variables\030\003 \001(\01321.google.cloud.batch.v1a" - + "lpha.Environment.KMSEnvMap\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\003key\030\001 \001(\t\022\r\n\005value\030\002" - + " \001(\t:\0028\001\0326\n\024SecretVariablesEntry\022\013\n\003key\030" - + "\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\303\001\n\036com.google." - + "cloud.batch.v1alphaB\tTaskProtoP\001Z4cloud." - + "google.com/go/batch/apiv1alpha/batchpb;b" - + "atchpb\242\002\003GCB\252\002\032Google.Cloud.Batch.V1Alph" - + "a\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.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", "StderrSnippet", - }); - 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", - "DisplayName", - "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", - "EnableImageStreaming", - }); - 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.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.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 89% 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 index b81b80bae622..02db90bad713 100644 --- 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 @@ -67,19 +67,157 @@ *

Note: close() needs to be called on the BatchServiceClient object to clean up resources such * as threads. In the example above, try-with-resources is used, which automatically calls close(). * - *

The surface of this class includes several types of Java methods for each of the API's - * methods: - * - *

    - *
  1. A "flattened" method. With this type of method, the fields of the request type have been - * converted into function parameters. It may be the case that not all fields are available as - * parameters, and not every API method will have a flattened method entry point. - *
  2. A "request object" method. This type of method only takes one parameter, a request object, - * which must be constructed before the call. Not every API method will have a request object - * method. - *
  3. A "callable" method. This type of method takes no parameters and returns an immutable API - * callable object, which can be used to initiate calls to the service. - *
+ * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
MethodDescriptionMethod Variants
CreateJob

Create a Job.

+ *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

+ *
    + *
  • createJob(CreateJobRequest request) + *
+ *

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

+ *
    + *
  • createJob(LocationName parent, Job job, String jobId) + *
  • createJob(String parent, Job job, String jobId) + *
+ *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

+ *
    + *
  • createJobCallable() + *
+ *
GetJob

Get a Job specified by its resource name.

+ *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

+ *
    + *
  • getJob(GetJobRequest request) + *
+ *

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

+ *
    + *
  • getJob(JobName name) + *
  • getJob(String name) + *
+ *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

+ *
    + *
  • getJobCallable() + *
+ *
DeleteJob

Delete a Job.

+ *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

+ *
    + *
  • deleteJobAsync(DeleteJobRequest request) + *
+ *

Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.

+ *
    + *
  • deleteJobAsync(String name) + *
+ *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

+ *
    + *
  • deleteJobOperationCallable() + *
  • deleteJobCallable() + *
+ *
ListJobs

List all Jobs for a project within a region.

+ *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

+ *
    + *
  • listJobs(ListJobsRequest request) + *
+ *

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

+ *
    + *
  • listJobs(String parent) + *
+ *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

+ *
    + *
  • listJobsPagedCallable() + *
  • listJobsCallable() + *
+ *
GetTask

Return a single Task.

+ *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

+ *
    + *
  • getTask(GetTaskRequest request) + *
+ *

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

+ *
    + *
  • getTask(TaskName name) + *
  • getTask(String name) + *
+ *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

+ *
    + *
  • getTaskCallable() + *
+ *
ListTasks

List Tasks associated with a job.

+ *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

+ *
    + *
  • listTasks(ListTasksRequest request) + *
+ *

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

+ *
    + *
  • listTasks(TaskGroupName parent) + *
  • listTasks(String parent) + *
+ *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

+ *
    + *
  • listTasksPagedCallable() + *
  • listTasksCallable() + *
+ *
ListLocations

Lists information about the supported locations for this service.

+ *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

+ *
    + *
  • listLocations(ListLocationsRequest request) + *
+ *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

+ *
    + *
  • listLocationsPagedCallable() + *
  • listLocationsCallable() + *
+ *
GetLocation

Gets information about a location.

+ *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

+ *
    + *
  • getLocation(GetLocationRequest request) + *
+ *

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

+ *
    + *
  • getLocationCallable() + *
+ *
* *

See the individual methods for example code. * 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 99% 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 index d17ff8001795..923c45f2ff0e 100644 --- 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 @@ -356,6 +356,12 @@ public BatchServiceStub createStub() throws IOException { "Transport not supported: %s", getTransportChannelProvider().getTransportName())); } + /** Returns the default service name. */ + @Override + public String getServiceName() { + return "batch"; + } + /** Returns a builder for the default ExecutorProvider for this service. */ public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() { return InstantiatingExecutorProvider.newBuilder(); 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 2e0961b2bb14..750b9713a86d 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 java.lang.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 d2638b9ac0cb..0a84fb86330c 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 { /** - * - * *
      * URL for a VM image to use as the data source for this disk.
      * For example, the following are all valid URLs:
@@ -1262,13 +1160,10 @@ public interface DiskOrBuilder
      * 
* * string image = 4; - * * @return Whether the image field is set. */ boolean hasImage(); /** - * - * *
      * URL for a VM image to use as the data source for this disk.
      * For example, the following are all valid URLs:
@@ -1289,13 +1184,10 @@ public interface DiskOrBuilder
      * 
* * string image = 4; - * * @return The image. */ java.lang.String getImage(); /** - * - * *
      * URL for a VM image to use as the data source for this disk.
      * For example, the following are all valid URLs:
@@ -1316,54 +1208,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".
@@ -1372,13 +1254,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".
@@ -1387,14 +1266,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.
      *
@@ -1418,14 +1295,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.
@@ -1435,13 +1309,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.
@@ -1451,16 +1322,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.
@@ -1470,16 +1339,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_ = "";
@@ -1487,39 +1355,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;
       }
@@ -1535,30 +1398,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;
     /**
-     *
-     *
      * 
      * URL for a VM image to use as the data source for this disk.
      * For example, the following are all valid URLs:
@@ -1579,15 +1437,12 @@ public DataSourceCase getDataSourceCase() {
      * 
* * string image = 4; - * * @return Whether the image field is set. */ public boolean hasImage() { return dataSourceCase_ == 4; } /** - * - * *
      * URL for a VM image to use as the data source for this disk.
      * For example, the following are all valid URLs:
@@ -1608,7 +1463,6 @@ public boolean hasImage() {
      * 
* * string image = 4; - * * @return The image. */ public java.lang.String getImage() { @@ -1619,7 +1473,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; @@ -1628,8 +1483,6 @@ public java.lang.String getImage() { } } /** - * - * *
      * URL for a VM image to use as the data source for this disk.
      * For example, the following are all valid URLs:
@@ -1650,17 +1503,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; } @@ -1672,30 +1526,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() { @@ -1706,7 +1554,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; @@ -1715,25 +1564,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; } @@ -1744,12 +1592,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".
@@ -1758,7 +1603,6 @@ public com.google.protobuf.ByteString getSnapshotBytes() {
      * 
* * string type = 1; - * * @return The type. */ @java.lang.Override @@ -1767,15 +1611,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".
@@ -1784,15 +1627,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 { @@ -1803,8 +1647,6 @@ public com.google.protobuf.ByteString getTypeBytes() { public static final int SIZE_GB_FIELD_NUMBER = 2; private long sizeGb_ = 0L; /** - * - * *
      * Disk size in GB.
      *
@@ -1828,7 +1670,6 @@ public com.google.protobuf.ByteString getTypeBytes() {
      * 
* * int64 size_gb = 2; - * * @return The sizeGb. */ @java.lang.Override @@ -1837,12 +1678,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.
@@ -1852,7 +1690,6 @@ public long getSizeGb() {
      * 
* * string disk_interface = 6; - * * @return The diskInterface. */ @java.lang.Override @@ -1861,15 +1698,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.
@@ -1879,15 +1715,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 { @@ -1896,7 +1733,6 @@ public com.google.protobuf.ByteString getDiskInterfaceBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1908,7 +1744,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_); } @@ -1937,7 +1774,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_); @@ -1956,24 +1794,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: @@ -1992,7 +1834,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_) { @@ -2013,93 +1856,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 @@ -2109,8 +1948,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.
@@ -2120,33 +1957,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();
@@ -2160,9 +1997,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
@@ -2181,11 +2018,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;
@@ -2213,41 +2047,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;
@@ -2255,8 +2086,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;
@@ -2271,24 +2101,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();
@@ -2316,45 +2143,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) {
@@ -2364,12 +2185,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() {
@@ -2382,8 +2203,6 @@ public Builder clearDataSource() {
       private int bitField0_;
 
       /**
-       *
-       *
        * 
        * URL for a VM image to use as the data source for this disk.
        * For example, the following are all valid URLs:
@@ -2404,7 +2223,6 @@ public Builder clearDataSource() {
        * 
* * string image = 4; - * * @return Whether the image field is set. */ @java.lang.Override @@ -2412,8 +2230,6 @@ public boolean hasImage() { return dataSourceCase_ == 4; } /** - * - * *
        * URL for a VM image to use as the data source for this disk.
        * For example, the following are all valid URLs:
@@ -2434,7 +2250,6 @@ public boolean hasImage() {
        * 
* * string image = 4; - * * @return The image. */ @java.lang.Override @@ -2444,7 +2259,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; @@ -2455,8 +2271,6 @@ public java.lang.String getImage() { } } /** - * - * *
        * URL for a VM image to use as the data source for this disk.
        * For example, the following are all valid URLs:
@@ -2477,18 +2291,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; } @@ -2498,8 +2313,6 @@ public com.google.protobuf.ByteString getImageBytes() { } } /** - * - * *
        * URL for a VM image to use as the data source for this disk.
        * For example, the following are all valid URLs:
@@ -2520,22 +2333,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; } /** - * - * *
        * URL for a VM image to use as the data source for this disk.
        * For example, the following are all valid URLs:
@@ -2556,7 +2365,6 @@ public Builder setImage(java.lang.String value) {
        * 
* * string image = 4; - * * @return This builder for chaining. */ public Builder clearImage() { @@ -2568,8 +2376,6 @@ public Builder clearImage() { return this; } /** - * - * *
        * URL for a VM image to use as the data source for this disk.
        * For example, the following are all valid URLs:
@@ -2590,14 +2396,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; @@ -2606,15 +2410,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 @@ -2622,15 +2423,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 @@ -2640,7 +2438,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; @@ -2651,26 +2450,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; } @@ -2680,37 +2478,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() { @@ -2722,22 +2513,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; @@ -2747,8 +2534,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".
@@ -2757,13 +2542,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; @@ -2772,8 +2557,6 @@ public java.lang.String getType() { } } /** - * - * *
        * Disk type as shown in `gcloud compute disk-types list`.
        * For example, local SSD uses type "local-ssd".
@@ -2782,14 +2565,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 { @@ -2797,8 +2581,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".
@@ -2807,22 +2589,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".
@@ -2831,7 +2609,6 @@ public Builder setType(java.lang.String value) {
        * 
* * string type = 1; - * * @return This builder for chaining. */ public Builder clearType() { @@ -2841,8 +2618,6 @@ public Builder clearType() { return this; } /** - * - * *
        * Disk type as shown in `gcloud compute disk-types list`.
        * For example, local SSD uses type "local-ssd".
@@ -2851,14 +2626,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; @@ -2866,10 +2639,8 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) { return this; } - private long sizeGb_; + private long sizeGb_ ; /** - * - * *
        * Disk size in GB.
        *
@@ -2893,7 +2664,6 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) {
        * 
* * int64 size_gb = 2; - * * @return The sizeGb. */ @java.lang.Override @@ -2901,8 +2671,6 @@ public long getSizeGb() { return sizeGb_; } /** - * - * *
        * Disk size in GB.
        *
@@ -2926,7 +2694,6 @@ public long getSizeGb() {
        * 
* * int64 size_gb = 2; - * * @param value The sizeGb to set. * @return This builder for chaining. */ @@ -2938,8 +2705,6 @@ public Builder setSizeGb(long value) { return this; } /** - * - * *
        * Disk size in GB.
        *
@@ -2963,7 +2728,6 @@ public Builder setSizeGb(long value) {
        * 
* * int64 size_gb = 2; - * * @return This builder for chaining. */ public Builder clearSizeGb() { @@ -2975,8 +2739,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.
@@ -2986,13 +2748,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; @@ -3001,8 +2763,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.
@@ -3012,14 +2772,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 { @@ -3027,8 +2788,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.
@@ -3038,22 +2797,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.
@@ -3063,7 +2818,6 @@ public Builder setDiskInterface(java.lang.String value) {
        * 
* * string disk_interface = 6; - * * @return This builder for chaining. */ public Builder clearDiskInterface() { @@ -3073,8 +2827,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.
@@ -3084,21 +2836,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) { @@ -3111,12 +2860,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(); } @@ -3125,28 +2874,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; @@ -3161,68 +2909,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
@@ -3231,13 +2969,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
@@ -3246,16 +2981,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.
@@ -3263,55 +2996,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;
       }
@@ -3327,30 +3054,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
@@ -3359,49 +3082,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() { @@ -3412,7 +3130,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; @@ -3421,24 +3140,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; } @@ -3449,12 +3167,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
@@ -3463,7 +3178,6 @@ public com.google.protobuf.ByteString getExistingDiskBytes() {
      * 
* * string device_name = 3; - * * @return The deviceName. */ @java.lang.Override @@ -3472,15 +3186,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
@@ -3489,15 +3202,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 { @@ -3506,7 +3220,6 @@ public com.google.protobuf.ByteString getDeviceNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3518,7 +3231,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_); } @@ -3538,9 +3252,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_); @@ -3556,22 +3269,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: @@ -3607,94 +3322,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 @@ -3704,8 +3414,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * A new or an existing persistent disk (PD) or a local ssd attached to a VM
      * instance.
@@ -3713,34 +3421,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;
@@ -3754,9 +3462,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
@@ -3775,11 +3483,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;
@@ -3792,11 +3497,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();
         }
       }
@@ -3805,41 +3510,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;
@@ -3847,30 +3549,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();
@@ -3898,32 +3596,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) {
@@ -3933,12 +3629,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() {
@@ -3951,13 +3647,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
@@ -3966,7 +3658,6 @@ public boolean hasNewDisk() {
       }
       /**
        * .google.cloud.batch.v1.AllocationPolicy.Disk new_disk = 1;
-       *
        * @return The newDisk.
        */
       @java.lang.Override
@@ -3983,7 +3674,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) {
@@ -3997,7 +3690,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) {
@@ -4009,17 +3704,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;
           }
@@ -4034,7 +3727,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) {
@@ -4051,11 +3746,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)) {
@@ -4067,21 +3766,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());
@@ -4093,14 +3789,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 @@ -4108,14 +3801,11 @@ public boolean hasExistingDisk() { return attachedCase_ == 2; } /** - * - * *
        * Name of an existing PD.
        * 
* * string existing_disk = 2; - * * @return The existingDisk. */ @java.lang.Override @@ -4125,7 +3815,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; @@ -4136,25 +3827,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; } @@ -4164,35 +3854,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() { @@ -4204,21 +3887,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; @@ -4228,8 +3907,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
@@ -4238,13 +3915,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; @@ -4253,8 +3930,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
@@ -4263,14 +3938,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 { @@ -4278,8 +3954,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
@@ -4288,22 +3962,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
@@ -4312,7 +3982,6 @@ public Builder setDeviceName(java.lang.String value) {
        * 
* * string device_name = 3; - * * @return This builder for chaining. */ public Builder clearDeviceName() { @@ -4322,8 +3991,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
@@ -4332,21 +3999,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) { @@ -4359,12 +4023,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(); } @@ -4373,28 +4037,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; @@ -4409,72 +4072,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=349 + * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. + * See google/cloud/batch/v1/job.proto;l=349 * @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.
@@ -4486,13 +4135,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.
@@ -4504,30 +4150,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_ = ""; @@ -4535,39 +4178,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 @@ -4576,30 +4214,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 { @@ -4610,14 +4248,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 @@ -4628,31 +4263,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=349 + * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. + * See google/cloud/batch/v1/job.proto;l=349 * @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.
@@ -4664,7 +4292,6 @@ public boolean getInstallGpuDrivers() {
      * 
* * string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The driverVersion. */ @java.lang.Override @@ -4673,15 +4300,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.
@@ -4693,15 +4319,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 { @@ -4710,7 +4337,6 @@ public com.google.protobuf.ByteString getDriverVersionBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -4722,7 +4348,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_); } @@ -4748,10 +4375,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_); @@ -4764,18 +4393,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; } @@ -4790,9 +4422,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(); @@ -4801,94 +4435,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 @@ -4898,41 +4527,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(); @@ -4945,9 +4572,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 @@ -4966,11 +4593,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; } @@ -4995,41 +4619,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; @@ -5037,8 +4658,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; @@ -5081,37 +4701,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) { @@ -5121,26 +4736,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; @@ -5149,22 +4761,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 { @@ -5172,37 +4783,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() { @@ -5212,22 +4816,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; @@ -5235,16 +4835,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 @@ -5252,14 +4849,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. */ @@ -5271,14 +4865,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() { @@ -5288,41 +4879,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=349 + * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. + * See google/cloud/batch/v1/job.proto;l=349 * @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=349 + * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. + * See google/cloud/batch/v1/job.proto;l=349 * @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; @@ -5330,20 +4913,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=349 + * @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is deprecated. + * See google/cloud/batch/v1/job.proto;l=349 * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder clearInstallGpuDrivers() { + @java.lang.Deprecated public Builder clearInstallGpuDrivers() { bitField0_ = (bitField0_ & ~0x00000004); installGpuDrivers_ = false; onChanged(); @@ -5352,8 +4931,6 @@ public Builder clearInstallGpuDrivers() { private java.lang.Object driverVersion_ = ""; /** - * - * *
        * Optional. The NVIDIA GPU driver version that should be installed for this
        * type.
@@ -5365,13 +4942,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; @@ -5380,8 +4957,6 @@ public java.lang.String getDriverVersion() { } } /** - * - * *
        * Optional. The NVIDIA GPU driver version that should be installed for this
        * type.
@@ -5393,14 +4968,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 { @@ -5408,8 +4984,6 @@ public com.google.protobuf.ByteString getDriverVersionBytes() { } } /** - * - * *
        * Optional. The NVIDIA GPU driver version that should be installed for this
        * type.
@@ -5421,22 +4995,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.
@@ -5448,7 +5018,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() { @@ -5458,8 +5027,6 @@ public Builder clearDriverVersion() { return this; } /** - * - * *
        * Optional. The NVIDIA GPU driver version that should be installed for this
        * type.
@@ -5471,21 +5038,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) { @@ -5498,12 +5062,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(); } @@ -5512,28 +5076,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; @@ -5548,41 +5111,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
@@ -5590,13 +5146,10 @@ public interface InstancePolicyOrBuilder
      * 
* * string min_cpu_platform = 3; - * * @return The minCpuPlatform. */ java.lang.String getMinCpuPlatform(); /** - * - * *
      * The minimum CPU platform.
      * See
@@ -5604,51 +5157,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.
      * 
@@ -5657,8 +5199,6 @@ public interface InstancePolicyOrBuilder */ com.google.cloud.batch.v1.AllocationPolicy.Accelerator getAccelerators(int index); /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -5667,19 +5207,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.
      * 
@@ -5690,8 +5226,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.
@@ -5699,13 +5233,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.
@@ -5713,13 +5244,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.
@@ -5731,8 +5259,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.
@@ -5743,10 +5269,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.
@@ -5759,8 +5284,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.
@@ -5773,8 +5296,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.
@@ -5785,11 +5306,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.
@@ -5800,38 +5319,32 @@ 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);
 
     /**
-     *
-     *
      * 
      * Optional. If specified, VMs will consume only the specified reservation.
      * If not specified (default), VMs will consume any applicable reservation.
      * 
* * string reservation = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The reservation. */ java.lang.String getReservation(); /** - * - * *
      * Optional. If specified, VMs will consume only the specified reservation.
      * If not specified (default), VMs will consume any applicable reservation.
      * 
* * string reservation = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for reservation. */ - com.google.protobuf.ByteString getReservationBytes(); + com.google.protobuf.ByteString + getReservationBytes(); } /** - * - * *
    * InstancePolicy describes an instance type and resources attached to each VM
    * created by this InstancePolicy.
@@ -5839,16 +5352,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_ = "";
@@ -5860,38 +5372,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 @@ -5900,29 +5407,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 { @@ -5931,12 +5438,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
@@ -5944,7 +5448,6 @@ public com.google.protobuf.ByteString getMachineTypeBytes() {
      * 
* * string min_cpu_platform = 3; - * * @return The minCpuPlatform. */ @java.lang.Override @@ -5953,15 +5456,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
@@ -5969,15 +5471,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 { @@ -5988,50 +5491,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.
      * 
@@ -6039,13 +5525,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.
      * 
@@ -6053,13 +5536,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.
      * 
@@ -6071,8 +5552,6 @@ public int getAcceleratorsCount() { return accelerators_.size(); } /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -6084,8 +5563,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator getAccelerators(in return accelerators_.get(index); } /** - * - * *
      * The accelerators attached to each VM instance.
      * 
@@ -6101,8 +5578,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.
@@ -6110,7 +5585,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 @@ -6118,8 +5592,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.
@@ -6127,18 +5599,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.
@@ -6149,18 +5616,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.
@@ -6176,8 +5638,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.
@@ -6189,14 +5649,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.
@@ -6212,8 +5669,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.
@@ -6229,8 +5684,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.
@@ -6248,19 +5701,15 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDiskOrBuilder getDisks
     }
 
     public static final int RESERVATION_FIELD_NUMBER = 7;
-
     @SuppressWarnings("serial")
     private volatile java.lang.Object reservation_ = "";
     /**
-     *
-     *
      * 
      * Optional. If specified, VMs will consume only the specified reservation.
      * If not specified (default), VMs will consume any applicable reservation.
      * 
* * string reservation = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The reservation. */ @java.lang.Override @@ -6269,30 +5718,30 @@ public java.lang.String getReservation() { 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(); reservation_ = s; return s; } } /** - * - * *
      * Optional. If specified, VMs will consume only the specified reservation.
      * If not specified (default), VMs will consume any applicable reservation.
      * 
* * string reservation = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for reservation. */ @java.lang.Override - public com.google.protobuf.ByteString getReservationBytes() { + public com.google.protobuf.ByteString + getReservationBytes() { java.lang.Object ref = reservation_; 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); reservation_ = b; return b; } else { @@ -6301,7 +5750,6 @@ public com.google.protobuf.ByteString getReservationBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -6313,17 +5761,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++) { @@ -6353,23 +5799,24 @@ 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(reservation_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, reservation_); } if (bootDisk_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(8, getBootDisk()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(8, getBootDisk()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -6379,24 +5826,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.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 (!getReservation().equals(other.getReservation())) return false; + if (!getDisksList() + .equals(other.getDisksList())) return false; + if (!getReservation() + .equals(other.getReservation())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -6434,94 +5886,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 @@ -6531,8 +5978,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * InstancePolicy describes an instance type and resources attached to each VM
      * created by this InstancePolicy.
@@ -6540,33 +5985,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();
@@ -6598,9 +6043,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
@@ -6619,18 +6064,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_);
@@ -6663,7 +6104,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();
         }
         if (((from_bitField0_ & 0x00000040) != 0)) {
           result.reservation_ = reservation_;
@@ -6674,41 +6117,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;
@@ -6716,8 +6156,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;
@@ -6749,10 +6188,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_);
             }
@@ -6779,10 +6217,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_);
             }
@@ -6819,71 +6256,65 @@ 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 58:
-                {
-                  reservation_ = input.readStringRequireUtf8();
-                  bitField0_ |= 0x00000040;
-                  break;
-                } // case 58
-              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 58: {
+                reservation_ = input.readStringRequireUtf8();
+                bitField0_ |= 0x00000040;
+                break;
+              } // case 58
+              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) {
@@ -6893,25 +6324,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; @@ -6920,21 +6348,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 { @@ -6942,35 +6369,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() { @@ -6980,21 +6400,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; @@ -7004,8 +6420,6 @@ public Builder setMachineTypeBytes(com.google.protobuf.ByteString value) { private java.lang.Object minCpuPlatform_ = ""; /** - * - * *
        * The minimum CPU platform.
        * See
@@ -7013,13 +6427,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; @@ -7028,8 +6442,6 @@ public java.lang.String getMinCpuPlatform() { } } /** - * - * *
        * The minimum CPU platform.
        * See
@@ -7037,14 +6449,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 { @@ -7052,8 +6465,6 @@ public com.google.protobuf.ByteString getMinCpuPlatformBytes() { } } /** - * - * *
        * The minimum CPU platform.
        * See
@@ -7061,22 +6472,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
@@ -7084,7 +6491,6 @@ public Builder setMinCpuPlatform(java.lang.String value) {
        * 
* * string min_cpu_platform = 3; - * * @return This builder for chaining. */ public Builder clearMinCpuPlatform() { @@ -7094,8 +6500,6 @@ public Builder clearMinCpuPlatform() { return this; } /** - * - * *
        * The minimum CPU platform.
        * See
@@ -7103,14 +6507,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; @@ -7120,31 +6522,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. */ @@ -7155,41 +6548,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(); } @@ -7199,15 +6579,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() { @@ -7218,34 +6594,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 { @@ -7253,8 +6620,6 @@ private void ensureAcceleratorsIsMutable() { } } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7269,8 +6634,6 @@ public int getAcceleratorsCount() { } } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7285,8 +6648,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.Accelerator getAccelerators(in } } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7308,8 +6669,6 @@ public Builder setAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7317,8 +6676,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()); @@ -7329,8 +6687,6 @@ public Builder setAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7351,8 +6707,6 @@ public Builder addAccelerators(com.google.cloud.batch.v1.AllocationPolicy.Accele return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7374,8 +6728,6 @@ public Builder addAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7394,8 +6746,6 @@ public Builder addAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7403,8 +6753,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()); @@ -7415,8 +6764,6 @@ public Builder addAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7424,11 +6771,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); @@ -7436,8 +6783,6 @@ public Builder addAllAccelerators( return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7455,8 +6800,6 @@ public Builder clearAccelerators() { return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7474,8 +6817,6 @@ public Builder removeAccelerators(int index) { return this; } /** - * - * *
        * The accelerators attached to each VM instance.
        * 
@@ -7487,34 +6828,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 { @@ -7522,23 +6857,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.
        * 
@@ -7547,35 +6876,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(), @@ -7587,13 +6907,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.
@@ -7601,15 +6916,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.
@@ -7617,21 +6929,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.
@@ -7654,8 +6961,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.
@@ -7676,8 +6981,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.
@@ -7688,10 +6991,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;
@@ -7704,8 +7006,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.
@@ -7725,8 +7025,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.
@@ -7741,8 +7039,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.
@@ -7755,14 +7051,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.
@@ -7772,43 +7065,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.
@@ -7819,8 +7101,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 {
@@ -7828,8 +7109,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.
@@ -7848,8 +7127,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.
@@ -7868,8 +7145,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.
@@ -7895,8 +7170,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.
@@ -7908,8 +7181,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());
@@ -7920,8 +7192,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.
@@ -7946,8 +7216,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.
@@ -7973,8 +7241,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.
@@ -7997,8 +7263,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.
@@ -8010,8 +7274,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());
@@ -8022,8 +7285,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.
@@ -8035,11 +7296,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);
@@ -8047,8 +7308,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.
@@ -8070,8 +7329,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.
@@ -8093,8 +7350,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.
@@ -8110,8 +7365,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.
@@ -8125,14 +7378,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.
@@ -8143,9 +7393,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 {
@@ -8153,8 +7402,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.
@@ -8166,13 +7413,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.
@@ -8185,14 +7429,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.
@@ -8203,23 +7443,20 @@ 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_;
@@ -8227,21 +7464,19 @@ public com.google.cloud.batch.v1.AllocationPolicy.AttachedDisk.Builder addDisksB
 
       private java.lang.Object reservation_ = "";
       /**
-       *
-       *
        * 
        * Optional. If specified, VMs will consume only the specified reservation.
        * If not specified (default), VMs will consume any applicable reservation.
        * 
* * string reservation = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The reservation. */ public java.lang.String getReservation() { java.lang.Object ref = reservation_; 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(); reservation_ = s; return s; @@ -8250,22 +7485,21 @@ public java.lang.String getReservation() { } } /** - * - * *
        * Optional. If specified, VMs will consume only the specified reservation.
        * If not specified (default), VMs will consume any applicable reservation.
        * 
* * string reservation = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return The bytes for reservation. */ - public com.google.protobuf.ByteString getReservationBytes() { + public com.google.protobuf.ByteString + getReservationBytes() { java.lang.Object ref = reservation_; 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); reservation_ = b; return b; } else { @@ -8273,37 +7507,30 @@ public com.google.protobuf.ByteString getReservationBytes() { } } /** - * - * *
        * Optional. If specified, VMs will consume only the specified reservation.
        * If not specified (default), VMs will consume any applicable reservation.
        * 
* * string reservation = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The reservation to set. * @return This builder for chaining. */ - public Builder setReservation(java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setReservation( + java.lang.String value) { + if (value == null) { throw new NullPointerException(); } reservation_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** - * - * *
        * Optional. If specified, VMs will consume only the specified reservation.
        * If not specified (default), VMs will consume any applicable reservation.
        * 
* * string reservation = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @return This builder for chaining. */ public Builder clearReservation() { @@ -8313,29 +7540,24 @@ public Builder clearReservation() { return this; } /** - * - * *
        * Optional. If specified, VMs will consume only the specified reservation.
        * If not specified (default), VMs will consume any applicable reservation.
        * 
* * string reservation = 7 [(.google.api.field_behavior) = OPTIONAL]; - * * @param value The bytes for reservation to set. * @return This builder for chaining. */ - public Builder setReservationBytes(com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } + public Builder setReservationBytes( + com.google.protobuf.ByteString value) { + if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); reservation_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -8348,12 +7570,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(); } @@ -8362,28 +7584,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; @@ -8398,40 +7619,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.
      * 
@@ -8441,8 +7654,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
@@ -8450,13 +7661,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
@@ -8464,13 +7672,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
@@ -8478,14 +7683,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
@@ -8500,17 +7703,13 @@ 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(); } /** - * - * *
    * InstancePolicyOrTemplate lets you define the type of resources to use for
    * this job either with an InstancePolicy or an instance template.
@@ -8520,53 +7719,48 @@ public interface InstancePolicyOrTemplateOrBuilder
    *
    * 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;
       }
@@ -8582,36 +7776,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 @@ -8619,26 +7807,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.
      * 
@@ -8648,15 +7831,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
@@ -8664,15 +7845,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
@@ -8680,7 +7858,6 @@ public boolean hasInstanceTemplate() {
      * 
* * string instance_template = 2; - * * @return The instanceTemplate. */ public java.lang.String getInstanceTemplate() { @@ -8691,7 +7868,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; @@ -8700,8 +7878,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
@@ -8709,17 +7885,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; } @@ -8732,8 +7909,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
@@ -8748,7 +7923,6 @@ public com.google.protobuf.ByteString getInstanceTemplateBytes() {
      * 
* * bool install_gpu_drivers = 3; - * * @return The installGpuDrivers. */ @java.lang.Override @@ -8757,7 +7931,6 @@ public boolean getInstallGpuDrivers() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -8769,10 +7942,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_); @@ -8790,15 +7963,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; @@ -8808,22 +7981,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: @@ -8840,7 +8015,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; @@ -8859,95 +8035,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 @@ -8957,8 +8127,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * InstancePolicyOrTemplate lets you define the type of resources to use for
      * this job either with an InstancePolicy or an instance template.
@@ -8968,34 +8136,33 @@ protected Builder newBuilderForType(
      *
      * 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();
@@ -9010,16 +8177,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
@@ -9033,29 +8198,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();
         }
       }
@@ -9064,73 +8225,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();
@@ -9158,32 +8309,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) {
@@ -9193,12 +8342,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() {
@@ -9211,19 +8360,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 @@ -9231,14 +8374,11 @@ public boolean hasPolicy() { return policyTemplateCase_ == 1; } /** - * - * *
        * InstancePolicy.
        * 
* * .google.cloud.batch.v1.AllocationPolicy.InstancePolicy policy = 1; - * * @return The policy. */ @java.lang.Override @@ -9256,8 +8396,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy getPolicy() { } } /** - * - * *
        * InstancePolicy.
        * 
@@ -9278,8 +8416,6 @@ public Builder setPolicy(com.google.cloud.batch.v1.AllocationPolicy.InstancePoli return this; } /** - * - * *
        * InstancePolicy.
        * 
@@ -9298,8 +8434,6 @@ public Builder setPolicy( return this; } /** - * - * *
        * InstancePolicy.
        * 
@@ -9308,15 +8442,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; } @@ -9332,8 +8461,6 @@ public Builder mergePolicy(com.google.cloud.batch.v1.AllocationPolicy.InstancePo return this; } /** - * - * *
        * InstancePolicy.
        * 
@@ -9357,8 +8484,6 @@ public Builder clearPolicy() { return this; } /** - * - * *
        * InstancePolicy.
        * 
@@ -9369,8 +8494,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder getPoli return getPolicyFieldBuilder().getBuilder(); } /** - * - * *
        * InstancePolicy.
        * 
@@ -9378,8 +8501,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 { @@ -9390,8 +8512,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.InstancePolicy.Builder getPoli } } /** - * - * *
        * InstancePolicy.
        * 
@@ -9399,20 +8519,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()); @@ -9424,8 +8538,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
@@ -9433,7 +8545,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 @@ -9441,8 +8552,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
@@ -9450,7 +8559,6 @@ public boolean hasInstanceTemplate() {
        * 
* * string instance_template = 2; - * * @return The instanceTemplate. */ @java.lang.Override @@ -9460,7 +8568,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; @@ -9471,8 +8580,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
@@ -9480,18 +8587,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; } @@ -9501,8 +8609,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
@@ -9510,22 +8616,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
@@ -9533,7 +8635,6 @@ public Builder setInstanceTemplate(java.lang.String value) {
        * 
* * string instance_template = 2; - * * @return This builder for chaining. */ public Builder clearInstanceTemplate() { @@ -9545,8 +8646,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
@@ -9554,14 +8653,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; @@ -9569,10 +8666,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
@@ -9587,7 +8682,6 @@ public Builder setInstanceTemplateBytes(com.google.protobuf.ByteString value) {
        * 
* * bool install_gpu_drivers = 3; - * * @return The installGpuDrivers. */ @java.lang.Override @@ -9595,8 +8689,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
@@ -9611,7 +8703,6 @@ public boolean getInstallGpuDrivers() {
        * 
* * bool install_gpu_drivers = 3; - * * @param value The installGpuDrivers to set. * @return This builder for chaining. */ @@ -9623,8 +8714,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
@@ -9639,7 +8728,6 @@ public Builder setInstallGpuDrivers(boolean value) {
        * 
* * bool install_gpu_drivers = 3; - * * @return This builder for chaining. */ public Builder clearInstallGpuDrivers() { @@ -9648,7 +8736,6 @@ public Builder clearInstallGpuDrivers() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -9661,44 +8748,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; @@ -9710,20 +8794,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.
@@ -9736,13 +8817,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.
@@ -9755,14 +8833,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.
@@ -9775,13 +8851,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.
@@ -9794,14 +8867,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
@@ -9813,30 +8884,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_ = ""; @@ -9844,32 +8911,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.
@@ -9882,7 +8945,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * string network = 1; - * * @return The network. */ @java.lang.Override @@ -9891,15 +8953,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.
@@ -9912,15 +8973,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 { @@ -9929,12 +8991,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.
@@ -9947,7 +9006,6 @@ public com.google.protobuf.ByteString getNetworkBytes() {
      * 
* * string subnetwork = 2; - * * @return The subnetwork. */ @java.lang.Override @@ -9956,15 +9014,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.
@@ -9977,15 +9034,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 { @@ -9996,8 +9054,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
@@ -10009,7 +9065,6 @@ public com.google.protobuf.ByteString getSubnetworkBytes() {
      * 
* * bool no_external_ip_address = 3; - * * @return The noExternalIpAddress. */ @java.lang.Override @@ -10018,7 +9073,6 @@ public boolean getNoExternalIpAddress() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -10030,7 +9084,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_); } @@ -10056,7 +9111,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; @@ -10066,17 +9122,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; } @@ -10093,101 +9151,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 @@ -10197,41 +9251,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(); @@ -10243,14 +9295,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(); } @@ -10265,17 +9316,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_; @@ -10292,41 +9339,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; @@ -10334,9 +9378,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; @@ -10376,31 +9418,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) { @@ -10410,13 +9448,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.
@@ -10429,13 +9464,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; @@ -10444,8 +9479,6 @@ public java.lang.String getNetwork() { } } /** - * - * *
        * The URL of an existing network resource.
        * You can specify the network as a full or partial URL.
@@ -10458,14 +9491,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 { @@ -10473,8 +9507,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.
@@ -10487,22 +9519,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.
@@ -10515,7 +9543,6 @@ public Builder setNetwork(java.lang.String value) {
        * 
* * string network = 1; - * * @return This builder for chaining. */ public Builder clearNetwork() { @@ -10525,8 +9552,6 @@ public Builder clearNetwork() { return this; } /** - * - * *
        * The URL of an existing network resource.
        * You can specify the network as a full or partial URL.
@@ -10539,14 +9564,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; @@ -10556,8 +9579,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.
@@ -10570,13 +9591,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; @@ -10585,8 +9606,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.
@@ -10599,14 +9618,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 { @@ -10614,8 +9634,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.
@@ -10628,22 +9646,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.
@@ -10656,7 +9670,6 @@ public Builder setSubnetwork(java.lang.String value) {
        * 
* * string subnetwork = 2; - * * @return This builder for chaining. */ public Builder clearSubnetwork() { @@ -10666,8 +9679,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.
@@ -10680,14 +9691,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; @@ -10695,10 +9704,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
@@ -10710,7 +9717,6 @@ public Builder setSubnetworkBytes(com.google.protobuf.ByteString value) {
        * 
* * bool no_external_ip_address = 3; - * * @return The noExternalIpAddress. */ @java.lang.Override @@ -10718,8 +9724,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
@@ -10731,7 +9735,6 @@ public boolean getNoExternalIpAddress() {
        * 
* * bool no_external_ip_address = 3; - * * @param value The noExternalIpAddress to set. * @return This builder for chaining. */ @@ -10743,8 +9746,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
@@ -10756,7 +9757,6 @@ public Builder setNoExternalIpAddress(boolean value) {
        * 
* * bool no_external_ip_address = 3; - * * @return This builder for chaining. */ public Builder clearNoExternalIpAddress() { @@ -10765,7 +9765,6 @@ public Builder clearNoExternalIpAddress() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -10778,13 +9777,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(); } @@ -10793,28 +9791,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; @@ -10829,209 +9826,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; @@ -11043,7 +9990,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)); } @@ -11057,8 +10005,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; @@ -11068,15 +10016,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; } @@ -11098,94 +10046,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 @@ -11195,41 +10138,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(); @@ -11245,9 +10186,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 @@ -11266,18 +10207,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_); @@ -11297,41 +10234,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; @@ -11339,8 +10273,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()) { @@ -11359,10 +10292,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_); } @@ -11394,27 +10326,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) { @@ -11424,40 +10354,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 { @@ -11465,15 +10383,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) { @@ -11483,18 +10397,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 { @@ -11502,15 +10411,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) { @@ -11527,19 +10432,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()); @@ -11550,18 +10450,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(); @@ -11575,15 +10470,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) { @@ -11600,15 +10491,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) { @@ -11622,19 +10509,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()); @@ -11645,22 +10527,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); @@ -11668,15 +10546,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) { @@ -11689,15 +10563,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) { @@ -11710,53 +10580,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 { @@ -11764,67 +10620,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(), @@ -11833,7 +10667,6 @@ public Builder removeNetworkInterfaces(int index) { } return networkInterfacesBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -11846,12 +10679,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(); } @@ -11860,28 +10693,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; @@ -11896,16 +10728,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
@@ -11914,13 +10744,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
@@ -11929,14 +10756,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
@@ -11946,14 +10771,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.
@@ -11961,48 +10783,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
@@ -12011,7 +10828,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
      * 
* * string collocation = 1; - * * @return The collocation. */ @java.lang.Override @@ -12020,15 +10836,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
@@ -12037,15 +10852,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 { @@ -12056,8 +10872,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
@@ -12067,7 +10881,6 @@ public com.google.protobuf.ByteString getCollocationBytes() {
      * 
* * int64 max_distance = 2; - * * @return The maxDistance. */ @java.lang.Override @@ -12076,7 +10889,6 @@ public long getMaxDistance() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -12088,7 +10900,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_); } @@ -12108,7 +10921,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; @@ -12118,16 +10932,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; } @@ -12142,101 +10957,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 @@ -12246,8 +11057,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * PlacementPolicy describes a group placement policy for the VMs controlled
      * by this AllocationPolicy.
@@ -12255,33 +11064,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();
@@ -12292,14 +11101,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();
       }
 
@@ -12314,17 +11122,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_;
@@ -12338,41 +11142,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;
@@ -12380,9 +11181,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;
@@ -12417,25 +11216,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) {
@@ -12445,13 +11241,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
@@ -12460,13 +11253,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; @@ -12475,8 +11268,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
@@ -12485,14 +11276,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 { @@ -12500,8 +11292,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
@@ -12510,22 +11300,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
@@ -12534,7 +11320,6 @@ public Builder setCollocation(java.lang.String value) {
        * 
* * string collocation = 1; - * * @return This builder for chaining. */ public Builder clearCollocation() { @@ -12544,8 +11329,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
@@ -12554,14 +11337,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; @@ -12569,10 +11350,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
@@ -12582,7 +11361,6 @@ public Builder setCollocationBytes(com.google.protobuf.ByteString value) {
        * 
* * int64 max_distance = 2; - * * @return The maxDistance. */ @java.lang.Override @@ -12590,8 +11368,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
@@ -12601,7 +11377,6 @@ public long getMaxDistance() {
        * 
* * int64 max_distance = 2; - * * @param value The maxDistance to set. * @return This builder for chaining. */ @@ -12613,8 +11388,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
@@ -12624,7 +11397,6 @@ public Builder setMaxDistance(long value) {
        * 
* * int64 max_distance = 2; - * * @return This builder for chaining. */ public Builder clearMaxDistance() { @@ -12633,7 +11405,6 @@ public Builder clearMaxDistance() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -12646,13 +11417,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(); } @@ -12661,28 +11431,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; @@ -12697,19 +11466,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 @@ -12717,25 +11484,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.
    * 
@@ -12744,108 +11504,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 @@ -12853,25 +11588,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.
    * 
@@ -12880,40 +11608,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.
@@ -12927,21 +11651,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.
@@ -12959,8 +11682,6 @@ public java.util.Map getLabelsMap() {
     return internalGetLabels().getMap();
   }
   /**
-   *
-   *
    * 
    * Labels applied to all VM instances and other resources
    * created by AllocationPolicy.
@@ -12974,19 +11695,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.
@@ -13000,11 +11719,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();
     }
@@ -13014,8 +11733,6 @@ 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.
    *
@@ -13025,7 +11742,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
    * 
* * .google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network = 7; - * * @return Whether the network field is set. */ @java.lang.Override @@ -13033,8 +11749,6 @@ public boolean hasNetwork() { return network_ != null; } /** - * - * *
    * The network policy.
    *
@@ -13044,18 +11758,13 @@ public boolean hasNetwork() {
    * 
* * .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.
    *
@@ -13068,22 +11777,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 @@ -13091,25 +11795,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.
    * 
@@ -13117,15 +11814,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; @@ -13137,12 +11830,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()); } @@ -13165,29 +11863,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; @@ -13197,31 +11900,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; @@ -13263,104 +11971,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.
@@ -13368,52 +12071,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();
@@ -13450,9 +12156,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
@@ -13471,12 +12177,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;
     }
@@ -13496,21 +12199,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();
       }
     }
 
@@ -13518,39 +12228,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;
@@ -13580,10 +12289,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_);
           }
@@ -13592,7 +12300,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());
@@ -13626,64 +12335,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) {
@@ -13693,52 +12400,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.
      * 
@@ -13759,8 +12452,6 @@ public Builder setLocation(com.google.cloud.batch.v1.AllocationPolicy.LocationPo return this; } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
@@ -13779,8 +12470,6 @@ public Builder setLocation( return this; } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
@@ -13789,10 +12478,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; @@ -13805,8 +12493,6 @@ public Builder mergeLocation(com.google.cloud.batch.v1.AllocationPolicy.Location return this; } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
@@ -13824,8 +12510,6 @@ public Builder clearLocation() { return this; } /** - * - * *
      * Location where compute resources should be allocated for the Job.
      * 
@@ -13838,27 +12522,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.
      * 
@@ -13866,54 +12544,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 { @@ -13921,16 +12585,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) { @@ -13940,19 +12600,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 { @@ -13960,16 +12615,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) { @@ -13986,21 +12637,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()); @@ -14011,19 +12656,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(); @@ -14037,16 +12677,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) { @@ -14063,20 +12699,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()); @@ -14087,21 +12718,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()); @@ -14112,24 +12737,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); @@ -14137,16 +12757,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) { @@ -14159,16 +12775,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) { @@ -14181,56 +12793,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 { @@ -14238,74 +12836,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_; @@ -14313,47 +12889,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.
      * 
@@ -14374,8 +12937,6 @@ public Builder setServiceAccount(com.google.cloud.batch.v1.ServiceAccount value) return this; } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14394,8 +12955,6 @@ public Builder setServiceAccount( return this; } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14404,9 +12963,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; @@ -14419,8 +12978,6 @@ public Builder mergeServiceAccount(com.google.cloud.batch.v1.ServiceAccount valu return this; } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14438,8 +12995,6 @@ public Builder clearServiceAccount() { return this; } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14452,8 +13007,6 @@ public com.google.cloud.batch.v1.ServiceAccount.Builder getServiceAccountBuilder return getServiceAccountFieldBuilder().getBuilder(); } /** - * - * *
      * Service account that VMs will run as.
      * 
@@ -14464,14 +13017,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.
      * 
@@ -14479,35 +13029,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(); @@ -14516,13 +13065,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.
@@ -14536,21 +13082,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.
@@ -14568,8 +13113,6 @@ public java.util.Map getLabelsMap() {
       return internalGetLabels().getMap();
     }
     /**
-     *
-     *
      * 
      * Labels applied to all VM instances and other resources
      * created by AllocationPolicy.
@@ -14583,19 +13126,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.
@@ -14609,25 +13150,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.
@@ -14640,22 +13179,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.
@@ -14668,20 +13208,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.
@@ -14694,21 +13231,18 @@ 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.
      *
@@ -14718,15 +13252,12 @@ public Builder putAllLabels(java.util.Map va
      * 
* * .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.
      *
@@ -14736,21 +13267,16 @@ public boolean hasNetwork() {
      * 
* * .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.
      *
@@ -14775,8 +13301,6 @@ public Builder setNetwork(com.google.cloud.batch.v1.AllocationPolicy.NetworkPoli
       return this;
     }
     /**
-     *
-     *
      * 
      * The network policy.
      *
@@ -14799,8 +13323,6 @@ public Builder setNetwork(
       return this;
     }
     /**
-     *
-     *
      * 
      * The network policy.
      *
@@ -14813,10 +13335,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;
@@ -14829,8 +13350,6 @@ public Builder mergeNetwork(com.google.cloud.batch.v1.AllocationPolicy.NetworkPo
       return this;
     }
     /**
-     *
-     *
      * 
      * The network policy.
      *
@@ -14852,8 +13371,6 @@ public Builder clearNetwork() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The network policy.
      *
@@ -14870,8 +13387,6 @@ public com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy.Builder getNetwo
       return getNetworkFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The network policy.
      *
@@ -14886,14 +13401,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.
      *
@@ -14905,17 +13417,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_;
@@ -14923,47 +13432,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.
      * 
@@ -14984,8 +13480,6 @@ public Builder setPlacement(com.google.cloud.batch.v1.AllocationPolicy.Placement return this; } /** - * - * *
      * The placement policy.
      * 
@@ -15004,22 +13498,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; @@ -15032,8 +13521,6 @@ public Builder mergePlacement( return this; } /** - * - * *
      * The placement policy.
      * 
@@ -15051,42 +13538,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.
      * 
@@ -15094,24 +13572,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); } @@ -15121,12 +13596,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(); } @@ -15135,27 +13610,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; @@ -15170,4 +13645,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 81% 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 3c1c56e06983..078b35688c40 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,11 +191,10 @@ 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.
    *
@@ -258,13 +204,10 @@ java.lang.String getLabelsOrDefault(
    * 
* * .google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network = 7; - * * @return Whether the network field is set. */ boolean hasNetwork(); /** - * - * *
    * The network policy.
    *
@@ -274,13 +217,10 @@ java.lang.String getLabelsOrDefault(
    * 
* * .google.cloud.batch.v1.AllocationPolicy.NetworkPolicy network = 7; - * * @return The network. */ com.google.cloud.batch.v1.AllocationPolicy.NetworkPolicy getNetwork(); /** - * - * *
    * The network policy.
    *
@@ -294,32 +234,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 76% 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 3cdc36746da3..7ce4cfa528f9 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,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; /** - * - * *
  * Compute resource requirements.
  *
@@ -33,44 +16,41 @@
  *
  * 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.
    *
@@ -93,7 +73,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * int64 cpu_milli = 1; - * * @return The cpuMilli. */ @java.lang.Override @@ -104,8 +83,6 @@ public long getCpuMilli() { public static final int MEMORY_MIB_FIELD_NUMBER = 2; private long memoryMib_ = 0L; /** - * - * *
    * Memory in MiB.
    *
@@ -126,7 +103,6 @@ public long getCpuMilli() {
    * 
* * int64 memory_mib = 2; - * * @return The memoryMib. */ @java.lang.Override @@ -137,14 +113,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 @@ -153,7 +126,6 @@ public long getBootDiskMib() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -165,7 +137,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_); } @@ -185,13 +158,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; @@ -201,17 +177,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; } @@ -224,114 +202,112 @@ 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.
    *
@@ -344,32 +320,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * 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();
@@ -381,9 +358,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
@@ -402,11 +379,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;
     }
@@ -428,39 +402,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;
@@ -504,31 +477,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) {
@@ -538,13 +507,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
-    private long cpuMilli_;
+    private long cpuMilli_ ;
     /**
-     *
-     *
      * 
      * The milliCPU count.
      *
@@ -567,7 +533,6 @@ public Builder mergeFrom(
      * 
* * int64 cpu_milli = 1; - * * @return The cpuMilli. */ @java.lang.Override @@ -575,8 +540,6 @@ public long getCpuMilli() { return cpuMilli_; } /** - * - * *
      * The milliCPU count.
      *
@@ -599,7 +562,6 @@ public long getCpuMilli() {
      * 
* * int64 cpu_milli = 1; - * * @param value The cpuMilli to set. * @return This builder for chaining. */ @@ -611,8 +573,6 @@ public Builder setCpuMilli(long value) { return this; } /** - * - * *
      * The milliCPU count.
      *
@@ -635,7 +595,6 @@ public Builder setCpuMilli(long value) {
      * 
* * int64 cpu_milli = 1; - * * @return This builder for chaining. */ public Builder clearCpuMilli() { @@ -645,10 +604,8 @@ public Builder clearCpuMilli() { return this; } - private long memoryMib_; + private long memoryMib_ ; /** - * - * *
      * Memory in MiB.
      *
@@ -669,7 +626,6 @@ public Builder clearCpuMilli() {
      * 
* * int64 memory_mib = 2; - * * @return The memoryMib. */ @java.lang.Override @@ -677,8 +633,6 @@ public long getMemoryMib() { return memoryMib_; } /** - * - * *
      * Memory in MiB.
      *
@@ -699,7 +653,6 @@ public long getMemoryMib() {
      * 
* * int64 memory_mib = 2; - * * @param value The memoryMib to set. * @return This builder for chaining. */ @@ -711,8 +664,6 @@ public Builder setMemoryMib(long value) { return this; } /** - * - * *
      * Memory in MiB.
      *
@@ -733,7 +684,6 @@ public Builder setMemoryMib(long value) {
      * 
* * int64 memory_mib = 2; - * * @return This builder for chaining. */ public Builder clearMemoryMib() { @@ -743,16 +693,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 @@ -760,14 +707,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. */ @@ -779,14 +723,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() { @@ -795,9 +736,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); } @@ -807,12 +748,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(); } @@ -821,27 +762,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; @@ -856,4 +797,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 79% 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 92cddc73fd35..89b727f2d555 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,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 ComputeResourceOrBuilder - extends +public interface ComputeResourceOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.ComputeResource) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The milliCPU count.
    *
@@ -48,14 +30,11 @@ public interface ComputeResourceOrBuilder
    * 
* * int64 cpu_milli = 1; - * * @return The cpuMilli. */ long getCpuMilli(); /** - * - * *
    * Memory in MiB.
    *
@@ -76,20 +55,16 @@ public interface ComputeResourceOrBuilder
    * 
* * 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 72% 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 7a0c8959871d..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,89 +188,68 @@ 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 conditions under which messages will be sent.
@@ -314,16 +262,15 @@ public interface MessageOrBuilder
    *
    * 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;
@@ -332,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; @@ -469,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); @@ -490,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; @@ -507,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; @@ -541,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 @@ -637,8 +552,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Message details.
      * Describe the conditions under which messages will be sent.
@@ -651,33 +564,33 @@ protected Builder newBuilderForType(
      *
      * 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();
@@ -689,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
@@ -710,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;
       }
@@ -736,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;
@@ -778,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());
         }
@@ -815,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) {
@@ -849,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. */ @@ -887,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. */ @@ -927,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() { @@ -946,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. */ @@ -979,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. */ @@ -1017,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() { @@ -1036,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. */ @@ -1069,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. */ @@ -1107,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() { @@ -1123,7 +971,6 @@ public Builder clearNewTaskState() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1136,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(); } @@ -1150,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; @@ -1186,15 +1032,13 @@ 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. The topic must exist in the same project as
@@ -1204,7 +1048,6 @@ public com.google.cloud.batch.v1.JobNotification.Message getDefaultInstanceForTy
    * 
* * string pubsub_topic = 1; - * * @return The pubsubTopic. */ @java.lang.Override @@ -1213,15 +1056,14 @@ 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. The topic must exist in the same project as
@@ -1231,15 +1073,16 @@ public java.lang.String getPubsubTopic() {
    * 
* * 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 { @@ -1250,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 @@ -1266,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.
@@ -1295,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;
@@ -1313,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_);
     }
@@ -1333,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;
@@ -1343,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;
@@ -1378,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(); @@ -1522,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 @@ -1543,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; } @@ -1558,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(); } } @@ -1566,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; @@ -1641,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) { @@ -1669,13 +1495,10 @@ 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. The topic must exist in the same project as
@@ -1685,13 +1508,13 @@ public Builder mergeFrom(
      * 
* * 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; @@ -1700,8 +1523,6 @@ public java.lang.String getPubsubTopic() { } } /** - * - * *
      * The Pub/Sub topic where notifications like the job state changes
      * will be published. The topic must exist in the same project as
@@ -1711,14 +1532,15 @@ public java.lang.String getPubsubTopic() {
      * 
* * 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 { @@ -1726,8 +1548,6 @@ public com.google.protobuf.ByteString getPubsubTopicBytes() { } } /** - * - * *
      * The Pub/Sub topic where notifications like the job state changes
      * will be published. The topic must exist in the same project as
@@ -1737,22 +1557,18 @@ public com.google.protobuf.ByteString getPubsubTopicBytes() {
      * 
* * 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. The topic must exist in the same project as
@@ -1762,7 +1578,6 @@ public Builder setPubsubTopic(java.lang.String value) {
      * 
* * string pubsub_topic = 1; - * * @return This builder for chaining. */ public Builder clearPubsubTopic() { @@ -1772,8 +1587,6 @@ public Builder clearPubsubTopic() { return this; } /** - * - * *
      * The Pub/Sub topic where notifications like the job state changes
      * will be published. The topic must exist in the same project as
@@ -1783,14 +1596,12 @@ public Builder clearPubsubTopic() {
      * 
* * 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; @@ -1800,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.
@@ -1864,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.
@@ -1885,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.
@@ -1896,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;
@@ -1911,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.
@@ -1931,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.
@@ -1946,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.
@@ -1959,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.
@@ -1975,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);
     }
 
@@ -2002,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();
   }
@@ -2016,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;
@@ -2051,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 73%
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 0ab9b7d64bc9..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,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/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. The topic must exist in the same project as
@@ -35,13 +17,10 @@ public interface JobNotificationOrBuilder
    * 
* * 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. The topic must exist in the same project as
@@ -51,40 +30,32 @@ public interface JobNotificationOrBuilder
    * 
* * 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..9c8961d4dbb5 --- /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,441 @@ +// 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_LogsPolicy_CloudLoggingOption_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_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}" + + "\"\234\002\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\022X\n\024cloud_logging_" + + "option\030\003 \001(\01324.google.cloud.batch.v1.Log" + + "sPolicy.CloudLoggingOptionB\004\342A\001\001\032\024\n\022Clou" + + "dLoggingOption\"G\n\013Destination\022\033\n\027DESTINA" + + "TION_UNSPECIFIED\020\000\022\021\n\rCLOUD_LOGGING\020\001\022\010\n" + + "\004PATH\020\002\"\200\007\n\tJobStatus\0225\n\005state\030\001 \001(\0162&.g" + + "oogle.cloud.batch.v1.JobStatus.State\0229\n\r" + + "status_events\030\002 \003(\0132\".google.cloud.batch" + + ".v1.StatusEvent\022E\n\013task_groups\030\004 \003(\01320.g" + + "oogle.cloud.batch.v1.JobStatus.TaskGroup" + + "sEntry\022/\n\014run_duration\030\005 \001(\0132\031.google.pr" + + "otobuf.Duration\032\321\001\n\016InstanceStatus\022\024\n\014ma" + + "chine_type\030\001 \001(\t\022U\n\022provisioning_model\030\002" + + " \001(\01629.google.cloud.batch.v1.AllocationP" + + "olicy.ProvisioningModel\022\021\n\ttask_pack\030\003 \001" + + "(\003\022?\n\tboot_disk\030\004 \001(\0132,.google.cloud.bat" + + "ch.v1.AllocationPolicy.Disk\032\322\001\n\017TaskGrou" + + "pStatus\022L\n\006counts\030\001 \003(\0132<.google.cloud.b" + + "atch.v1.JobStatus.TaskGroupStatus.Counts" + + "Entry\022B\n\tinstances\030\002 \003(\0132/.google.cloud." + + "batch.v1.JobStatus.InstanceStatus\032-\n\013Cou" + + "ntsEntry\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\005valu" + + "e\030\002 \001(\01320.google.cloud.batch.v1.JobStatu" + + "s.TaskGroupStatus:\0028\001\"{\n\005State\022\025\n\021STATE_" + + "UNSPECIFIED\020\000\022\n\n\006QUEUED\020\001\022\r\n\tSCHEDULED\020\002" + + "\022\013\n\007RUNNING\020\003\022\r\n\tSUCCEEDED\020\004\022\n\n\006FAILED\020\005" + + "\022\030\n\024DELETION_IN_PROGRESS\020\006\"\374\002\n\017JobNotifi" + + "cation\022\024\n\014pubsub_topic\030\001 \001(\t\022?\n\007message\030" + + "\002 \001(\0132..google.cloud.batch.v1.JobNotific" + + "ation.Message\032\304\001\n\007Message\0229\n\004type\030\001 \001(\0162" + + "+.google.cloud.batch.v1.JobNotification." + + "Type\022=\n\rnew_job_state\030\002 \001(\0162&.google.clo" + + "ud.batch.v1.JobStatus.State\022?\n\016new_task_" + + "state\030\003 \001(\0162\'.google.cloud.batch.v1.Task" + + "Status.State\"K\n\004Type\022\024\n\020TYPE_UNSPECIFIED" + + "\020\000\022\025\n\021JOB_STATE_CHANGED\020\001\022\026\n\022TASK_STATE_" + + "CHANGED\020\002\"\253\016\n\020AllocationPolicy\022H\n\010locati" + + "on\030\001 \001(\01326.google.cloud.batch.v1.Allocat" + + "ionPolicy.LocationPolicy\022S\n\tinstances\030\010 " + + "\003(\0132@.google.cloud.batch.v1.AllocationPo" + + "licy.InstancePolicyOrTemplate\022>\n\017service" + + "_account\030\t \001(\0132%.google.cloud.batch.v1.S" + + "erviceAccount\022C\n\006labels\030\006 \003(\01323.google.c" + + "loud.batch.v1.AllocationPolicy.LabelsEnt" + + "ry\022F\n\007network\030\007 \001(\01325.google.cloud.batch" + + ".v1.AllocationPolicy.NetworkPolicy\022J\n\tpl" + + "acement\030\n \001(\01327.google.cloud.batch.v1.Al" + + "locationPolicy.PlacementPolicy\032+\n\016Locati" + + "onPolicy\022\031\n\021allowed_locations\030\001 \003(\t\032q\n\004D" + + "isk\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\014Attac" + + "hedDisk\022@\n\010new_disk\030\001 \001(\0132,.google.cloud" + + ".batch.v1.AllocationPolicy.DiskH\000\022\027\n\rexi" + + "sting_disk\030\002 \001(\tH\000\022\023\n\013device_name\030\003 \001(\tB" + + "\n\n\010attached\032i\n\013Accelerator\022\014\n\004type\030\001 \001(\t" + + "\022\r\n\005count\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\203" + + "\003\n\016InstancePolicy\022\024\n\014machine_type\030\002 \001(\t\022" + + "\030\n\020min_cpu_platform\030\003 \001(\t\022U\n\022provisionin" + + "g_model\030\004 \001(\01629.google.cloud.batch.v1.Al" + + "locationPolicy.ProvisioningModel\022I\n\014acce" + + "lerators\030\005 \003(\01323.google.cloud.batch.v1.A" + + "llocationPolicy.Accelerator\022?\n\tboot_disk" + + "\030\010 \001(\0132,.google.cloud.batch.v1.Allocatio" + + "nPolicy.Disk\022C\n\005disks\030\006 \003(\01324.google.clo" + + "ud.batch.v1.AllocationPolicy.AttachedDis" + + "k\022\031\n\013reservation\030\007 \001(\tB\004\342A\001\001\032\261\001\n\030Instanc" + + "ePolicyOrTemplate\022H\n\006policy\030\001 \001(\01326.goog" + + "le.cloud.batch.v1.AllocationPolicy.Insta" + + "ncePolicyH\000\022\033\n\021instance_template\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\032e\n\rNetworkPolicy\022T\n\022ne" + + "twork_interfaces\030\001 \003(\01328.google.cloud.ba" + + "tch.v1.AllocationPolicy.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\021Provisi" + + "oningModel\022\"\n\036PROVISIONING_MODEL_UNSPECI" + + "FIED\020\000\022\014\n\010STANDARD\020\001\022\010\n\004SPOT\020\002\022\017\n\013PREEMP" + + "TIBLE\020\003\"\257\004\n\tTaskGroup\022\022\n\004name\030\001 \001(\tB\004\342A\001" + + "\003\0228\n\ttask_spec\030\003 \001(\0132\037.google.cloud.batc" + + "h.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_polic" + + "y\030\006 \001(\01621.google.cloud.batch.v1.TaskGrou" + + "p.SchedulingPolicy\022=\n\021task_environments\030" + + "\t \003(\0132\".google.cloud.batch.v1.Environmen" + + "t\022\033\n\023task_count_per_node\030\n \001(\003\022\032\n\022requir" + + "e_hosts_file\030\013 \001(\010\022\026\n\016permissive_ssh\030\014 \001" + + "(\010\"\\\n\020SchedulingPolicy\022!\n\035SCHEDULING_POL" + + "ICY_UNSPECIFIED\020\000\022\027\n\023AS_SOON_AS_POSSIBLE" + + "\020\001\022\014\n\010IN_ORDER\020\002:o\352Al\n\036batch.googleapis." + + "com/TaskGroup\022Jprojects/{project}/locati" + + "ons/{location}/jobs/{job}/taskGroups/{ta" + + "sk_group}\"/\n\016ServiceAccount\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/g" + + "o/batch/apiv1/batchpb;batchpb\242\002\003GCB\252\002\025Go" + + "ogle.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", "CloudLoggingOption", }); + internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_descriptor = + internal_static_google_cloud_batch_v1_LogsPolicy_descriptor.getNestedTypes().get(0); + internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_descriptor, + new java.lang.String[] { }); + 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", "Reservation", }); + 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 66% 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 8ef0cbc71b0a..73e2ebeea547 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; @@ -221,13 +190,11 @@ private Destination(int value) { // @@protoc_insertion_point(enum_scope:google.cloud.batch.v1.LogsPolicy.Destination) } - public interface CloudLoggingOptionOrBuilder - extends + public interface CloudLoggingOptionOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.batch.v1.LogsPolicy.CloudLoggingOption) - com.google.protobuf.MessageOrBuilder {} + com.google.protobuf.MessageOrBuilder { + } /** - * - * *
    * CloudLoggingOption contains additional settings for cloud logging generated
    * by Batch job.
@@ -235,41 +202,39 @@ public interface CloudLoggingOptionOrBuilder
    *
    * Protobuf type {@code google.cloud.batch.v1.LogsPolicy.CloudLoggingOption}
    */
-  public static final class CloudLoggingOption extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class CloudLoggingOption extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.cloud.batch.v1.LogsPolicy.CloudLoggingOption)
       CloudLoggingOptionOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use CloudLoggingOption.newBuilder() to construct.
     private CloudLoggingOption(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
-    private CloudLoggingOption() {}
+    private CloudLoggingOption() {
+    }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new CloudLoggingOption();
     }
 
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.cloud.batch.v1.JobProto
-          .internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_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_CloudLoggingOption_fieldAccessorTable
+      return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.class,
-              com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder.class);
+              com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.class, com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder.class);
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -281,7 +246,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 {
       getUnknownFields().writeTo(output);
     }
 
@@ -299,13 +265,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.LogsPolicy.CloudLoggingOption)) {
         return super.equals(obj);
       }
-      com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption other =
-          (com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption) obj;
+      com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption other = (com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption) obj;
 
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
@@ -324,94 +289,89 @@ public int hashCode() {
     }
 
     public static com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption 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.LogsPolicy.CloudLoggingOption 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.CloudLoggingOption parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption 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.CloudLoggingOption parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption 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.CloudLoggingOption parseFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    public static com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption parseFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption 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.CloudLoggingOption parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
 
     public static com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption 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.CloudLoggingOption 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.CloudLoggingOption 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.CloudLoggingOption prototype) {
+    public static Builder newBuilder(com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption 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
@@ -421,8 +381,6 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * CloudLoggingOption contains additional settings for cloud logging generated
      * by Batch job.
@@ -430,33 +388,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.cloud.batch.v1.LogsPolicy.CloudLoggingOption}
      */
-    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.CloudLoggingOption)
         com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.cloud.batch.v1.JobProto
-            .internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_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_CloudLoggingOption_fieldAccessorTable
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.class,
-                com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder.class);
+                com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.class, com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder.class);
       }
 
       // Construct using com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.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 +422,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_CloudLoggingOption_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.cloud.batch.v1.JobProto.internal_static_google_cloud_batch_v1_LogsPolicy_CloudLoggingOption_descriptor;
       }
 
       @java.lang.Override
@@ -485,8 +443,7 @@ public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption build() {
 
       @java.lang.Override
       public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption buildPartial() {
-        com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption result =
-            new com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption(this);
+        com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption result = new com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption(this);
         onBuilt();
         return result;
       }
@@ -495,41 +452,38 @@ public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption buildPartial() {
       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.LogsPolicy.CloudLoggingOption) {
-          return mergeFrom((com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption) other);
+          return mergeFrom((com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -537,8 +491,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption other) {
-        if (other == com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance())
-          return this;
+        if (other == com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance()) return this;
         this.mergeUnknownFields(other.getUnknownFields());
         onChanged();
         return this;
@@ -565,13 +518,12 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              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) {
@@ -581,7 +533,6 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -594,12 +545,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.cloud.batch.v1.LogsPolicy.CloudLoggingOption)
     }
 
     // @@protoc_insertion_point(class_scope:google.cloud.batch.v1.LogsPolicy.CloudLoggingOption)
     private static final com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption();
     }
@@ -608,28 +559,27 @@ public static com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption getDefault
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public CloudLoggingOption 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 CloudLoggingOption 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;
@@ -644,50 +594,39 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
   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
@@ -695,7 +634,6 @@ public com.google.cloud.batch.v1.LogsPolicy.Destination getDestination() {
    * 
* * string logs_path = 2; - * * @return The logsPath. */ @java.lang.Override @@ -704,15 +642,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
@@ -720,15 +657,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 { @@ -739,17 +677,12 @@ public com.google.protobuf.ByteString getLogsPathBytes() { public static final int CLOUD_LOGGING_OPTION_FIELD_NUMBER = 3; private com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloudLoggingOption_; /** - * - * *
    * Optional. Additional settings for Cloud Logging. It will only take effect
    * when the destination of LogsPolicy is set to CLOUD_LOGGING.
    * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the cloudLoggingOption field is set. */ @java.lang.Override @@ -757,47 +690,32 @@ public boolean hasCloudLoggingOption() { return cloudLoggingOption_ != null; } /** - * - * *
    * Optional. Additional settings for Cloud Logging. It will only take effect
    * when the destination of LogsPolicy is set to CLOUD_LOGGING.
    * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return The cloudLoggingOption. */ @java.lang.Override public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption getCloudLoggingOption() { - return cloudLoggingOption_ == null - ? com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance() - : cloudLoggingOption_; + return cloudLoggingOption_ == null ? com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance() : cloudLoggingOption_; } /** - * - * *
    * Optional. Additional settings for Cloud Logging. It will only take effect
    * when the destination of LogsPolicy is set to CLOUD_LOGGING.
    * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override - public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder - getCloudLoggingOptionOrBuilder() { - return cloudLoggingOption_ == null - ? com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance() - : cloudLoggingOption_; + public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder getCloudLoggingOptionOrBuilder() { + return cloudLoggingOption_ == null ? com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance() : cloudLoggingOption_; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -809,9 +727,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_)) { @@ -829,15 +747,16 @@ 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_); } if (cloudLoggingOption_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCloudLoggingOption()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getCloudLoggingOption()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -847,7 +766,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); @@ -855,10 +774,12 @@ 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 (hasCloudLoggingOption() != other.hasCloudLoggingOption()) return false; if (hasCloudLoggingOption()) { - if (!getCloudLoggingOption().equals(other.getCloudLoggingOption())) return false; + if (!getCloudLoggingOption() + .equals(other.getCloudLoggingOption())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -884,103 +805,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.
@@ -988,32 +905,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();
@@ -1029,9 +947,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
@@ -1051,9 +969,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;
     }
@@ -1067,10 +983,9 @@ private void buildPartial0(com.google.cloud.batch.v1.LogsPolicy result) {
         result.logsPath_ = logsPath_;
       }
       if (((from_bitField0_ & 0x00000004) != 0)) {
-        result.cloudLoggingOption_ =
-            cloudLoggingOptionBuilder_ == null
-                ? cloudLoggingOption_
-                : cloudLoggingOptionBuilder_.build();
+        result.cloudLoggingOption_ = cloudLoggingOptionBuilder_ == null
+            ? cloudLoggingOption_
+            : cloudLoggingOptionBuilder_.build();
       }
     }
 
@@ -1078,39 +993,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;
@@ -1156,32 +1070,29 @@ 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
-            case 26:
-              {
-                input.readMessage(
-                    getCloudLoggingOptionFieldBuilder().getBuilder(), extensionRegistry);
-                bitField0_ |= 0x00000004;
-                break;
-              } // case 26
-            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
+            case 26: {
+              input.readMessage(
+                  getCloudLoggingOptionFieldBuilder().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) {
@@ -1191,34 +1102,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. */ @@ -1229,33 +1132,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. */ @@ -1269,14 +1163,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() { @@ -1288,8 +1179,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
@@ -1297,13 +1186,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; @@ -1312,8 +1201,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
@@ -1321,14 +1208,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 { @@ -1336,8 +1224,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
@@ -1345,22 +1231,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
@@ -1368,7 +1250,6 @@ public Builder setLogsPath(java.lang.String value) {
      * 
* * string logs_path = 2; - * * @return This builder for chaining. */ public Builder clearLogsPath() { @@ -1378,8 +1259,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
@@ -1387,14 +1266,12 @@ 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; @@ -1404,64 +1281,44 @@ public Builder setLogsPathBytes(com.google.protobuf.ByteString value) { private com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloudLoggingOption_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption, - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder, - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder> - cloudLoggingOptionBuilder_; + com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption, com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder, com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder> cloudLoggingOptionBuilder_; /** - * - * *
      * Optional. Additional settings for Cloud Logging. It will only take effect
      * when the destination of LogsPolicy is set to CLOUD_LOGGING.
      * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the cloudLoggingOption field is set. */ public boolean hasCloudLoggingOption() { return ((bitField0_ & 0x00000004) != 0); } /** - * - * *
      * Optional. Additional settings for Cloud Logging. It will only take effect
      * when the destination of LogsPolicy is set to CLOUD_LOGGING.
      * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return The cloudLoggingOption. */ public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption getCloudLoggingOption() { if (cloudLoggingOptionBuilder_ == null) { - return cloudLoggingOption_ == null - ? com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance() - : cloudLoggingOption_; + return cloudLoggingOption_ == null ? com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance() : cloudLoggingOption_; } else { return cloudLoggingOptionBuilder_.getMessage(); } } /** - * - * *
      * Optional. Additional settings for Cloud Logging. It will only take effect
      * when the destination of LogsPolicy is set to CLOUD_LOGGING.
      * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public Builder setCloudLoggingOption( - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption value) { + public Builder setCloudLoggingOption(com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption value) { if (cloudLoggingOptionBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1475,16 +1332,12 @@ public Builder setCloudLoggingOption( return this; } /** - * - * *
      * Optional. Additional settings for Cloud Logging. It will only take effect
      * when the destination of LogsPolicy is set to CLOUD_LOGGING.
      * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder setCloudLoggingOption( com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder builderForValue) { @@ -1498,24 +1351,18 @@ public Builder setCloudLoggingOption( return this; } /** - * - * *
      * Optional. Additional settings for Cloud Logging. It will only take effect
      * when the destination of LogsPolicy is set to CLOUD_LOGGING.
      * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public Builder mergeCloudLoggingOption( - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption value) { + public Builder mergeCloudLoggingOption(com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption value) { if (cloudLoggingOptionBuilder_ == null) { - if (((bitField0_ & 0x00000004) != 0) - && cloudLoggingOption_ != null - && cloudLoggingOption_ - != com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance()) { + if (((bitField0_ & 0x00000004) != 0) && + cloudLoggingOption_ != null && + cloudLoggingOption_ != com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance()) { getCloudLoggingOptionBuilder().mergeFrom(value); } else { cloudLoggingOption_ = value; @@ -1528,16 +1375,12 @@ public Builder mergeCloudLoggingOption( return this; } /** - * - * *
      * Optional. Additional settings for Cloud Logging. It will only take effect
      * when the destination of LogsPolicy is set to CLOUD_LOGGING.
      * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearCloudLoggingOption() { bitField0_ = (bitField0_ & ~0x00000004); @@ -1550,76 +1393,58 @@ public Builder clearCloudLoggingOption() { return this; } /** - * - * *
      * Optional. Additional settings for Cloud Logging. It will only take effect
      * when the destination of LogsPolicy is set to CLOUD_LOGGING.
      * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder - getCloudLoggingOptionBuilder() { + public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder getCloudLoggingOptionBuilder() { bitField0_ |= 0x00000004; onChanged(); return getCloudLoggingOptionFieldBuilder().getBuilder(); } /** - * - * *
      * Optional. Additional settings for Cloud Logging. It will only take effect
      * when the destination of LogsPolicy is set to CLOUD_LOGGING.
      * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; */ - public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder - getCloudLoggingOptionOrBuilder() { + public com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder getCloudLoggingOptionOrBuilder() { if (cloudLoggingOptionBuilder_ != null) { return cloudLoggingOptionBuilder_.getMessageOrBuilder(); } else { - return cloudLoggingOption_ == null - ? com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance() - : cloudLoggingOption_; + return cloudLoggingOption_ == null ? + com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.getDefaultInstance() : cloudLoggingOption_; } } /** - * - * *
      * Optional. Additional settings for Cloud Logging. It will only take effect
      * when the destination of LogsPolicy is set to CLOUD_LOGGING.
      * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption, - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder, - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder> + com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption, com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder, com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder> getCloudLoggingOptionFieldBuilder() { if (cloudLoggingOptionBuilder_ == null) { - cloudLoggingOptionBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption, - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder, - com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder>( - getCloudLoggingOption(), getParentForChildren(), isClean()); + cloudLoggingOptionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption, com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption.Builder, com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder>( + getCloudLoggingOption(), + getParentForChildren(), + isClean()); cloudLoggingOption_ = null; } return cloudLoggingOptionBuilder_; } - @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); } @@ -1629,12 +1454,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(); } @@ -1643,27 +1468,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; @@ -1678,4 +1503,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 64% 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 89aa84cd501e..17d5a9eb8792 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,52 +45,38 @@ public interface LogsPolicyOrBuilder
    * 
* * string logs_path = 2; - * * @return The bytes for logsPath. */ - com.google.protobuf.ByteString getLogsPathBytes(); + com.google.protobuf.ByteString + getLogsPathBytes(); /** - * - * *
    * Optional. Additional settings for Cloud Logging. It will only take effect
    * when the destination of LogsPolicy is set to CLOUD_LOGGING.
    * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the cloudLoggingOption field is set. */ boolean hasCloudLoggingOption(); /** - * - * *
    * Optional. Additional settings for Cloud Logging. It will only take effect
    * when the destination of LogsPolicy is set to CLOUD_LOGGING.
    * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return The cloudLoggingOption. */ com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOption getCloudLoggingOption(); /** - * - * *
    * Optional. Additional settings for Cloud Logging. It will only take effect
    * when the destination of LogsPolicy is set to CLOUD_LOGGING.
    * 
* - * - * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; - * + * .google.cloud.batch.v1.LogsPolicy.CloudLoggingOption cloud_logging_option = 3 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.cloud.batch.v1.LogsPolicy.CloudLoggingOptionOrBuilder getCloudLoggingOptionOrBuilder(); } 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 76% 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 5db4776de1af..c6d561a7dae8 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,85 +11,76 @@
  *
  * 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() {
     displayName_ = "";
   }
 
   @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
@@ -114,13 +88,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
@@ -128,13 +100,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
@@ -142,14 +111,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
@@ -157,40 +123,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,
@@ -206,13 +165,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,
@@ -228,13 +185,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,
@@ -250,14 +204,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,
@@ -273,42 +224,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
@@ -317,14 +261,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
@@ -332,13 +273,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
@@ -346,14 +284,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
@@ -361,13 +297,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
@@ -375,35 +308,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_ = ""; @@ -411,38 +343,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 @@ -451,29 +378,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 { @@ -482,13 +409,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
@@ -496,15 +420,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
@@ -512,15 +434,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
@@ -528,7 +447,6 @@ public int getCommandsCount() {
      * 
* * repeated string commands = 2; - * * @param index The index of the element to return. * @return The commands at the given index. */ @@ -536,8 +454,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
@@ -545,27 +461,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 @@ -574,29 +486,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 { @@ -605,13 +517,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,
@@ -627,15 +536,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,
@@ -651,15 +558,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,
@@ -675,7 +579,6 @@ public int getVolumesCount() {
      * 
* * repeated string volumes = 7; - * * @param index The index of the element to return. * @return The volumes at the given index. */ @@ -683,8 +586,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,
@@ -700,28 +601,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 @@ -730,30 +627,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 { @@ -764,8 +661,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
@@ -774,7 +669,6 @@ public com.google.protobuf.ByteString getOptionsBytes() {
      * 
* * bool block_external_network = 9; - * * @return The blockExternalNetwork. */ @java.lang.Override @@ -783,12 +677,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
@@ -796,7 +687,6 @@ public boolean getBlockExternalNetwork() {
      * 
* * string username = 10; - * * @return The username. */ @java.lang.Override @@ -805,15 +695,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
@@ -821,15 +710,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 { @@ -838,12 +728,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
@@ -851,7 +738,6 @@ public com.google.protobuf.ByteString getUsernameBytes() {
      * 
* * string password = 11; - * * @return The password. */ @java.lang.Override @@ -860,15 +746,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
@@ -876,15 +761,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 { @@ -893,7 +779,6 @@ public com.google.protobuf.ByteString getPasswordBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -905,7 +790,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_); } @@ -965,7 +851,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_); @@ -981,22 +868,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; } @@ -1023,7 +917,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; @@ -1033,94 +928,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 @@ -1130,49 +1021,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_ = ""; @@ -1181,9 +1072,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 @@ -1202,11 +1093,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; } @@ -1245,41 +1133,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; @@ -1362,63 +1247,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) { @@ -1428,25 +1304,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; @@ -1455,21 +1328,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 { @@ -1477,35 +1349,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() { @@ -1515,21 +1380,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; @@ -1539,7 +1400,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_); @@ -1547,8 +1407,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
@@ -1556,16 +1414,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
@@ -1573,15 +1429,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
@@ -1589,7 +1442,6 @@ public int getCommandsCount() {
        * 
* * repeated string commands = 2; - * * @param index The index of the element to return. * @return The commands at the given index. */ @@ -1597,8 +1449,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
@@ -1606,16 +1456,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
@@ -1623,15 +1471,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; @@ -1639,8 +1485,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
@@ -1648,14 +1492,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; @@ -1663,8 +1505,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
@@ -1672,20 +1512,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
@@ -1693,19 +1532,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
@@ -1713,14 +1549,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); @@ -1731,20 +1565,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; @@ -1753,21 +1585,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 { @@ -1775,35 +1606,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() { @@ -1813,21 +1637,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; @@ -1837,7 +1657,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_); @@ -1845,8 +1664,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,
@@ -1862,16 +1679,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,
@@ -1887,15 +1702,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,
@@ -1911,7 +1723,6 @@ public int getVolumesCount() {
        * 
* * repeated string volumes = 7; - * * @param index The index of the element to return. * @return The volumes at the given index. */ @@ -1919,8 +1730,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,
@@ -1936,16 +1745,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,
@@ -1961,15 +1768,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; @@ -1977,8 +1782,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,
@@ -1994,14 +1797,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; @@ -2009,8 +1810,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,
@@ -2026,20 +1825,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,
@@ -2055,19 +1853,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,
@@ -2083,14 +1878,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); @@ -2101,21 +1894,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; @@ -2124,22 +1915,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 { @@ -2147,37 +1937,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() { @@ -2187,22 +1970,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; @@ -2210,10 +1989,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
@@ -2222,7 +1999,6 @@ public Builder setOptionsBytes(com.google.protobuf.ByteString value) {
        * 
* * bool block_external_network = 9; - * * @return The blockExternalNetwork. */ @java.lang.Override @@ -2230,8 +2006,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
@@ -2240,7 +2014,6 @@ public boolean getBlockExternalNetwork() {
        * 
* * bool block_external_network = 9; - * * @param value The blockExternalNetwork to set. * @return This builder for chaining. */ @@ -2252,8 +2025,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
@@ -2262,7 +2033,6 @@ public Builder setBlockExternalNetwork(boolean value) {
        * 
* * bool block_external_network = 9; - * * @return This builder for chaining. */ public Builder clearBlockExternalNetwork() { @@ -2274,8 +2044,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
@@ -2283,13 +2051,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; @@ -2298,8 +2066,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
@@ -2307,14 +2073,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 { @@ -2322,8 +2089,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
@@ -2331,22 +2096,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
@@ -2354,7 +2115,6 @@ public Builder setUsername(java.lang.String value) {
        * 
* * string username = 10; - * * @return This builder for chaining. */ public Builder clearUsername() { @@ -2364,8 +2124,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
@@ -2373,14 +2131,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; @@ -2390,8 +2146,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
@@ -2399,13 +2153,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; @@ -2414,8 +2168,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
@@ -2423,14 +2175,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 { @@ -2438,8 +2191,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
@@ -2447,22 +2198,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
@@ -2470,7 +2217,6 @@ public Builder setPassword(java.lang.String value) {
        * 
* * string password = 11; - * * @return This builder for chaining. */ public Builder clearPassword() { @@ -2480,8 +2226,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
@@ -2489,21 +2233,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) { @@ -2516,12 +2257,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(); } @@ -2530,28 +2271,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; @@ -2566,16 +2306,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.
      *
@@ -2589,13 +2327,10 @@ public interface ScriptOrBuilder
      * 
* * string path = 1; - * * @return Whether the path field is set. */ boolean hasPath(); /** - * - * *
      * Script file path on the host VM.
      *
@@ -2609,13 +2344,10 @@ public interface ScriptOrBuilder
      * 
* * string path = 1; - * * @return The path. */ java.lang.String getPath(); /** - * - * *
      * Script file path on the host VM.
      *
@@ -2629,14 +2361,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.
      *
@@ -2648,13 +2378,10 @@ public interface ScriptOrBuilder
      * 
* * string text = 2; - * * @return Whether the text field is set. */ boolean hasText(); /** - * - * *
      * Shell script text.
      *
@@ -2666,13 +2393,10 @@ public interface ScriptOrBuilder
      * 
* * string text = 2; - * * @return The text. */ java.lang.String getText(); /** - * - * *
      * Shell script text.
      *
@@ -2684,69 +2408,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; } @@ -2762,30 +2479,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.
      *
@@ -2799,15 +2511,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.
      *
@@ -2821,7 +2530,6 @@ public boolean hasPath() {
      * 
* * string path = 1; - * * @return The path. */ public java.lang.String getPath() { @@ -2832,7 +2540,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; @@ -2841,8 +2550,6 @@ public java.lang.String getPath() { } } /** - * - * *
      * Script file path on the host VM.
      *
@@ -2856,17 +2563,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; } @@ -2878,8 +2586,6 @@ public com.google.protobuf.ByteString getPathBytes() { public static final int TEXT_FIELD_NUMBER = 2; /** - * - * *
      * Shell script text.
      *
@@ -2891,15 +2597,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.
      *
@@ -2911,7 +2614,6 @@ public boolean hasText() {
      * 
* * string text = 2; - * * @return The text. */ public java.lang.String getText() { @@ -2922,7 +2624,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; @@ -2931,8 +2634,6 @@ public java.lang.String getText() { } } /** - * - * *
      * Shell script text.
      *
@@ -2944,17 +2645,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; } @@ -2965,7 +2667,6 @@ public com.google.protobuf.ByteString getTextBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2977,7 +2678,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_); } @@ -3007,21 +2709,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: @@ -3054,94 +2757,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 @@ -3151,41 +2850,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(); @@ -3196,9 +2893,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 @@ -3217,11 +2914,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; @@ -3240,41 +2934,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; @@ -3284,24 +2975,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(); @@ -3329,27 +3017,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) { @@ -3359,12 +3044,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() { @@ -3377,8 +3062,6 @@ public Builder clearCommand() { private int bitField0_; /** - * - * *
        * Script file path on the host VM.
        *
@@ -3392,7 +3075,6 @@ public Builder clearCommand() {
        * 
* * string path = 1; - * * @return Whether the path field is set. */ @java.lang.Override @@ -3400,8 +3082,6 @@ public boolean hasPath() { return commandCase_ == 1; } /** - * - * *
        * Script file path on the host VM.
        *
@@ -3415,7 +3095,6 @@ public boolean hasPath() {
        * 
* * string path = 1; - * * @return The path. */ @java.lang.Override @@ -3425,7 +3104,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; @@ -3436,8 +3116,6 @@ public java.lang.String getPath() { } } /** - * - * *
        * Script file path on the host VM.
        *
@@ -3451,18 +3129,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; } @@ -3472,8 +3151,6 @@ public com.google.protobuf.ByteString getPathBytes() { } } /** - * - * *
        * Script file path on the host VM.
        *
@@ -3487,22 +3164,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.
        *
@@ -3516,7 +3189,6 @@ public Builder setPath(java.lang.String value) {
        * 
* * string path = 1; - * * @return This builder for chaining. */ public Builder clearPath() { @@ -3528,8 +3200,6 @@ public Builder clearPath() { return this; } /** - * - * *
        * Script file path on the host VM.
        *
@@ -3543,14 +3213,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; @@ -3559,8 +3227,6 @@ public Builder setPathBytes(com.google.protobuf.ByteString value) { } /** - * - * *
        * Shell script text.
        *
@@ -3572,7 +3238,6 @@ public Builder setPathBytes(com.google.protobuf.ByteString value) {
        * 
* * string text = 2; - * * @return Whether the text field is set. */ @java.lang.Override @@ -3580,8 +3245,6 @@ public boolean hasText() { return commandCase_ == 2; } /** - * - * *
        * Shell script text.
        *
@@ -3593,7 +3256,6 @@ public boolean hasText() {
        * 
* * string text = 2; - * * @return The text. */ @java.lang.Override @@ -3603,7 +3265,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; @@ -3614,8 +3277,6 @@ public java.lang.String getText() { } } /** - * - * *
        * Shell script text.
        *
@@ -3627,18 +3288,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; } @@ -3648,8 +3310,6 @@ public com.google.protobuf.ByteString getTextBytes() { } } /** - * - * *
        * Shell script text.
        *
@@ -3661,22 +3321,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.
        *
@@ -3688,7 +3344,6 @@ public Builder setText(java.lang.String value) {
        * 
* * string text = 2; - * * @return This builder for chaining. */ public Builder clearText() { @@ -3700,8 +3355,6 @@ public Builder clearText() { return this; } /** - * - * *
        * Shell script text.
        *
@@ -3713,21 +3366,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) { @@ -3740,12 +3390,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(); } @@ -3754,28 +3404,27 @@ public static com.google.cloud.batch.v1.Runnable.Script getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser